diff --git a/current/LAU/collection.json b/current/LAU/collection.json index 95334476b9..af6b2b6260 100644 --- a/current/LAU/collection.json +++ b/current/LAU/collection.json @@ -93,7 +93,7 @@ ] } }, - "base_url": "gs://coclico-data-public/coclico/LAU/LAU_RG_01M_2020_3035.parquet", + "base_url": "gs://coclico-data-public/coclico/LAU", "sci:citation": "None.", "version": "1", "title": "Local administrative units", @@ -123,8 +123,7 @@ "Adminstrative", "Units", "European Union", - "Full-Track", - "Natural Hazards" + "Background Layer" ], "providers": [ { diff --git a/current/LAU/items/LAU_RG_01M_2020_3035.json b/current/LAU/items/LAU_RG_01M_2020_3035.json index 8b82b51547..5629f80ecf 100644 --- a/current/LAU/items/LAU_RG_01M_2020_3035.json +++ b/current/LAU/items/LAU_RG_01M_2020_3035.json @@ -65,7 +65,7 @@ ], "proj:epsg": 3035, "table:row_count": 98613, - "created": "2024-07-30T10:05:57.239808Z", + "created": "2024-09-24T08:20:08.987252Z", "datetime": "2024-01-22T00:00:00Z" }, "geometry": { diff --git a/current/NUTS/collection.json b/current/NUTS/collection.json index 47d397542e..63f45d3412 100644 --- a/current/NUTS/collection.json +++ b/current/NUTS/collection.json @@ -118,8 +118,7 @@ "Adminstrative", "Units", "European Union", - "Full-Track", - "Natural Hazards" + "Background Layer" ], "providers": [ { diff --git a/current/NUTS/items/NUTS_RG_01M_2021_3035.json b/current/NUTS/items/NUTS_RG_01M_2021_3035.json index b0bc7163ea..f1ae4aae6a 100644 --- a/current/NUTS/items/NUTS_RG_01M_2021_3035.json +++ b/current/NUTS/items/NUTS_RG_01M_2021_3035.json @@ -60,7 +60,7 @@ ], "proj:epsg": 3035, "table:row_count": 2010, - "created": "2024-09-04T12:04:51.236644Z", + "created": "2024-09-24T08:48:30.317003Z", "datetime": "2024-01-22T00:00:00Z" }, "geometry": { diff --git a/scripts/create_stacs/99_NUTS_stacs.py b/scripts/create_stacs/99_NUTS_stacs.py index c2455b86c0..badfa09129 100644 --- a/scripts/create_stacs/99_NUTS_stacs.py +++ b/scripts/create_stacs/99_NUTS_stacs.py @@ -87,7 +87,7 @@ metadata = json.load(f) # # extend keywords -metadata['KEYWORDS'].extend(['Full-Track','Natural Hazards']) +metadata['KEYWORDS'].extend(['Background Layer']) # # data output configurations HREF_PREFIX = urljoin( diff --git a/scripts/utils/stac_to_cloud.py b/scripts/utils/stac_to_cloud.py index 56926e2013..1f0e291d7c 100644 --- a/scripts/utils/stac_to_cloud.py +++ b/scripts/utils/stac_to_cloud.py @@ -16,7 +16,7 @@ GCS_PROJECT = "coclico-11207608-002" BUCKET_NAME = "coclico-data-public" BUCKET_PROJ = "coclico" - STAC_NAME = "coclico-stac-LAU" #NOTE: if working from main STAC_NAME = 'coclico-stac', if working from branch STAC_NAME = coclico-stac-*** + STAC_NAME = "coclico-stac-NUTS2" #NOTE: if working from main STAC_NAME = 'coclico-stac', if working from branch STAC_NAME = coclico-stac-*** IN_DIRNAME = "current" # hard-coded input params at project level