Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathvansoest committed Sep 24, 2024
1 parent 5f8be3d commit 39c8b90
Showing 1 changed file with 2 additions and 2 deletions.
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(['Background Layer'])
metadata['KEYWORDS'].extend(["Full-Track", "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=None,
infer_bbox=True,
infer_geometry=None,
datetime_column=None,
infer_datetime=stac_table.InferDatetimeOptions.no,
Expand Down

0 comments on commit 39c8b90

Please sign in to comment.