Skip to content

Commit

Permalink
version data update
Browse files Browse the repository at this point in the history
  • Loading branch information
Enovotny committed Oct 3, 2023
1 parent 76b8c16 commit 4d71894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cumulus_geoproc/processors/abrfc-qpf-06h.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def process(*, src: str, dst: str = None, acquirable: str = None):
ds = cgdal.findsubset(ds, [SUBSET_NAME, SUBSET_DATATYPE])

version_datetime = cgdal.getVersionDate(
ds, src_path, "NC_GLOBAL#creationTime", "%Y%m%d%H", "\\d{10}, False"
ds, src_path, "NC_GLOBAL#creationTime", "%Y%m%d%H", "\\d{10}", False
)

ds, lonLL, latLL, lonUR, latUR = cgdal.geoTransform_ds(ds, SUBSET_NAME)
Expand Down

0 comments on commit 4d71894

Please sign in to comment.