From 007b6803147b92124c1c28b024eb2dc042c45bd5 Mon Sep 17 00:00:00 2001 From: baloola Date: Fri, 6 Oct 2023 12:40:21 +0200 Subject: [PATCH] introducing delete items upon de-labeling --- stac/stac-generator/stac-generator.py | 2 +- stac/stac-generator/update_items.py | 26 ++- ...aries_of_EEA38_and_the_United_Kingdom.json | 94 ----------- stac_dist/COPERNICUS_30/COPERNICUS_30.json | 2 +- .../CORINE_LAND_COVER/CORINE_LAND_COVER.json | 2 +- .../CORINE_LAND_COVER_ACCOUNTING_LAYERS.json | 2 +- .../City___Urban_Audit_2021_10m_raster.json | 115 ------------- ...Data_-_Near-surface_specific_humidity.json | 85 ---------- ...limate_Data_-_Near-surface_wind_speed.json | 85 ---------- ...e_Data_-_Near_surface_air_temperatore.json | 85 ---------- .../Climate_Data_-_Rainfall_flux.json | 85 ---------- .../Climate_Data_-_Snowfall_flux.json | 85 ---------- .../Climate_Data_-_Surface_air_pressure.json | 85 ---------- ...urface_downwelling_longwave_radiation.json | 85 ---------- ...rface_downwelling_shortwave_Radiation.json | 85 ---------- .../Climate_data_-_Precipitation.json | 85 ---------- .../Climate_data_-_Temperature.json | 85 ---------- .../Corine_Land_Cover_.json | 85 ---------- .../Crop_Parcel_Registration_(BRP).json | 85 ---------- .../European_Settlement_Map_.json | 85 ---------- .../FUA___Urban_Audit_2021_10m_raster.json | 115 ------------- stac_dist/GHS_BUILT_S2/GHS_BUILT_S2.json | 2 +- .../GLOBAL_LAND_COVER/GLOBAL_LAND_COVER.json | 2 +- .../GLOBAL_SURFACE_WATER.json | 2 +- .../Grassland_change/Grassland_change.json | 85 ---------- ..._Layer_-_Forest_-Dominant_Leaf_Type__.json | 85 ---------- ...esolution_Layer_-_Forest_-tree_cover_.json | 85 ---------- ...High_Resolution_Layer_-_Forest_type__.json | 85 ---------- .../High_Resolution_Layer_-_Grassland.json | 85 ---------- ...igh_Resolution_Layer_-_Imperviousness.json | 85 ---------- ...olution_Layer_-_Small_Woody_Features_.json | 85 ---------- ...h_Resolution_Layer_-_Water_&_Wetness_.json | 85 ---------- .../LANDSAT1-5_MSS_L1/LANDSAT1-5_MSS_L1.json | 2 +- .../LANDSAT4-5_TM_L1/LANDSAT4-5_TM_L1.json | 2 +- .../LANDSAT4-5_TM_L2/LANDSAT4-5_TM_L2.json | 2 +- .../LANDSAT7_ETM_L1/LANDSAT7_ETM_L1.json | 2 +- .../LANDSAT7_ETM_L2/LANDSAT7_ETM_L2.json | 2 +- stac_dist/LANDSAT8-9_L1/LANDSAT8-9_L1.json | 2 +- stac_dist/LANDSAT8-9_L2/LANDSAT8-9_L2.json | 2 +- stac_dist/LGN/LGN.json | 94 ----------- stac_dist/MAPZEN_DEM/MAPZEN_DEM.json | 2 +- stac_dist/MODIS/MODIS.json | 2 +- .../NASA_HARMONIZED_LANDSAT_SENTINEL.json | 2 +- stac_dist/NUTS3_2021/NUTS3_2021.json | 100 ------------ .../POPULATION_DENSITY.json | 2 +- .../SEASONAL_TRAJECTORIES.json | 2 +- stac_dist/SEA_ICE_INDEX/SEA_ICE_INDEX.json | 2 +- .../SENTINEL1_CARD4L/SENTINEL1_CARD4L.json | 2 +- stac_dist/SENTINEL1_GRD/SENTINEL1_GRD.json | 2 +- .../SENTINEL2_L1C_SENTINELHUB.json | 2 +- .../SENTINEL2_L2A_MOSAIC_120.json | 2 +- .../SENTINEL2_L2A_SENTINELHUB.json | 2 +- .../SENTINEL3_OLCI_L1B.json | 2 +- .../SENTINEL3_SLSTR/SENTINEL3_SLSTR.json | 2 +- stac_dist/SENTINEL_5P_L2/SENTINEL_5P_L2.json | 2 +- .../Urban_Atlas_2018_10m_raster.json | 94 ----------- ...ineations_(FUA,_city,_commuting_zone).json | 85 ---------- .../VEGETATION_INDICES.json | 2 +- ..._AND_PRODUCTIVITY_PARAMETERS_SEASON_1.json | 2 +- ..._AND_PRODUCTIVITY_PARAMETERS_SEASON_2.json | 2 +- stac_dist/WATER_BODIES/WATER_BODIES.json | 2 +- stac_dist/catalog.json | 152 +----------------- .../corine_land_cover/corine_land_cover.json | 94 ----------- .../dominant_leaf_type.json | 94 ----------- ...est_FUA___Urban_Audit_2021_10m_raster.json | 6 + .../tree_cover_density.json | 94 ----------- .../water_and_wetness/water_and_wetness.json | 94 ----------- 67 files changed, 64 insertions(+), 3042 deletions(-) delete mode 100644 stac_dist/Administrative_boundaries_of_EEA38_and_the_United_Kingdom/Administrative_boundaries_of_EEA38_and_the_United_Kingdom.json delete mode 100644 stac_dist/City___Urban_Audit_2021_10m_raster/City___Urban_Audit_2021_10m_raster.json delete mode 100644 stac_dist/Climate_Data_-_Near-surface_specific_humidity/Climate_Data_-_Near-surface_specific_humidity.json delete mode 100644 stac_dist/Climate_Data_-_Near-surface_wind_speed/Climate_Data_-_Near-surface_wind_speed.json delete mode 100644 stac_dist/Climate_Data_-_Near_surface_air_temperatore/Climate_Data_-_Near_surface_air_temperatore.json delete mode 100644 stac_dist/Climate_Data_-_Rainfall_flux/Climate_Data_-_Rainfall_flux.json delete mode 100644 stac_dist/Climate_Data_-_Snowfall_flux/Climate_Data_-_Snowfall_flux.json delete mode 100644 stac_dist/Climate_Data_-_Surface_air_pressure/Climate_Data_-_Surface_air_pressure.json delete mode 100644 stac_dist/Climate_Data_-_Surface_downwelling_longwave_radiation/Climate_Data_-_Surface_downwelling_longwave_radiation.json delete mode 100644 stac_dist/Climate_Data_-_Surface_downwelling_shortwave_Radiation/Climate_Data_-_Surface_downwelling_shortwave_Radiation.json delete mode 100644 stac_dist/Climate_data_-_Precipitation/Climate_data_-_Precipitation.json delete mode 100644 stac_dist/Climate_data_-_Temperature/Climate_data_-_Temperature.json delete mode 100644 stac_dist/Corine_Land_Cover_/Corine_Land_Cover_.json delete mode 100644 stac_dist/Crop_Parcel_Registration_(BRP)/Crop_Parcel_Registration_(BRP).json delete mode 100644 stac_dist/European_Settlement_Map_/European_Settlement_Map_.json delete mode 100644 stac_dist/FUA___Urban_Audit_2021_10m_raster/FUA___Urban_Audit_2021_10m_raster.json delete mode 100644 stac_dist/Grassland_change/Grassland_change.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Forest_-tree_cover_/High_Resolution_Layer_-_Forest_-tree_cover_.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Forest_type__/High_Resolution_Layer_-_Forest_type__.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Grassland/High_Resolution_Layer_-_Grassland.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Imperviousness/High_Resolution_Layer_-_Imperviousness.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Small_Woody_Features_/High_Resolution_Layer_-_Small_Woody_Features_.json delete mode 100644 stac_dist/High_Resolution_Layer_-_Water_&_Wetness_/High_Resolution_Layer_-_Water_&_Wetness_.json delete mode 100644 stac_dist/LGN/LGN.json delete mode 100644 stac_dist/NUTS3_2021/NUTS3_2021.json delete mode 100644 stac_dist/Urban_Atlas_2018_10m_raster/Urban_Atlas_2018_10m_raster.json delete mode 100644 stac_dist/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone).json delete mode 100644 stac_dist/corine_land_cover/corine_land_cover.json delete mode 100644 stac_dist/dominant_leaf_type/dominant_leaf_type.json delete mode 100644 stac_dist/tree_cover_density/tree_cover_density.json delete mode 100644 stac_dist/water_and_wetness/water_and_wetness.json diff --git a/stac/stac-generator/stac-generator.py b/stac/stac-generator/stac-generator.py index 498b9831..18843d31 100644 --- a/stac/stac-generator/stac-generator.py +++ b/stac/stac-generator/stac-generator.py @@ -284,7 +284,7 @@ def insert_value(field, value_list, listed_fields, doc): index_catalog = pystac.Catalog.from_file('./stac_dist/catalog.json') for index, issue in enumerate(issues): labels = issue["node"]["labels"]["edges"] - requested = {'node': {'name': 'data-request'}} + requested = {'node': {'name': 'test-approved'}} if requested in labels: title = issue["node"]["title"].split("]: ")[-1].replace(" ", "_") diff --git a/stac/stac-generator/update_items.py b/stac/stac-generator/update_items.py index ad18769a..9ef3c912 100644 --- a/stac/stac-generator/update_items.py +++ b/stac/stac-generator/update_items.py @@ -1,5 +1,6 @@ import requests import os +import pystac from requests.auth import HTTPBasicAuth username = os.environ["USERNAME"] @@ -7,8 +8,31 @@ catalog_url = "https://fairicube.github.io/data-requests/catalog.json" post_url = "https://stacapi-write.eoxhub.fairicube.eu/collections/index/items" -# post_url = "http://0.0.0.0:8082/collections/index/items" + + +def delete_item(id): + response = requests.delete(url=f"{post_url}/{id}", + auth=HTTPBasicAuth(username, password)) + return response.status_code + + index_catalog = requests.get(catalog_url).json() +catalog = pystac.Catalog.from_dict(index_catalog) +catalog_items = catalog.get_items() + +catalog_items_list = [] + +for item in catalog_items: + catalog_items_list.append(item.id) + +api_items = requests.get(url=f"{post_url}?limit=1000", + auth=HTTPBasicAuth(username, password)).json() + +# check if the already ingested items are in the catalog, otherwise delete them +for item in api_items["features"]: + if item["id"] not in catalog_items_list: + delete_item(item["id"]) + for link in index_catalog["links"]: if link["rel"] == "item": json_body = requests.get(link["href"]).json() diff --git a/stac_dist/Administrative_boundaries_of_EEA38_and_the_United_Kingdom/Administrative_boundaries_of_EEA38_and_the_United_Kingdom.json b/stac_dist/Administrative_boundaries_of_EEA38_and_the_United_Kingdom/Administrative_boundaries_of_EEA38_and_the_United_Kingdom.json deleted file mode 100644 index 8dfe8fc3..00000000 --- a/stac_dist/Administrative_boundaries_of_EEA38_and_the_United_Kingdom/Administrative_boundaries_of_EEA38_and_the_United_Kingdom.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Administrative_boundaries_of_EEA38_and_the_United_Kingdom", - "properties": { - "license": "No limitations to public access", - "Description": "This metadata refers to the dataset representing the administrative boundaries of the EEA38 member countries and the United Kingdom at various aggregation levels using the NUTS 2021 classification (Nomenclature of territorial units for statistics): country (NUTS0), NUTS1, NUTS2, and NUTS3 regions, plus some extra territories as Andorra, Monaco, San Marino, Vatican City.\nThe dataset has been created in raster format with a spatial resolution of 100m grid size, matching with the Corine Land Cover 2018 accounting layer to support spatial analysis and calculating statistics at country level for the European territory as needed by accounting activities such as Land and Ecosystem Accounting (LEAC).\nThis dataset is based on the Eurostat GISCO database (extracted in May 2021), in particular on the layer NUTS 2021 at 100:000 scale for the main countries complemented by part of additional layers as EEZ (Exclusive Economic Zone) 2021, and EuroGeographics EuroBoundaryMap 2022 dataset.\nThe EEA-adapted metadata of the data sources, GISCO NUTS 2021 and EBM 2022, can be consulted in the EEA SDI data catalogue.The public metadata for NUTS 2021 released by Eurostat is available here: https://gisco-services.ec.europa.eu/distribution/v2/nuts/nuts-2021-metadata.xml. An introduction to the NUTS classification is available here: http://ec.europa.eu/eurostat/web/nuts/overview. More information about EuroBoundaryMap can be found here: https://eurogeographics.org/maps-for-europe/ebm/.", - "providers": [ - { - "name": "EEA" - } - ], - "Data Source": "", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/COPERNICUS_30/COPERNICUS_30.json b/stac_dist/COPERNICUS_30/COPERNICUS_30.json index 92e95283..d90b7899 100644 --- a/stac_dist/COPERNICUS_30/COPERNICUS_30.json +++ b/stac_dist/COPERNICUS_30/COPERNICUS_30.json @@ -221,7 +221,7 @@ 90 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/CORINE_LAND_COVER/CORINE_LAND_COVER.json b/stac_dist/CORINE_LAND_COVER/CORINE_LAND_COVER.json index 0ec05d8e..d4e238bf 100644 --- a/stac_dist/CORINE_LAND_COVER/CORINE_LAND_COVER.json +++ b/stac_dist/CORINE_LAND_COVER/CORINE_LAND_COVER.json @@ -191,7 +191,7 @@ 71 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/CORINE_LAND_COVER_ACCOUNTING_LAYERS/CORINE_LAND_COVER_ACCOUNTING_LAYERS.json b/stac_dist/CORINE_LAND_COVER_ACCOUNTING_LAYERS/CORINE_LAND_COVER_ACCOUNTING_LAYERS.json index a3300dca..86bf8270 100644 --- a/stac_dist/CORINE_LAND_COVER_ACCOUNTING_LAYERS/CORINE_LAND_COVER_ACCOUNTING_LAYERS.json +++ b/stac_dist/CORINE_LAND_COVER_ACCOUNTING_LAYERS/CORINE_LAND_COVER_ACCOUNTING_LAYERS.json @@ -186,7 +186,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/City___Urban_Audit_2021_10m_raster/City___Urban_Audit_2021_10m_raster.json b/stac_dist/City___Urban_Audit_2021_10m_raster/City___Urban_Audit_2021_10m_raster.json deleted file mode 100644 index 430c9a2b..00000000 --- a/stac_dist/City___Urban_Audit_2021_10m_raster/City___Urban_Audit_2021_10m_raster.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "City___Urban_Audit_2021_10m_raster", - "properties": { - "license": "No limitations to public access EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Terms and condition for the use of the input data collected and used for delineating a city: DG REGIO: - https://ec.europa.eu/info/legal-notice_en#copyright-notice LandScan 2010 \u00a9 UT BATTELLE: - https://landscan.ornl.gov/license GEOSTAT 2011: https://ec.europa.eu/info/legal-notice_en#copyright-notice CORDA platform: - https://www.copernicus.eu/en/access-data/copyright-and-licences", - "Description": "A City is a local administrative unit (LAU) where the majority of the population lives in an urban centre of at least 50 000 inhabitants. (https://ec.europa.eu/eurostat/web/cities/spatial-units)", - "providers": [ - { - "name": "Copyright holders: \u00a9 European Environment Agency (EEA)" - }, - { - "name": " \u00a9 European Union" - }, - { - "name": " \u00a9 EuroGeographics" - }, - { - "name": " \u00a9 FAO (UN)" - }, - { - "name": " \u00a9 TurkStat" - }, - { - "name": " \u00a9 UT BATTELLE" - }, - { - "name": " \u00a9 Republic Administration for Geodetic and Property Affairs (Bosnia Herzegovina)" - }, - { - "name": " \u00a9 Statistical Office of Montenegro" - } - ], - "Data Source": "GISCO, https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/urban-audit", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Near-surface_specific_humidity/Climate_Data_-_Near-surface_specific_humidity.json b/stac_dist/Climate_Data_-_Near-surface_specific_humidity/Climate_Data_-_Near-surface_specific_humidity.json deleted file mode 100644 index 8b41c065..00000000 --- a/stac_dist/Climate_Data_-_Near-surface_specific_humidity/Climate_Data_-_Near-surface_specific_humidity.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Near-surface_specific_humidity", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Near-surface_wind_speed/Climate_Data_-_Near-surface_wind_speed.json b/stac_dist/Climate_Data_-_Near-surface_wind_speed/Climate_Data_-_Near-surface_wind_speed.json deleted file mode 100644 index 5ef3f548..00000000 --- a/stac_dist/Climate_Data_-_Near-surface_wind_speed/Climate_Data_-_Near-surface_wind_speed.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Near-surface_wind_speed", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Near_surface_air_temperatore/Climate_Data_-_Near_surface_air_temperatore.json b/stac_dist/Climate_Data_-_Near_surface_air_temperatore/Climate_Data_-_Near_surface_air_temperatore.json deleted file mode 100644 index afb3fb54..00000000 --- a/stac_dist/Climate_Data_-_Near_surface_air_temperatore/Climate_Data_-_Near_surface_air_temperatore.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Near_surface_air_temperatore", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Rainfall_flux/Climate_Data_-_Rainfall_flux.json b/stac_dist/Climate_Data_-_Rainfall_flux/Climate_Data_-_Rainfall_flux.json deleted file mode 100644 index cba03254..00000000 --- a/stac_dist/Climate_Data_-_Rainfall_flux/Climate_Data_-_Rainfall_flux.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Rainfall_flux", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Snowfall_flux/Climate_Data_-_Snowfall_flux.json b/stac_dist/Climate_Data_-_Snowfall_flux/Climate_Data_-_Snowfall_flux.json deleted file mode 100644 index 79205462..00000000 --- a/stac_dist/Climate_Data_-_Snowfall_flux/Climate_Data_-_Snowfall_flux.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Snowfall_flux", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Surface_air_pressure/Climate_Data_-_Surface_air_pressure.json b/stac_dist/Climate_Data_-_Surface_air_pressure/Climate_Data_-_Surface_air_pressure.json deleted file mode 100644 index 36cb100c..00000000 --- a/stac_dist/Climate_Data_-_Surface_air_pressure/Climate_Data_-_Surface_air_pressure.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Surface_air_pressure", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Surface_downwelling_longwave_radiation/Climate_Data_-_Surface_downwelling_longwave_radiation.json b/stac_dist/Climate_Data_-_Surface_downwelling_longwave_radiation/Climate_Data_-_Surface_downwelling_longwave_radiation.json deleted file mode 100644 index ea6e2184..00000000 --- a/stac_dist/Climate_Data_-_Surface_downwelling_longwave_radiation/Climate_Data_-_Surface_downwelling_longwave_radiation.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Surface_downwelling_longwave_radiation", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_Data_-_Surface_downwelling_shortwave_Radiation/Climate_Data_-_Surface_downwelling_shortwave_Radiation.json b/stac_dist/Climate_Data_-_Surface_downwelling_shortwave_Radiation/Climate_Data_-_Surface_downwelling_shortwave_Radiation.json deleted file mode 100644 index 1a28c186..00000000 --- a/stac_dist/Climate_Data_-_Surface_downwelling_shortwave_Radiation/Climate_Data_-_Surface_downwelling_shortwave_Radiation.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_Data_-_Surface_downwelling_shortwave_Radiation", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_data_-_Precipitation/Climate_data_-_Precipitation.json b/stac_dist/Climate_data_-_Precipitation/Climate_data_-_Precipitation.json deleted file mode 100644 index a91740de..00000000 --- a/stac_dist/Climate_data_-_Precipitation/Climate_data_-_Precipitation.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_data_-_Precipitation", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Climate_data_-_Temperature/Climate_data_-_Temperature.json b/stac_dist/Climate_data_-_Temperature/Climate_data_-_Temperature.json deleted file mode 100644 index 26e46e47..00000000 --- a/stac_dist/Climate_data_-_Temperature/Climate_data_-_Temperature.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Climate_data_-_Temperature", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Corine_Land_Cover_/Corine_Land_Cover_.json b/stac_dist/Corine_Land_Cover_/Corine_Land_Cover_.json deleted file mode 100644 index 96c1132f..00000000 --- a/stac_dist/Corine_Land_Cover_/Corine_Land_Cover_.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Corine_Land_Cover_", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Crop_Parcel_Registration_(BRP)/Crop_Parcel_Registration_(BRP).json b/stac_dist/Crop_Parcel_Registration_(BRP)/Crop_Parcel_Registration_(BRP).json deleted file mode 100644 index 2685c4e8..00000000 --- a/stac_dist/Crop_Parcel_Registration_(BRP)/Crop_Parcel_Registration_(BRP).json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Crop_Parcel_Registration_(BRP)", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/European_Settlement_Map_/European_Settlement_Map_.json b/stac_dist/European_Settlement_Map_/European_Settlement_Map_.json deleted file mode 100644 index 94dbf9e6..00000000 --- a/stac_dist/European_Settlement_Map_/European_Settlement_Map_.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "European_Settlement_Map_", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/FUA___Urban_Audit_2021_10m_raster/FUA___Urban_Audit_2021_10m_raster.json b/stac_dist/FUA___Urban_Audit_2021_10m_raster/FUA___Urban_Audit_2021_10m_raster.json deleted file mode 100644 index 18b623d7..00000000 --- a/stac_dist/FUA___Urban_Audit_2021_10m_raster/FUA___Urban_Audit_2021_10m_raster.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "FUA___Urban_Audit_2021_10m_raster", - "properties": { - "license": "No limitations to public access EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Terms and condition for the use of the input data collected and used for delineating a city: DG REGIO: - https://ec.europa.eu/info/legal-notice_en#copyright-notice LandScan 2010 \u00a9 UT BATTELLE: - https://landscan.ornl.gov/license GEOSTAT 2011: https://ec.europa.eu/info/legal-notice_en#copyright-notice CORDA platform: - https://www.copernicus.eu/en/access-data/copyright-and-licences", - "Description": "Functional Urban Area (FUA) boundaries, used within the context of Urban Atlas 2012 and 2018 for the Copernicus Land Monitoring Service. The dataset contains a total of 788 FUA over EEA38 (with the exception of Liechtenstein) and the United Kingdom.\nMore information at [https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d](https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d).", - "providers": [ - { - "name": "Copyright holders: \u00a9 European Environment Agency (EEA)" - }, - { - "name": " \u00a9 European Union" - }, - { - "name": " \u00a9 EuroGeographics" - }, - { - "name": " \u00a9 FAO (UN)" - }, - { - "name": " \u00a9 TurkStat" - }, - { - "name": " \u00a9 UT BATTELLE" - }, - { - "name": " \u00a9 Republic Administration for Geodetic and Property Affairs (Bosnia Herzegovina)" - }, - { - "name": " \u00a9 Statistical Office of Montenegro" - } - ], - "Data Source": "EEA geospatial data catalague https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/GHS_BUILT_S2/GHS_BUILT_S2.json b/stac_dist/GHS_BUILT_S2/GHS_BUILT_S2.json index 4745ffdd..f50e9037 100644 --- a/stac_dist/GHS_BUILT_S2/GHS_BUILT_S2.json +++ b/stac_dist/GHS_BUILT_S2/GHS_BUILT_S2.json @@ -401,7 +401,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/GLOBAL_LAND_COVER/GLOBAL_LAND_COVER.json b/stac_dist/GLOBAL_LAND_COVER/GLOBAL_LAND_COVER.json index d3dd1062..effeb41e 100644 --- a/stac_dist/GLOBAL_LAND_COVER/GLOBAL_LAND_COVER.json +++ b/stac_dist/GLOBAL_LAND_COVER/GLOBAL_LAND_COVER.json @@ -358,7 +358,7 @@ 78.25 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/GLOBAL_SURFACE_WATER/GLOBAL_SURFACE_WATER.json b/stac_dist/GLOBAL_SURFACE_WATER/GLOBAL_SURFACE_WATER.json index d6b19e66..1fa3b7bd 100644 --- a/stac_dist/GLOBAL_SURFACE_WATER/GLOBAL_SURFACE_WATER.json +++ b/stac_dist/GLOBAL_SURFACE_WATER/GLOBAL_SURFACE_WATER.json @@ -295,7 +295,7 @@ 80 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/Grassland_change/Grassland_change.json b/stac_dist/Grassland_change/Grassland_change.json deleted file mode 100644 index 4a48b266..00000000 --- a/stac_dist/Grassland_change/Grassland_change.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Grassland_change", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__.json b/stac_dist/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__.json deleted file mode 100644 index 675c1fc6..00000000 --- a/stac_dist/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Forest_-tree_cover_/High_Resolution_Layer_-_Forest_-tree_cover_.json b/stac_dist/High_Resolution_Layer_-_Forest_-tree_cover_/High_Resolution_Layer_-_Forest_-tree_cover_.json deleted file mode 100644 index d43b7faa..00000000 --- a/stac_dist/High_Resolution_Layer_-_Forest_-tree_cover_/High_Resolution_Layer_-_Forest_-tree_cover_.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Forest_-tree_cover_", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Forest_type__/High_Resolution_Layer_-_Forest_type__.json b/stac_dist/High_Resolution_Layer_-_Forest_type__/High_Resolution_Layer_-_Forest_type__.json deleted file mode 100644 index 9e47085f..00000000 --- a/stac_dist/High_Resolution_Layer_-_Forest_type__/High_Resolution_Layer_-_Forest_type__.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Forest_type__", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Grassland/High_Resolution_Layer_-_Grassland.json b/stac_dist/High_Resolution_Layer_-_Grassland/High_Resolution_Layer_-_Grassland.json deleted file mode 100644 index 5b6e61e7..00000000 --- a/stac_dist/High_Resolution_Layer_-_Grassland/High_Resolution_Layer_-_Grassland.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Grassland", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Imperviousness/High_Resolution_Layer_-_Imperviousness.json b/stac_dist/High_Resolution_Layer_-_Imperviousness/High_Resolution_Layer_-_Imperviousness.json deleted file mode 100644 index 6fef0ab4..00000000 --- a/stac_dist/High_Resolution_Layer_-_Imperviousness/High_Resolution_Layer_-_Imperviousness.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Imperviousness", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Small_Woody_Features_/High_Resolution_Layer_-_Small_Woody_Features_.json b/stac_dist/High_Resolution_Layer_-_Small_Woody_Features_/High_Resolution_Layer_-_Small_Woody_Features_.json deleted file mode 100644 index 9f22e619..00000000 --- a/stac_dist/High_Resolution_Layer_-_Small_Woody_Features_/High_Resolution_Layer_-_Small_Woody_Features_.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Small_Woody_Features_", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/High_Resolution_Layer_-_Water_&_Wetness_/High_Resolution_Layer_-_Water_&_Wetness_.json b/stac_dist/High_Resolution_Layer_-_Water_&_Wetness_/High_Resolution_Layer_-_Water_&_Wetness_.json deleted file mode 100644 index bacd4d4f..00000000 --- a/stac_dist/High_Resolution_Layer_-_Water_&_Wetness_/High_Resolution_Layer_-_Water_&_Wetness_.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "High_Resolution_Layer_-_Water_&_Wetness_", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/LANDSAT1-5_MSS_L1/LANDSAT1-5_MSS_L1.json b/stac_dist/LANDSAT1-5_MSS_L1/LANDSAT1-5_MSS_L1.json index 3ad902b2..8b1aa4e1 100644 --- a/stac_dist/LANDSAT1-5_MSS_L1/LANDSAT1-5_MSS_L1.json +++ b/stac_dist/LANDSAT1-5_MSS_L1/LANDSAT1-5_MSS_L1.json @@ -578,7 +578,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT4-5_TM_L1/LANDSAT4-5_TM_L1.json b/stac_dist/LANDSAT4-5_TM_L1/LANDSAT4-5_TM_L1.json index 099cfe2b..dd80ef17 100644 --- a/stac_dist/LANDSAT4-5_TM_L1/LANDSAT4-5_TM_L1.json +++ b/stac_dist/LANDSAT4-5_TM_L1/LANDSAT4-5_TM_L1.json @@ -723,7 +723,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT4-5_TM_L2/LANDSAT4-5_TM_L2.json b/stac_dist/LANDSAT4-5_TM_L2/LANDSAT4-5_TM_L2.json index 623eb363..5866ac62 100644 --- a/stac_dist/LANDSAT4-5_TM_L2/LANDSAT4-5_TM_L2.json +++ b/stac_dist/LANDSAT4-5_TM_L2/LANDSAT4-5_TM_L2.json @@ -833,7 +833,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT7_ETM_L1/LANDSAT7_ETM_L1.json b/stac_dist/LANDSAT7_ETM_L1/LANDSAT7_ETM_L1.json index 5c846253..5fdc1213 100644 --- a/stac_dist/LANDSAT7_ETM_L1/LANDSAT7_ETM_L1.json +++ b/stac_dist/LANDSAT7_ETM_L1/LANDSAT7_ETM_L1.json @@ -765,7 +765,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT7_ETM_L2/LANDSAT7_ETM_L2.json b/stac_dist/LANDSAT7_ETM_L2/LANDSAT7_ETM_L2.json index 800ab398..91178dd2 100644 --- a/stac_dist/LANDSAT7_ETM_L2/LANDSAT7_ETM_L2.json +++ b/stac_dist/LANDSAT7_ETM_L2/LANDSAT7_ETM_L2.json @@ -836,7 +836,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT8-9_L1/LANDSAT8-9_L1.json b/stac_dist/LANDSAT8-9_L1/LANDSAT8-9_L1.json index 5ee0120e..9a4c37b1 100644 --- a/stac_dist/LANDSAT8-9_L1/LANDSAT8-9_L1.json +++ b/stac_dist/LANDSAT8-9_L1/LANDSAT8-9_L1.json @@ -833,7 +833,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LANDSAT8-9_L2/LANDSAT8-9_L2.json b/stac_dist/LANDSAT8-9_L2/LANDSAT8-9_L2.json index cf9f230e..c551e199 100644 --- a/stac_dist/LANDSAT8-9_L2/LANDSAT8-9_L2.json +++ b/stac_dist/LANDSAT8-9_L2/LANDSAT8-9_L2.json @@ -841,7 +841,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/LGN/LGN.json b/stac_dist/LGN/LGN.json deleted file mode 100644 index 5dc5f0a8..00000000 --- a/stac_dist/LGN/LGN.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "LGN", - "properties": { - "license": "CC BY-SA 4.0", - "Description": "National land use map of Netherlands (LGN).", - "providers": [ - { - "name": "WENR" - } - ], - "Data Source": "Download link valid 1 day: https://lgn.nl/lgnserver/downloadfile?token=363bf70a-261e-4b9e-bfc4-2617c12cb4ac New request can be made at: https://lgn.nl/bestanden", - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180.0, - 180.0 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90.0, - 90.0 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "extent": [ - "1990-01-01T00:00:00", - "2023-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/MAPZEN_DEM/MAPZEN_DEM.json b/stac_dist/MAPZEN_DEM/MAPZEN_DEM.json index 720f1051..b575f773 100644 --- a/stac_dist/MAPZEN_DEM/MAPZEN_DEM.json +++ b/stac_dist/MAPZEN_DEM/MAPZEN_DEM.json @@ -227,7 +227,7 @@ 85 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/MODIS/MODIS.json b/stac_dist/MODIS/MODIS.json index 8d22088b..d444b2e5 100644 --- a/stac_dist/MODIS/MODIS.json +++ b/stac_dist/MODIS/MODIS.json @@ -549,7 +549,7 @@ 85 ], "stac_extensions": [ - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/NASA_HARMONIZED_LANDSAT_SENTINEL/NASA_HARMONIZED_LANDSAT_SENTINEL.json b/stac_dist/NASA_HARMONIZED_LANDSAT_SENTINEL/NASA_HARMONIZED_LANDSAT_SENTINEL.json index 51f11b6f..4cf2cb96 100644 --- a/stac_dist/NASA_HARMONIZED_LANDSAT_SENTINEL/NASA_HARMONIZED_LANDSAT_SENTINEL.json +++ b/stac_dist/NASA_HARMONIZED_LANDSAT_SENTINEL/NASA_HARMONIZED_LANDSAT_SENTINEL.json @@ -640,7 +640,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/NUTS3_2021/NUTS3_2021.json b/stac_dist/NUTS3_2021/NUTS3_2021.json deleted file mode 100644 index 00c6e7fa..00000000 --- a/stac_dist/NUTS3_2021/NUTS3_2021.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "NUTS3_2021", - "properties": { - "license": "The European Commission, its Executive Agencies and European Environmental Agency may use the dataset under the following usage restrictions: https://webgate.ec.europa.eu/fpfis/wikis/display/GISCO/License+conditions+for+EuroGeographics+Administrative+and+Topographic+spatial+datasets. Contractors of the European Commission, its Executive Agencies and EEA can access the data after signing an agreement form. The agreement form can be requested by the responsible service from European Commission \u2013 Eurostat/GISCO ESTAT-GISCO@ec.europa.eu. Once the form has been signed, access will be provided by European Commission - Eurostat/GISCO.", - "Description": "This metadata refers to the dataset representing the administrative boundaries of the EEA38 member countries and the United Kingdom at various aggregation levels using the NUTS 2021 classification (Nomenclature of territorial units for statistics): country (NUTS0), NUTS1, NUTS2, and NUTS3 regions, plus some extra territories as Andorra, Monaco, San Marino, Vatican City.\nMore information at [https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/08c0e074-4a98-4545-bd85-f58fe3f74d82] (https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/08c0e074-4a98-4545-bd85-f58fe3f74d82)", - "providers": [ - { - "name": "Administrative boundaries: \u00a9 EuroGeographics" - }, - { - "name": " \u00a9 FAO (UN)" - }, - { - "name": " \u00a9 TurkStat Source: European Commission \u2013 Eurostat/GISCO" - } - ], - "Data Source": "This dataset is based on the Eurostat GISCO database (extracted in May 2021), in particular on the layer NUTS 2021 at 100:000 scale for the main countries complemented by part of additional layers as EEZ (Exclusive Economic Zone) 2021, and EuroGeographics EuroBoundaryMap 2022 dataset. Direct download url: https://sdi.eea.europa.eu/data/08c0e074-4a98-4545-bd85-f58fe3f74d82", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/POPULATION_DENSITY/POPULATION_DENSITY.json b/stac_dist/POPULATION_DENSITY/POPULATION_DENSITY.json index 46c103a7..138d9245 100644 --- a/stac_dist/POPULATION_DENSITY/POPULATION_DENSITY.json +++ b/stac_dist/POPULATION_DENSITY/POPULATION_DENSITY.json @@ -166,7 +166,7 @@ 89.99999999999991 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SEASONAL_TRAJECTORIES/SEASONAL_TRAJECTORIES.json b/stac_dist/SEASONAL_TRAJECTORIES/SEASONAL_TRAJECTORIES.json index 5bc1ee01..523794fb 100644 --- a/stac_dist/SEASONAL_TRAJECTORIES/SEASONAL_TRAJECTORIES.json +++ b/stac_dist/SEASONAL_TRAJECTORIES/SEASONAL_TRAJECTORIES.json @@ -420,7 +420,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SEA_ICE_INDEX/SEA_ICE_INDEX.json b/stac_dist/SEA_ICE_INDEX/SEA_ICE_INDEX.json index 80e75104..33ec1660 100644 --- a/stac_dist/SEA_ICE_INDEX/SEA_ICE_INDEX.json +++ b/stac_dist/SEA_ICE_INDEX/SEA_ICE_INDEX.json @@ -197,7 +197,7 @@ 90 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL1_CARD4L/SENTINEL1_CARD4L.json b/stac_dist/SENTINEL1_CARD4L/SENTINEL1_CARD4L.json index 6fa9ee43..0402702d 100644 --- a/stac_dist/SENTINEL1_CARD4L/SENTINEL1_CARD4L.json +++ b/stac_dist/SENTINEL1_CARD4L/SENTINEL1_CARD4L.json @@ -239,7 +239,7 @@ 39 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL1_GRD/SENTINEL1_GRD.json b/stac_dist/SENTINEL1_GRD/SENTINEL1_GRD.json index a27a5cd9..800f2ece 100644 --- a/stac_dist/SENTINEL1_GRD/SENTINEL1_GRD.json +++ b/stac_dist/SENTINEL1_GRD/SENTINEL1_GRD.json @@ -525,7 +525,7 @@ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/sar/v1.0.0/schema.json", - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL2_L1C_SENTINELHUB/SENTINEL2_L1C_SENTINELHUB.json b/stac_dist/SENTINEL2_L1C_SENTINELHUB/SENTINEL2_L1C_SENTINELHUB.json index 3e9d7979..e7e18467 100644 --- a/stac_dist/SENTINEL2_L1C_SENTINELHUB/SENTINEL2_L1C_SENTINELHUB.json +++ b/stac_dist/SENTINEL2_L1C_SENTINELHUB/SENTINEL2_L1C_SENTINELHUB.json @@ -938,7 +938,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL2_L2A_MOSAIC_120/SENTINEL2_L2A_MOSAIC_120.json b/stac_dist/SENTINEL2_L2A_MOSAIC_120/SENTINEL2_L2A_MOSAIC_120.json index 0adc11c5..d9fb33df 100644 --- a/stac_dist/SENTINEL2_L2A_MOSAIC_120/SENTINEL2_L2A_MOSAIC_120.json +++ b/stac_dist/SENTINEL2_L2A_MOSAIC_120/SENTINEL2_L2A_MOSAIC_120.json @@ -456,7 +456,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL2_L2A_SENTINELHUB/SENTINEL2_L2A_SENTINELHUB.json b/stac_dist/SENTINEL2_L2A_SENTINELHUB/SENTINEL2_L2A_SENTINELHUB.json index 9b286a1f..1cedc568 100644 --- a/stac_dist/SENTINEL2_L2A_SENTINELHUB/SENTINEL2_L2A_SENTINELHUB.json +++ b/stac_dist/SENTINEL2_L2A_SENTINELHUB/SENTINEL2_L2A_SENTINELHUB.json @@ -992,7 +992,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL3_OLCI_L1B/SENTINEL3_OLCI_L1B.json b/stac_dist/SENTINEL3_OLCI_L1B/SENTINEL3_OLCI_L1B.json index a0334c0c..c52d9fb5 100644 --- a/stac_dist/SENTINEL3_OLCI_L1B/SENTINEL3_OLCI_L1B.json +++ b/stac_dist/SENTINEL3_OLCI_L1B/SENTINEL3_OLCI_L1B.json @@ -390,7 +390,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/SENTINEL3_SLSTR/SENTINEL3_SLSTR.json b/stac_dist/SENTINEL3_SLSTR/SENTINEL3_SLSTR.json index 7485c4fd..cbf991c1 100644 --- a/stac_dist/SENTINEL3_SLSTR/SENTINEL3_SLSTR.json +++ b/stac_dist/SENTINEL3_SLSTR/SENTINEL3_SLSTR.json @@ -619,7 +619,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/sat/v1.0.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] diff --git a/stac_dist/SENTINEL_5P_L2/SENTINEL_5P_L2.json b/stac_dist/SENTINEL_5P_L2/SENTINEL_5P_L2.json index f766e196..e36a3281 100644 --- a/stac_dist/SENTINEL_5P_L2/SENTINEL_5P_L2.json +++ b/stac_dist/SENTINEL_5P_L2/SENTINEL_5P_L2.json @@ -727,7 +727,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/eo/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/Urban_Atlas_2018_10m_raster/Urban_Atlas_2018_10m_raster.json b/stac_dist/Urban_Atlas_2018_10m_raster/Urban_Atlas_2018_10m_raster.json deleted file mode 100644 index 95f3da7a..00000000 --- a/stac_dist/Urban_Atlas_2018_10m_raster/Urban_Atlas_2018_10m_raster.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Urban_Atlas_2018_10m_raster", - "properties": { - "license": "Access to data is based on a principle of full, open and free access as established by the Copernicus data and information policy Regulation (EU) No 1159/2013 of 12 July 2013. This regulation establishes registration and licensing conditions for GMES/Copernicus users and can be found here. Free, full and open access to this data set is made on the conditions that: When distributing or communicating Copernicus dedicated data and Copernicus service information to the public, users shall inform the public of the source of that data and information. Users shall make sure not to convey the impression to the public that the users activities are officially endorsed by the Union. Where that data or information has been adapted or modified, the user shall clearly state this. The data remain the sole property of the European Union. Any information and data produced in the framework of the action shall be the sole property of the European Union. Any communication and publication by the beneficiary shall acknowledge that the data were produced \u201cwith funding by the European Union\u201d.", - "Description": "The Urban Atlas provides harmonised very high resolution pan-European land cover and land use data generated for cities and sorroundings according to the Functional Urban Areas (FUA). The FUAs are distributed among EU, EFTA, West Balkans, UK and Turkey. Urban Atlas is available for 2006, 2012 and 2018. Urban Atlas 2018 covers 788 FUAs.\nMore information at [https://land.copernicus.eu/local/urban-atlas](https://land.copernicus.eu/local/urban-atlas)", - "providers": [ - { - "name": "European Environment Agency (EEA) under the framework of the Copernicus programme" - } - ], - "Data Source": "CLMS (https://land.copernicus.eu/local/urban-atlas/urban-atlas-2018?tab=download)", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone).json b/stac_dist/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone).json deleted file mode 100644 index 2b9e91a2..00000000 --- a/stac_dist/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone).json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)", - "properties": { - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/VEGETATION_INDICES/VEGETATION_INDICES.json b/stac_dist/VEGETATION_INDICES/VEGETATION_INDICES.json index 1fcf95f9..6cd3481e 100644 --- a/stac_dist/VEGETATION_INDICES/VEGETATION_INDICES.json +++ b/stac_dist/VEGETATION_INDICES/VEGETATION_INDICES.json @@ -484,7 +484,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1.json b/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1.json index ff99562e..9a47c9c2 100644 --- a/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1.json +++ b/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_1.json @@ -637,7 +637,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2.json b/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2.json index ffaa8b27..da31ccfd 100644 --- a/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2.json +++ b/stac_dist/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2/VEGETATION_PHENOLOGY_AND_PRODUCTIVITY_PARAMETERS_SEASON_2.json @@ -637,7 +637,7 @@ 72 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/WATER_BODIES/WATER_BODIES.json b/stac_dist/WATER_BODIES/WATER_BODIES.json index c0c1a6ff..c50803b9 100644 --- a/stac_dist/WATER_BODIES/WATER_BODIES.json +++ b/stac_dist/WATER_BODIES/WATER_BODIES.json @@ -213,7 +213,7 @@ 80 ], "stac_extensions": [ - "https://stac-extensions.github.io/raster/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] } \ No newline at end of file diff --git a/stac_dist/catalog.json b/stac_dist/catalog.json index 84e9a823..039baa19 100644 --- a/stac_dist/catalog.json +++ b/stac_dist/catalog.json @@ -332,157 +332,7 @@ }, { "rel": "item", - "href": "./tree_cover_density/tree_cover_density.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Administrative_boundaries_of_EEA38_and_the_United_Kingdom/Administrative_boundaries_of_EEA38_and_the_United_Kingdom.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./water_and_wetness/water_and_wetness.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./FUA___Urban_Audit_2021_10m_raster/FUA___Urban_Audit_2021_10m_raster.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Urban_Atlas_2018_10m_raster/Urban_Atlas_2018_10m_raster.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./City___Urban_Audit_2021_10m_raster/City___Urban_Audit_2021_10m_raster.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./NUTS3_2021/NUTS3_2021.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Crop_Parcel_Registration_(BRP)/Crop_Parcel_Registration_(BRP).json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./dominant_leaf_type/dominant_leaf_type.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Grassland_change/Grassland_change.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./corine_land_cover/corine_land_cover.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Grassland/High_Resolution_Layer_-_Grassland.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Urban_Audit_city_delineations_(FUA,_city,_commuting_zone)/Urban_Audit_city_delineations_(FUA,_city,_commuting_zone).json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Forest_-tree_cover_/High_Resolution_Layer_-_Forest_-tree_cover_.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__/High_Resolution_Layer_-_Forest_-Dominant_Leaf_Type__.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Corine_Land_Cover_/Corine_Land_Cover_.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_data_-_Precipitation/Climate_data_-_Precipitation.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_data_-_Temperature/Climate_data_-_Temperature.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./European_Settlement_Map_/European_Settlement_Map_.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Imperviousness/High_Resolution_Layer_-_Imperviousness.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Forest_type__/High_Resolution_Layer_-_Forest_type__.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Small_Woody_Features_/High_Resolution_Layer_-_Small_Woody_Features_.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./High_Resolution_Layer_-_Water_&_Wetness_/High_Resolution_Layer_-_Water_&_Wetness_.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Near-surface_specific_humidity/Climate_Data_-_Near-surface_specific_humidity.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Near-surface_wind_speed/Climate_Data_-_Near-surface_wind_speed.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Rainfall_flux/Climate_Data_-_Rainfall_flux.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Snowfall_flux/Climate_Data_-_Snowfall_flux.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Surface_air_pressure/Climate_Data_-_Surface_air_pressure.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Surface_downwelling_longwave_radiation/Climate_Data_-_Surface_downwelling_longwave_radiation.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Surface_downwelling_shortwave_Radiation/Climate_Data_-_Surface_downwelling_shortwave_Radiation.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./Climate_Data_-_Near_surface_air_temperatore/Climate_Data_-_Near_surface_air_temperatore.json", + "href": "./test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json", "type": "application/json" } ], diff --git a/stac_dist/corine_land_cover/corine_land_cover.json b/stac_dist/corine_land_cover/corine_land_cover.json deleted file mode 100644 index caff5b93..00000000 --- a/stac_dist/corine_land_cover/corine_land_cover.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "corine_land_cover", - "properties": { - "license": "http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R1159", - "Description": "Timeseries about types of land area in the EEA-39 regions and overseas French territories.", - "providers": [ - { - "name": "EEA" - } - ], - "Data Source": "Origin of data \u2013 EEA, URL -- https://land.copernicus.eu/pan-european/corine-land-cover", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/dominant_leaf_type/dominant_leaf_type.json b/stac_dist/dominant_leaf_type/dominant_leaf_type.json deleted file mode 100644 index a9ec47e7..00000000 --- a/stac_dist/dominant_leaf_type/dominant_leaf_type.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "dominant_leaf_type", - "properties": { - "license": "License Link - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R1159", - "Description": "Data of dominant leaf type in the EEA-39 region.", - "providers": [ - { - "name": "EEA" - } - ], - "Data Source": "Origin of data \u2013 EEA, URL -- https://land.copernicus.eu/pan-european/high-resolution-layers/forests/dominant-leaf-type/status-maps/dominant-leaf-type-2018", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json b/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json index 7e9b7d73..3850290a 100644 --- a/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json +++ b/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json @@ -87,6 +87,12 @@ "roles": [ "data" ] + }, + "thumbnail_0": { + "href": "https://sdi.eea.europa.eu/public/catalogue-graphic-overview/b00ec941-c4dd-4673-91ea-2c8b5145892d.png", + "roles": [ + "thumbnail" + ] } }, "bbox": [ diff --git a/stac_dist/tree_cover_density/tree_cover_density.json b/stac_dist/tree_cover_density/tree_cover_density.json deleted file mode 100644 index aec09c48..00000000 --- a/stac_dist/tree_cover_density/tree_cover_density.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "tree_cover_density", - "properties": { - "license": "License link - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R1159", - "Description": "Time series data depicting tree cover density across the EEA-39 region", - "providers": [ - { - "name": "EEA" - } - ], - "Data Source": "Origin of data \u2013 EEA, URL -- https://land.copernicus.eu/pan-european/high-resolution-layers/forests/tree-cover-density/status-maps/tree-cover-density-2018?tab=download", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file diff --git a/stac_dist/water_and_wetness/water_and_wetness.json b/stac_dist/water_and_wetness/water_and_wetness.json deleted file mode 100644 index 87df3dd7..00000000 --- a/stac_dist/water_and_wetness/water_and_wetness.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "water_and_wetness", - "properties": { - "license": "License Link - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R1159", - "Description": "A time series data of type of water bodies in the EEA39 area.", - "providers": [ - { - "name": "EEA" - } - ], - "Data Source": "Origin of data \u2013 EEA, URL -- https://land.copernicus.eu/pan-european/high-resolution-layers/water-wetness/status-maps/water-wetness-2018?tab=download", - "assets": {}, - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -180, - 180 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - -90, - 90 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "values": [ - "2000-01-01T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180.0, - -90.0 - ], - [ - -180.0, - 90.0 - ], - [ - 180.0, - 90.0 - ], - [ - 180.0, - -90.0 - ], - [ - -180.0, - -90.0 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": {}, - "bbox": [ - -180.0, - -90.0, - 180.0, - 90.0 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file