Skip to content

Commit

Permalink
increment the STAC Asset key so the assets aren't overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Oct 30, 2023
1 parent a988a5d commit 1d9fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/harmony/service_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def process_catalog(self, catalog: pystac.Catalog):

for idx, item in enumerate(batch_items):
output_item.add_asset(
"data",
f"data_{idx}",
Asset(
batch_urls[idx],
title=batch_urls[idx],
Expand Down

0 comments on commit 1d9fc92

Please sign in to comment.