Skip to content

Commit

Permalink
Fixed final issues, added "full-track" as keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mathvansoest committed Sep 24, 2024
1 parent f643216 commit 5f8be3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions current/LAU/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"Adminstrative",
"Units",
"European Union",
"Full-Track",
"Background Layer"
],
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion current/LAU/items/LAU_RG_01M_2020_3035.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions current/NUTS/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"Adminstrative",
"Units",
"European Union",
"Full-Track",
"Background Layer"
],
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion current/NUTS/items/NUTS_RG_01M_2021_3035.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/create_stacs/99_LAU_stacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_stacs/99_NUTS_stacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5f8be3d

Please sign in to comment.