Skip to content

Commit 9d03ab6

Browse files
authored
Merge pull request #16 from ECOSTRESS-Collection-3/evandjpl/fix-l2tstars-bad-copy-paste
Fix missed change to L2TSTARS timestamp section
2 parents b119987 + 7280c89 commit 9d03ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ECOv003_granules/L2TSTARS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ def generate_granule_name(
177177
if isinstance(time_UTC, str):
178178
time_UTC = parser.parse(time_UTC)
179179

180-
granule_name = f"ECOv{collection}_{product_name}_{tile}_{time_UTC:%Y%m%dT%H%M%S}_{process_count:02d}"
180+
granule_name = f"ECOv{collection}_{product_name}_{tile}_{time_UTC:%Y%m%d}_{process_count:02d}"
181181

182182
return granule_name

0 commit comments

Comments
 (0)