We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8f4d9 commit d6d49e6Copy full SHA for d6d49e6
ingestion-data/staging/dataset-config/campfire-nlcd.json
@@ -21,7 +21,7 @@
21
{
22
"prefix": "campfire-data/",
23
"bucket": "veda-data-store-staging",
24
- "filename_regex": "^(.*)NLCD_20\\d\\d_cog.tif$",
+ "filename_regex": "^(.*)NLCD_20.*_cog.tif$",
25
"discovery": "s3",
26
"upload": false,
27
"cogify": false,
ingestion-data/staging/dataset-config/houston-landcover.json
"prefix": "houston-landcover/",
- "filename_regex": "landcover_Z_\\d\\d\\d\\d_cog.tif",
+ "filename_regex": "^(.*)landcover_Z_f.*cog.tif",
0 commit comments