diff --git a/current/LAU/collection.json b/current/LAU/collection.json index af6b2b6260..8ebe0ef4ff 100644 --- a/current/LAU/collection.json +++ b/current/LAU/collection.json @@ -123,6 +123,7 @@ "Adminstrative", "Units", "European Union", + "Full-Track", "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 5629f80ecf..9614655e12 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-09-24T08:20:08.987252Z", + "created": "2024-09-24T13:17:15.784538Z", "datetime": "2024-01-22T00:00:00Z" }, "geometry": { diff --git a/current/NUTS/collection.json b/current/NUTS/collection.json index 63f45d3412..1d8e822fa1 100644 --- a/current/NUTS/collection.json +++ b/current/NUTS/collection.json @@ -118,6 +118,7 @@ "Adminstrative", "Units", "European Union", + "Full-Track", "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 f1ae4aae6a..959adcae81 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-24T08:48:30.317003Z", + "created": "2024-09-24T13:17:57.364236Z", "datetime": "2024-01-22T00:00:00Z" }, "geometry": { diff --git a/scripts/create_stacs/99_LAU_stacs.py b/scripts/create_stacs/99_LAU_stacs.py index 8f0c567fd7..0f17656f77 100644 --- a/scripts/create_stacs/99_LAU_stacs.py +++ b/scripts/create_stacs/99_LAU_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( @@ -318,7 +318,7 @@ def create_item( item = stac_table.generate( uri=asset_href, template=template, - infer_bbox=True, + infer_bbox=None, infer_geometry=None, datetime_column=None, infer_datetime=stac_table.InferDatetimeOptions.no, diff --git a/scripts/create_stacs/99_NUTS_stacs.py b/scripts/create_stacs/99_NUTS_stacs.py index badfa09129..67002792c5 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(['Background Layer']) +metadata['KEYWORDS'].extend(["Full-Track", "Background Layer"]) # # data output configurations HREF_PREFIX = urljoin(