Skip to content

Commit d6d49e6

Browse files
committed
fix: update filename regexes
1 parent ef8f4d9 commit d6d49e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingestion-data/staging/dataset-config/campfire-nlcd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"prefix": "campfire-data/",
2323
"bucket": "veda-data-store-staging",
24-
"filename_regex": "^(.*)NLCD_20\\d\\d_cog.tif$",
24+
"filename_regex": "^(.*)NLCD_20.*_cog.tif$",
2525
"discovery": "s3",
2626
"upload": false,
2727
"cogify": false,

ingestion-data/staging/dataset-config/houston-landcover.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"prefix": "houston-landcover/",
2323
"bucket": "veda-data-store-staging",
24-
"filename_regex": "landcover_Z_\\d\\d\\d\\d_cog.tif",
24+
"filename_regex": "^(.*)landcover_Z_f.*cog.tif",
2525
"discovery": "s3",
2626
"upload": false,
2727
"cogify": false,

0 commit comments

Comments
 (0)