diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 275d4591..cb3a0e0d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,8 +13,7 @@ on: branches: ['main'] paths: # Run the workflow only if files inside this path are updated - # - ingestion-data/staging/dataset-config/* - - ingestion-data/testing/dataset-config/* + - ingestion-data/staging/dataset-config/* push: branches: diff --git a/ingestion-data/testing/dataset-config/test-2.json b/ingestion-data/testing/dataset-config/test-2.json deleted file mode 100644 index 47e80ade..00000000 --- a/ingestion-data/testing/dataset-config/test-2.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "collection": "modis-ndvi-diff-2015-2022-TEST", - "title": "Camp Fire Domain: MODIS NDVI Difference", - "spatial_extent": { - "xmin": -122.21, - "ymin": 39.33, - "xmax": -120.91, - "ymax": 40.22 - }, - "temporal_extent": { - "startdate": "2022-12-31T00:00:00Z", - "enddate": "2022-12-31T23:59:59Z" - }, - "data_type": "cog", - "license": "CC0-1.0", - "description": "MODIS NDVI difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.", - "is_periodic": true, - "time_density": "year", - "sample_files": [ - "s3://veda-data-store-staging/modis-ndvi-diff-2015-2022/campfire_ndvi_difference_2015_2022.tif" - ], - "discovery_items": [ - { - "discovery": "s3", - "prefix": "modis-ndvi-diff-2015-2022/", - "bucket": "veda-data-store-staging", - "filename_regex": "(.*)campfire_ndvi_difference_2015_2022.tif$" - } - ] -} \ No newline at end of file diff --git a/ingestion-data/testing/dataset-config/test.json b/ingestion-data/testing/dataset-config/test.json deleted file mode 100644 index 37c5244c..00000000 --- a/ingestion-data/testing/dataset-config/test.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "collection": "hls-swir-falsecolor-composite-SECOND-TEST", - "title": "HLS SWIR FalseColor Composite", - "spatial_extent": { - "xmin": -156.75, - "ymin": 20.80, - "xmax": -156.55, - "ymax": 20.94 - }, - "temporal_extent": { - "startdate": "2023-08-08T00:00:00Z", - "enddate": "2023-08-08T23:59:59Z" - }, - "data_type": "cog", - "license": "CC0-1.0", - "description": "HLS falsecolor composite imagery using Bands 12, 8A, and 4.", - "is_periodic": false, - "time_density": "day", - "sample_files": [ - "s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-08_SWIR_falsecolor_cog.tif", - "s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-13_SWIR_falsecolor_cog.tif" - ], - "discovery_items": [ - { - "discovery": "s3", - "prefix": "maui-fire/", - "bucket": "veda-data-store-staging", - "filename_regex": "(.*)SWIR_falsecolor(.*).tif$" - } - ] -} \ No newline at end of file