Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 128 increase test coverage #135

Merged
merged 10 commits into from
Jun 27, 2024
Prev Previous commit
Next Next commit
don't append an index to the "data" asset in a new STAC item
  • Loading branch information
danielfromearth committed Jun 24, 2024
commit 216b319209862641a0e04d3bb86010ef4ff3de77
2 changes: 1 addition & 1 deletion batcher/harmony/service_adapter.py
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ def process_catalog(self, catalog: pystac.Catalog) -> list[pystac.Catalog]:
_get_output_date_range([item]),
)
output_item.add_asset(
f"data_{idx}",
"data",
Asset(
_get_item_url(item),
title=_get_item_url(item),