Skip to content

Commit

Permalink
fix logging message for stac item
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaw committed Oct 31, 2024
1 parent 4c12d5c commit b8b84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ras_stac/ras1d/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def process_in_place_s3(in_prefix: str, crs: str, out_prefix: str):
logging.info(f"Generating thumbnail at {thumb_path}")
converter.export_thumbnail(thumb_path)
stac_path = out_prefix + f"{converter.idx}.json"
logging.info(f"Generating STAC item at {thumb_path}")
logging.info(f"Generating STAC item at {stac_path}")
converter.export_stac(stac_path)
return {"in_path": in_prefix, "crs": crs, "thumb_path": thumb_path, "stac_path": stac_path}

Expand Down

0 comments on commit b8b84fa

Please sign in to comment.