From ff8bf957f879f09ae36a8952eea7442c7a34c18a Mon Sep 17 00:00:00 2001 From: kathrynberger Date: Mon, 28 Aug 2023 15:56:34 +0100 Subject: [PATCH 1/9] add camp fire domain modis ndvi diff dataset json --- .../collections/modis-ndvi-diff.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ingestion-data/collections/modis-ndvi-diff.json diff --git a/ingestion-data/collections/modis-ndvi-diff.json b/ingestion-data/collections/modis-ndvi-diff.json new file mode 100644 index 00000000..2e2f7d19 --- /dev/null +++ b/ingestion-data/collections/modis-ndvi-diff.json @@ -0,0 +1,30 @@ +{ + "collection": "modis_diff", + "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", + "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_diff/campfire_ndvi_2015_2022.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "modis_diff/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)campfire_ndvi_2015_2022.tif$" + } + ] +} \ No newline at end of file From 69b2b7f4543f4f4e9fa011dcd5865f3e8904db01 Mon Sep 17 00:00:00 2001 From: kathrynberger Date: Thu, 31 Aug 2023 16:46:38 +0100 Subject: [PATCH 2/9] revise collection id and re-run ingest --- ingestion-data/collections/modis-ndvi-diff.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ingestion-data/collections/modis-ndvi-diff.json b/ingestion-data/collections/modis-ndvi-diff.json index 2e2f7d19..7c17e0e8 100644 --- a/ingestion-data/collections/modis-ndvi-diff.json +++ b/ingestion-data/collections/modis-ndvi-diff.json @@ -1,5 +1,5 @@ { - "collection": "modis_diff", + "collection": "modis-ndvi-diff-2015-2022", "title": "Camp Fire Domain: MODIS NDVI Difference", "spatial_extent": { "xmin": -122.21, @@ -17,14 +17,14 @@ "is_periodic": true, "time_density": "year", "sample_files": [ - "s3://veda-data-store-staging/modis_diff/campfire_ndvi_2015_2022.tif" + "s3://veda-data-store-staging/modis-ndvi-diff-2015-2022/campfire_ndvi_difference_2015_2022.tif" ], "discovery_items": [ { "discovery": "s3", - "prefix": "modis_diff/", + "prefix": "modis-ndvi-diff-2015-2022/", "bucket": "veda-data-store-staging", - "filename_regex": "(.*)campfire_ndvi_2015_2022.tif$" + "filename_regex": "(.*)campfire_ndvi_difference_2015_2022.tif$" } ] } \ No newline at end of file From 389bc1499384466155453e887e5b2fc16773a97a Mon Sep 17 00:00:00 2001 From: ividito Date: Fri, 3 Nov 2023 09:36:30 -0300 Subject: [PATCH 3/9] Moved modis-ndvi-diff to dataset-config folder --- .../{collections => dataset-config}/modis-ndvi-diff.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ingestion-data/{collections => dataset-config}/modis-ndvi-diff.json (100%) diff --git a/ingestion-data/collections/modis-ndvi-diff.json b/ingestion-data/dataset-config/modis-ndvi-diff.json similarity index 100% rename from ingestion-data/collections/modis-ndvi-diff.json rename to ingestion-data/dataset-config/modis-ndvi-diff.json From a1a92b38ae98a19b88932359fae50116fc0aa4f9 Mon Sep 17 00:00:00 2001 From: Slesa Adhikari Date: Fri, 8 Sep 2023 14:43:04 -0500 Subject: [PATCH 4/9] Add cygnss watermask dataset --- .../datasets/cygnss-watermask-ucar.json | 31 +++++++++++++++++++ .../datasets/cygnss-watermask-ucberkeley.json | 31 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 ingestion-data/datasets/cygnss-watermask-ucar.json create mode 100644 ingestion-data/datasets/cygnss-watermask-ucberkeley.json diff --git a/ingestion-data/datasets/cygnss-watermask-ucar.json b/ingestion-data/datasets/cygnss-watermask-ucar.json new file mode 100644 index 00000000..e880ce5e --- /dev/null +++ b/ingestion-data/datasets/cygnss-watermask-ucar.json @@ -0,0 +1,31 @@ +{ + "collection": "cygnss-watermask-ucar", + "title": "CYGNSS Surface Water Inundation Fractiion, UCAR/CU", + "spatial_extent": { + "xmin": -180, + "ymin": -40.01145939, + "xmax": 180, + "ymax": 40.01145939 + }, + "temporal_extent": { + "startdate": "2017-03-20T00:00:00Z", + "enddate": "2022-06-30T23:59:59Z" + }, + "data_type": "cog", + "license": "CC-BY-NC-SA-1.0", + "description": "The UCAR/CU team led by investigator Clara Chew (clara@muonspace.com) has developed a surface water inundation fraction product using CYGNSS observations. Reference: Clara Chew, Eric Small, Hannah Huelsing, Flooding and inundation maps using interpolated CYGNSS reflectivity observations, Remote Sensing of Environment, Volume 293, 2023, 113598, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2023.113598.", + "is_periodic": true, + "time_density": "day", + "sample_files": [ + "s3://veda-data-store-staging/cygnss-watermask-ucar/cygnss_watermask_ucar_20170320_day.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "cygnss-watermask-ucar/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)cygnss_watermask_ucar(.*).tif$", + } + ] + } + \ No newline at end of file diff --git a/ingestion-data/datasets/cygnss-watermask-ucberkeley.json b/ingestion-data/datasets/cygnss-watermask-ucberkeley.json new file mode 100644 index 00000000..6687dfc2 --- /dev/null +++ b/ingestion-data/datasets/cygnss-watermask-ucberkeley.json @@ -0,0 +1,31 @@ +{ + "collection": "cygnss-watermask-ucberkeley", + "title": "CYGNSS Surface Watermask (with lakes), UC Berkeley", + "spatial_extent": { + "xmin": -180, + "ymin": -37.405, + "xmax": 180, + "ymax": 37.405 + }, + "temporal_extent": { + "startdate": "2018-08-01T00:00:00Z", + "enddate": "2023-04-01T23:59:59Z" + }, + "data_type": "cog", + "license": "CC-BY-NC-SA-1.0", + "description": "The UC Berkeley team led by investigator Cynthia Gerlein-Safdi has developed a novel surface watermask product using CYGNSS observations. Information at the pixel-level is combined with topographic and othe information in a computer vision based algorithm to segment land and surface water classes.", + "is_periodic": true, + "time_density": "month", + "sample_files": [ + "s3://veda-data-store-staging/cygnss-watermask-ucberkeley/cygnss_watermask_ucberkeley_201808.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "cygnss-watermask-ucberkeley/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)cygnss_watermask_ucberkeley(.*).tif$", + "datetime_range": "month" + } + ] +} From 0e8cce62da39701bc88ad3bdabe3c76fb7afdce9 Mon Sep 17 00:00:00 2001 From: Slesa Adhikari Date: Wed, 30 Aug 2023 15:07:05 -0500 Subject: [PATCH 5/9] Add maui fire related datasets #28 --- ingestion-data/datasets/hls-bais2.json | 30 ++++++++++++++++++ .../hls-swir-falsecolor-composite.json | 31 +++++++++++++++++++ .../datasets/landsat-nighttime-thermal.json | 30 ++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 ingestion-data/datasets/hls-bais2.json create mode 100644 ingestion-data/datasets/hls-swir-falsecolor-composite.json create mode 100644 ingestion-data/datasets/landsat-nighttime-thermal.json diff --git a/ingestion-data/datasets/hls-bais2.json b/ingestion-data/datasets/hls-bais2.json new file mode 100644 index 00000000..02834816 --- /dev/null +++ b/ingestion-data/datasets/hls-bais2.json @@ -0,0 +1,30 @@ +{ + "collection": "hls-bais2", + "title": "HLS-calculated BAIS2 burned area", + "spatial_extent": { + "xmin": -156.75, + "ymin": 20.80, + "xmax": -156.55, + "ymax": 20.94 + }, + "temporal_extent": { + "startdate": "2023-08-13T00:00:00Z", + "enddate": "2023-08-13T23:59:59Z" + }, + "data_type": "cog", + "license": "CC0", + "description": "HLS-calculated BAIS2 burned area index from 2023-08-13 after the Lahaina fire was contained. Higher values indicate greater likelihood of scorched earth.", + "is_periodic": false, + "time_density": "day", + "sample_files": [ + "s3://veda-data-store-staging/maui-fire/Lahaina_BAIS2_2023-08-13.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "maui-fire/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)Lahaina_BAIS2(.*).tif$" + } + ] +} \ No newline at end of file diff --git a/ingestion-data/datasets/hls-swir-falsecolor-composite.json b/ingestion-data/datasets/hls-swir-falsecolor-composite.json new file mode 100644 index 00000000..b0a317e9 --- /dev/null +++ b/ingestion-data/datasets/hls-swir-falsecolor-composite.json @@ -0,0 +1,31 @@ +{ + "collection": "hls-swir-falsecolor-composite", + "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", + "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 diff --git a/ingestion-data/datasets/landsat-nighttime-thermal.json b/ingestion-data/datasets/landsat-nighttime-thermal.json new file mode 100644 index 00000000..f92920d5 --- /dev/null +++ b/ingestion-data/datasets/landsat-nighttime-thermal.json @@ -0,0 +1,30 @@ +{ + "collection": "landsat-nighttime-thermal", + "title": "Landsat 8 Nighttime Thermal Imagery", + "spatial_extent": { + "xmin": -156.75, + "ymin": 20.80, + "xmax": -156.55, + "ymax": 20.94 + }, + "temporal_extent": { + "startdate": "2023-08-08T10:35:00Z", + "enddate": "2023-08-08T10:35:59Z" + }, + "data_type": "cog", + "license": "CC0", + "description": "Landsat-8 thermal IR data over Lahaina as the fire was active.", + "is_periodic": false, + "time_density": "day", + "sample_files": [ + "s3://veda-data-store-staging/maui-fire/Lahaina_Landsat8_Thermal_2023-08-08.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "maui-fire/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)Lahaina_Landsat8_Thermal(.*).tif$" + } + ] +} \ No newline at end of file From 040589909c93d83d702811ebc77efd1fafc7d4be Mon Sep 17 00:00:00 2001 From: Slesa Adhikari Date: Wed, 30 Aug 2023 15:07:58 -0500 Subject: [PATCH 6/9] Add new lines --- ingestion-data/datasets/hls-bais2.json | 2 +- ingestion-data/datasets/hls-swir-falsecolor-composite.json | 2 +- ingestion-data/datasets/landsat-nighttime-thermal.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ingestion-data/datasets/hls-bais2.json b/ingestion-data/datasets/hls-bais2.json index 02834816..99e0f2d5 100644 --- a/ingestion-data/datasets/hls-bais2.json +++ b/ingestion-data/datasets/hls-bais2.json @@ -27,4 +27,4 @@ "filename_regex": "(.*)Lahaina_BAIS2(.*).tif$" } ] -} \ No newline at end of file +} diff --git a/ingestion-data/datasets/hls-swir-falsecolor-composite.json b/ingestion-data/datasets/hls-swir-falsecolor-composite.json index b0a317e9..1dbda401 100644 --- a/ingestion-data/datasets/hls-swir-falsecolor-composite.json +++ b/ingestion-data/datasets/hls-swir-falsecolor-composite.json @@ -28,4 +28,4 @@ "filename_regex": "(.*)SWIR_falsecolor(.*).tif$" } ] -} \ No newline at end of file +} diff --git a/ingestion-data/datasets/landsat-nighttime-thermal.json b/ingestion-data/datasets/landsat-nighttime-thermal.json index f92920d5..6f0b7c6a 100644 --- a/ingestion-data/datasets/landsat-nighttime-thermal.json +++ b/ingestion-data/datasets/landsat-nighttime-thermal.json @@ -27,4 +27,4 @@ "filename_regex": "(.*)Lahaina_Landsat8_Thermal(.*).tif$" } ] -} \ No newline at end of file +} From a691f4983516a08b8730a6e4cdd995b75ef8478b Mon Sep 17 00:00:00 2001 From: ividito Date: Fri, 3 Nov 2023 14:08:26 -0300 Subject: [PATCH 7/9] Move datasets -> dataset-config --- .../{datasets => dataset-config}/cygnss-watermask-ucar.json | 0 .../{datasets => dataset-config}/cygnss-watermask-ucberkeley.json | 0 ingestion-data/{datasets => dataset-config}/hls-bais2.json | 0 .../hls-swir-falsecolor-composite.json | 0 .../{datasets => dataset-config}/landsat-nighttime-thermal.json | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename ingestion-data/{datasets => dataset-config}/cygnss-watermask-ucar.json (100%) rename ingestion-data/{datasets => dataset-config}/cygnss-watermask-ucberkeley.json (100%) rename ingestion-data/{datasets => dataset-config}/hls-bais2.json (100%) rename ingestion-data/{datasets => dataset-config}/hls-swir-falsecolor-composite.json (100%) rename ingestion-data/{datasets => dataset-config}/landsat-nighttime-thermal.json (100%) diff --git a/ingestion-data/datasets/cygnss-watermask-ucar.json b/ingestion-data/dataset-config/cygnss-watermask-ucar.json similarity index 100% rename from ingestion-data/datasets/cygnss-watermask-ucar.json rename to ingestion-data/dataset-config/cygnss-watermask-ucar.json diff --git a/ingestion-data/datasets/cygnss-watermask-ucberkeley.json b/ingestion-data/dataset-config/cygnss-watermask-ucberkeley.json similarity index 100% rename from ingestion-data/datasets/cygnss-watermask-ucberkeley.json rename to ingestion-data/dataset-config/cygnss-watermask-ucberkeley.json diff --git a/ingestion-data/datasets/hls-bais2.json b/ingestion-data/dataset-config/hls-bais2.json similarity index 100% rename from ingestion-data/datasets/hls-bais2.json rename to ingestion-data/dataset-config/hls-bais2.json diff --git a/ingestion-data/datasets/hls-swir-falsecolor-composite.json b/ingestion-data/dataset-config/hls-swir-falsecolor-composite.json similarity index 100% rename from ingestion-data/datasets/hls-swir-falsecolor-composite.json rename to ingestion-data/dataset-config/hls-swir-falsecolor-composite.json diff --git a/ingestion-data/datasets/landsat-nighttime-thermal.json b/ingestion-data/dataset-config/landsat-nighttime-thermal.json similarity index 100% rename from ingestion-data/datasets/landsat-nighttime-thermal.json rename to ingestion-data/dataset-config/landsat-nighttime-thermal.json From df1cdcb01cf5f8aa2fb5db377195ed504198550d Mon Sep 17 00:00:00 2001 From: Saadiq Mohiuddin <34844565+smohiudd@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:58:43 -0700 Subject: [PATCH 8/9] Include providers in collections (#87) * add providers * update houston urbanization * add providers --- .../collections/CMIP245-winter-median-pr.json | 20 ++++++++++- .../collections/CMIP245-winter-median-ta.json | 20 ++++++++++- .../collections/CMIP585-winter-median-pr.json | 20 ++++++++++- .../collections/CMIP585-winter-median-ta.json | 20 ++++++++++- ...annual-emissions_1A_Combustion_Mobile.json | 20 ++++++++++- ...al-emissions_1A_Combustion_Stationary.json | 20 ++++++++++- ...-annual-emissions_1B1a_Abandoned_Coal.json | 20 ++++++++++- ...al-emissions_1B1a_Coal_Mining_Surface.json | 20 ++++++++++- ...missions_1B1a_Coal_Mining_Underground.json | 20 ++++++++++- .../EPA-annual-emissions_1B2a_Petroleum.json | 20 ++++++++++- ...issions_1B2b_Natural_Gas_Distribution.json | 20 ++++++++++- ...emissions_1B2b_Natural_Gas_Processing.json | 20 ++++++++++- ...emissions_1B2b_Natural_Gas_Production.json | 20 ++++++++++- ...issions_1B2b_Natural_Gas_Transmission.json | 20 ++++++++++- ...missions_2B5_Petrochemical_Production.json | 20 ++++++++++- ...l-emissions_2C2_Ferroalloy_Production.json | 20 ++++++++++- ...ual-emissions_4A_Enteric_Fermentation.json | 20 ++++++++++- ...annual-emissions_4B_Manure_Management.json | 20 ++++++++++- ...-annual-emissions_4C_Rice_Cultivation.json | 20 ++++++++++- ...EPA-annual-emissions_4F_Field_Burning.json | 20 ++++++++++- .../EPA-annual-emissions_5_Forest_Fires.json | 20 ++++++++++- ...ual-emissions_6A_Landfills_Industrial.json | 20 ++++++++++- ...nual-emissions_6A_Landfills_Municipal.json | 20 ++++++++++- ...ions_6B_Wastewater_Treatment_Domestic.json | 20 ++++++++++- ...ns_6B_Wastewater_Treatment_Industrial.json | 20 ++++++++++- .../EPA-annual-emissions_6D_Composting.json | 20 ++++++++++- .../EPA-daily-emissions_5_Forest_Fires.json | 20 ++++++++++- ...ly-emissions_1A_Combustion_Stationary.json | 20 ++++++++++- .../EPA-monthly-emissions_1B2a_Petroleum.json | 20 ++++++++++- ...emissions_1B2b_Natural_Gas_Production.json | 20 ++++++++++- ...onthly-emissions_4B_Manure_Management.json | 20 ++++++++++- ...monthly-emissions_4C_Rice_Cultivation.json | 20 ++++++++++- ...PA-monthly-emissions_4F_Field_Burning.json | 20 ++++++++++- .../collections/IS2SITMOGR4-cog.json | 20 ++++++++++- .../collections/MO_NPP_npp_vgpm.json | 11 +++++- ingestion-data/collections/OMI_trno2-COG.json | 11 +++++- ingestion-data/collections/OMSO2PCA-COG.json | 11 +++++- .../bangladesh-landcover-2001-2020.json | 25 +++++++++++++- .../collections/barc-thomasfire.json | 25 +++++++++++++- .../collections/blue-tarp-detection.json | 11 +++++- .../collections/blue-tarp-planetscope.json | 11 +++++- .../collections/caldor-fire-behavior.json | 25 +++++++++++++- .../caldor-fire-burn-severity.json | 25 +++++++++++++- .../collections/campfire-albedo-wsa-diff.json | 11 +++++- .../collections/campfire-lst-day-diff.json | 11 +++++- .../collections/campfire-lst-night-diff.json | 11 +++++- .../collections/campfire-ndvi-diff.json | 11 +++++- ingestion-data/collections/campfire-nlcd.json | 11 +++++- .../ceos-co2-flux-budgets-mean.json | 11 +++++- .../collections/ceos-co2-flux-budgets.json | 11 +++++- ingestion-data/collections/co2-diff.json | 11 +++++- ingestion-data/collections/co2-mean.json | 11 +++++- ...6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json | 11 +++++- ingestion-data/collections/conus-reach.json | 18 +++++++++- .../collections/cygnss-watermask-ucar.json | 11 +++++- .../cygnss-watermask-ucberkeley.json | 11 +++++- .../damage_probability_2022-10-03.json | 11 +++++- .../collections/disalexi-etsuppression.json | 11 +++++- .../disturbance-probability-percentile.json | 11 +++++- .../ecco-surface-height-change.json | 25 +++++++++++++- .../collections/eis_fire_fireline.json | 34 +++++++++++++++++-- .../collections/eis_fire_newfirepix.json | 34 +++++++++++++++++-- .../collections/eis_fire_perimeter.json | 34 +++++++++++++++++-- ...ropy_difference_2022-09-05_2022-09-30.json | 11 +++++- .../facebook_population_density.json | 20 ++++++++++- .../fldas-soil-moisture-anomalies.json | 3 +- .../collections/frp-max-thomasfire.json | 25 +++++++++++++- ingestion-data/collections/geoglam.json | 20 ++++++++++- .../collections/grdi-cdr-raster.json | 20 ++++++++++- .../grdi-filled-missing-values-count.json | 20 ++++++++++- .../collections/grdi-imr-raster.json | 20 ++++++++++- .../collections/grdi-shdi-raster.json | 20 ++++++++++- ingestion-data/collections/grdi-v1-built.json | 20 ++++++++++- .../collections/grdi-v1-raster.json | 20 ++++++++++- .../collections/grdi-vnl-raster.json | 20 ++++++++++- .../collections/grdi-vnl-slope-raster.json | 20 ++++++++++- ingestion-data/collections/hls-bais2-v2.json | 11 +++++- ingestion-data/collections/hls-bais2.json | 11 +++++- .../hls-l30-002-ej-reprocessed.json | 25 +++++++++++++- ingestion-data/collections/hls-ndvi.json | 11 +++++- .../hls-s30-002-ej-reprocessed.json | 25 +++++++++++++- .../hls-swir-falsecolor-composite.json | 11 +++++- .../collections/houston-aod-diff.json | 3 +- ingestion-data/collections/houston-aod.json | 25 +++++++++++++- .../collections/houston-landcover.json | 25 +++++++++++++- .../collections/houston-lst-day.json | 25 +++++++++++++- .../collections/houston-lst-diff.json | 25 +++++++++++++- .../collections/houston-lst-night.json | 25 +++++++++++++- ingestion-data/collections/houston-ndvi.json | 25 +++++++++++++- .../collections/houston-urbanization.json | 25 +++++++++++++- ...2l2-sr-antarctic-glaciers-pine-island.json | 20 ++++++++++- ...t-c2l2-sr-antarctic-glaciers-thwaites.json | 20 ++++++++++- .../landsat-c2l2-sr-lakes-aral-sea.json | 11 +++++- .../landsat-c2l2-sr-lakes-lake-balaton.json | 11 +++++- .../landsat-c2l2-sr-lakes-lake-biwa.json | 11 +++++- .../landsat-c2l2-sr-lakes-tonle-sap.json | 11 +++++- .../landsat-c2l2-sr-lakes-vanern.json | 11 +++++- .../landsat-nighttime-thermal.json | 11 +++++- .../collections/lis-etsuppression.json | 11 +++++- .../collections/lis-global-da-evap.json | 11 +++++- .../collections/lis-global-da-gpp-trend.json | 11 +++++- .../collections/lis-global-da-gpp.json | 11 +++++- .../collections/lis-global-da-gws.json | 11 +++++- .../collections/lis-global-da-qs.json | 11 +++++- .../collections/lis-global-da-qsb.json | 11 +++++- .../collections/lis-global-da-streamflow.json | 11 +++++- .../collections/lis-global-da-swe.json | 11 +++++- .../lis-global-da-totalprecip.json | 11 +++++- .../collections/lis-global-da-tws-trend.json | 11 +++++- .../collections/lis-global-da-tws.json | 11 +++++- .../collections/lis-tvegsuppression.json | 11 +++++- .../collections/lis-tws-anomaly.json | 11 +++++- .../lis-tws-nonstationarity-index.json | 11 +++++- ingestion-data/collections/lis-tws-trend.json | 11 +++++- .../ls8-covid-19-example-data.json | 26 +++++++++++++- .../modis-albedo-wsa-diff-2015-2022.json | 11 +++++- .../modis-annual-lai-2003-2020.json | 25 +++++++++++++- ...lies-diff-covid-19-changing-landscape.json | 11 +++++- .../modis-lst-day-diff-2015-2022.json | 3 +- .../modis-lst-night-diff-2015-2022.json | 11 +++++- .../modis-ndvi-diff-2015-2022.json | 11 +++++- ingestion-data/collections/modis_diff.json | 11 +++++- .../collections/mtbs-burn-severity.json | 21 +++++++++++- .../collections/nceo_africa_2017.json | 20 ++++++++++- .../ndvi_diff_Ian_2022-09-30_2022-09-05.json | 11 +++++- .../collections/nightlights-500m-daily.json | 19 ++++++++++- .../collections/nightlights-hd-1band.json | 19 ++++++++++- .../collections/nightlights-hd-monthly.json | 19 ++++++++++- .../collections/no2-monthly-diff.json | 19 ++++++++++- ingestion-data/collections/no2-monthly.json | 19 ++++++++++- .../collections/oco2-geos-l3-daily.json | 13 +++++-- .../collections/pzd-anomaly-covid-19.json | 11 +++++- .../recovery-proxy-maps-covid-19.json | 11 +++++- ...wn-proxy-covid-19-changing-landscapes.json | 11 +++++- .../snow-projections-diff-245.json | 27 ++++++++++++++- .../snow-projections-diff-585.json | 27 ++++++++++++++- .../collections/snow-projections-diff.json | 27 ++++++++++++++- .../snow-projections-median-245.json | 27 ++++++++++++++- .../snow-projections-median-585.json | 27 ++++++++++++++- .../collections/snow-projections-median.json | 27 ++++++++++++++- ...l-vulnerability-index-household-nopop.json | 20 ++++++++++- .../social-vulnerability-index-household.json | 20 ++++++++++- ...ial-vulnerability-index-housing-nopop.json | 20 ++++++++++- .../social-vulnerability-index-housing.json | 20 ++++++++++- ...al-vulnerability-index-minority-nopop.json | 20 ++++++++++- .../social-vulnerability-index-minority.json | 20 ++++++++++- ...ial-vulnerability-index-overall-nopop.json | 20 ++++++++++- .../social-vulnerability-index-overall.json | 20 ++++++++++- ...lnerability-index-socioeconomic-nopop.json | 20 ++++++++++- ...ial-vulnerability-index-socioeconomic.json | 20 ++++++++++- .../sport-lis-vsm0_100cm-percentile.json | 11 +++++- .../togo-agriculture-covid-19.json | 11 +++++- 152 files changed, 2467 insertions(+), 157 deletions(-) diff --git a/ingestion-data/collections/CMIP245-winter-median-pr.json b/ingestion-data/collections/CMIP245-winter-median-pr.json index 2dd06e08..eb7b5c65 100644 --- a/ingestion-data/collections/CMIP245-winter-median-pr.json +++ b/ingestion-data/collections/CMIP245-winter-median-pr.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/CMIP245-winter-median-ta.json b/ingestion-data/collections/CMIP245-winter-median-ta.json index 2a032289..776d6e56 100644 --- a/ingestion-data/collections/CMIP245-winter-median-ta.json +++ b/ingestion-data/collections/CMIP245-winter-median-ta.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/CMIP585-winter-median-pr.json b/ingestion-data/collections/CMIP585-winter-median-pr.json index 77f95dcb..a9583485 100644 --- a/ingestion-data/collections/CMIP585-winter-median-pr.json +++ b/ingestion-data/collections/CMIP585-winter-median-pr.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/CMIP585-winter-median-ta.json b/ingestion-data/collections/CMIP585-winter-median-ta.json index b775eb13..26cda08c 100644 --- a/ingestion-data/collections/CMIP585-winter-median-ta.json +++ b/ingestion-data/collections/CMIP585-winter-median-ta.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Mobile.json b/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Mobile.json index 578c9cf4..efd32902 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Mobile.json +++ b/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Mobile.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Stationary.json b/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Stationary.json index 2673a5f0..5c98910f 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Stationary.json +++ b/ingestion-data/collections/EPA-annual-emissions_1A_Combustion_Stationary.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B1a_Abandoned_Coal.json b/ingestion-data/collections/EPA-annual-emissions_1B1a_Abandoned_Coal.json index af49b743..690e7408 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B1a_Abandoned_Coal.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B1a_Abandoned_Coal.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Surface.json b/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Surface.json index bd4c3944..83135004 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Surface.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Surface.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Underground.json b/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Underground.json index cd906512..51b770f5 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Underground.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B1a_Coal_Mining_Underground.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B2a_Petroleum.json b/ingestion-data/collections/EPA-annual-emissions_1B2a_Petroleum.json index a1e7fffa..43ba1c90 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B2a_Petroleum.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B2a_Petroleum.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Distribution.json b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Distribution.json index 039150bc..57554328 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Distribution.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Distribution.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Processing.json b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Processing.json index dce6d959..fe56e31e 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Processing.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Processing.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Production.json b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Production.json index d1a02690..7d541085 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Production.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Production.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Transmission.json b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Transmission.json index 96ac03c6..291b2803 100644 --- a/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Transmission.json +++ b/ingestion-data/collections/EPA-annual-emissions_1B2b_Natural_Gas_Transmission.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_2B5_Petrochemical_Production.json b/ingestion-data/collections/EPA-annual-emissions_2B5_Petrochemical_Production.json index a546a586..2f48e2b9 100644 --- a/ingestion-data/collections/EPA-annual-emissions_2B5_Petrochemical_Production.json +++ b/ingestion-data/collections/EPA-annual-emissions_2B5_Petrochemical_Production.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_2C2_Ferroalloy_Production.json b/ingestion-data/collections/EPA-annual-emissions_2C2_Ferroalloy_Production.json index c0eb1823..70c1d758 100644 --- a/ingestion-data/collections/EPA-annual-emissions_2C2_Ferroalloy_Production.json +++ b/ingestion-data/collections/EPA-annual-emissions_2C2_Ferroalloy_Production.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_4A_Enteric_Fermentation.json b/ingestion-data/collections/EPA-annual-emissions_4A_Enteric_Fermentation.json index 621a3b60..cc5803ae 100644 --- a/ingestion-data/collections/EPA-annual-emissions_4A_Enteric_Fermentation.json +++ b/ingestion-data/collections/EPA-annual-emissions_4A_Enteric_Fermentation.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_4B_Manure_Management.json b/ingestion-data/collections/EPA-annual-emissions_4B_Manure_Management.json index e8eae6bf..97b695a1 100644 --- a/ingestion-data/collections/EPA-annual-emissions_4B_Manure_Management.json +++ b/ingestion-data/collections/EPA-annual-emissions_4B_Manure_Management.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_4C_Rice_Cultivation.json b/ingestion-data/collections/EPA-annual-emissions_4C_Rice_Cultivation.json index fbbdabef..01a81e17 100644 --- a/ingestion-data/collections/EPA-annual-emissions_4C_Rice_Cultivation.json +++ b/ingestion-data/collections/EPA-annual-emissions_4C_Rice_Cultivation.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_4F_Field_Burning.json b/ingestion-data/collections/EPA-annual-emissions_4F_Field_Burning.json index ebc60433..3db49bbc 100644 --- a/ingestion-data/collections/EPA-annual-emissions_4F_Field_Burning.json +++ b/ingestion-data/collections/EPA-annual-emissions_4F_Field_Burning.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_5_Forest_Fires.json b/ingestion-data/collections/EPA-annual-emissions_5_Forest_Fires.json index 1cc10cfe..ffac031b 100644 --- a/ingestion-data/collections/EPA-annual-emissions_5_Forest_Fires.json +++ b/ingestion-data/collections/EPA-annual-emissions_5_Forest_Fires.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Industrial.json b/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Industrial.json index d3c23ab7..da4e21d8 100644 --- a/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Industrial.json +++ b/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Industrial.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Municipal.json b/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Municipal.json index 9abb90e1..167a40e7 100644 --- a/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Municipal.json +++ b/ingestion-data/collections/EPA-annual-emissions_6A_Landfills_Municipal.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Domestic.json b/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Domestic.json index a68b7886..977ce89f 100644 --- a/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Domestic.json +++ b/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Domestic.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Industrial.json b/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Industrial.json index 845aeea3..54a2b313 100644 --- a/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Industrial.json +++ b/ingestion-data/collections/EPA-annual-emissions_6B_Wastewater_Treatment_Industrial.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-annual-emissions_6D_Composting.json b/ingestion-data/collections/EPA-annual-emissions_6D_Composting.json index 845bf3cd..381423eb 100644 --- a/ingestion-data/collections/EPA-annual-emissions_6D_Composting.json +++ b/ingestion-data/collections/EPA-annual-emissions_6D_Composting.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-daily-emissions_5_Forest_Fires.json b/ingestion-data/collections/EPA-daily-emissions_5_Forest_Fires.json index 4d89c959..5a2809a4 100644 --- a/ingestion-data/collections/EPA-daily-emissions_5_Forest_Fires.json +++ b/ingestion-data/collections/EPA-daily-emissions_5_Forest_Fires.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_1A_Combustion_Stationary.json b/ingestion-data/collections/EPA-monthly-emissions_1A_Combustion_Stationary.json index 2aab4a24..b5db01ec 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_1A_Combustion_Stationary.json +++ b/ingestion-data/collections/EPA-monthly-emissions_1A_Combustion_Stationary.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_1B2a_Petroleum.json b/ingestion-data/collections/EPA-monthly-emissions_1B2a_Petroleum.json index b80a00fb..ec092b9c 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_1B2a_Petroleum.json +++ b/ingestion-data/collections/EPA-monthly-emissions_1B2a_Petroleum.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_1B2b_Natural_Gas_Production.json b/ingestion-data/collections/EPA-monthly-emissions_1B2b_Natural_Gas_Production.json index 95246bdb..fc382bd4 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_1B2b_Natural_Gas_Production.json +++ b/ingestion-data/collections/EPA-monthly-emissions_1B2b_Natural_Gas_Production.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_4B_Manure_Management.json b/ingestion-data/collections/EPA-monthly-emissions_4B_Manure_Management.json index 676dec35..4fc38708 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_4B_Manure_Management.json +++ b/ingestion-data/collections/EPA-monthly-emissions_4B_Manure_Management.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_4C_Rice_Cultivation.json b/ingestion-data/collections/EPA-monthly-emissions_4C_Rice_Cultivation.json index df082e5e..b95f364d 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_4C_Rice_Cultivation.json +++ b/ingestion-data/collections/EPA-monthly-emissions_4C_Rice_Cultivation.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/EPA-monthly-emissions_4F_Field_Burning.json b/ingestion-data/collections/EPA-monthly-emissions_4F_Field_Burning.json index 07f9353c..412d30bd 100644 --- a/ingestion-data/collections/EPA-monthly-emissions_4F_Field_Burning.json +++ b/ingestion-data/collections/EPA-monthly-emissions_4F_Field_Burning.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "EPA", + "url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/IS2SITMOGR4-cog.json b/ingestion-data/collections/IS2SITMOGR4-cog.json index 0e52fdd0..270f1798 100644 --- a/ingestion-data/collections/IS2SITMOGR4-cog.json +++ b/ingestion-data/collections/IS2SITMOGR4-cog.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "National Snow And Ice Data Center (NSIDC)", + "url": "https://nsidc.org/data/explore-data", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/MO_NPP_npp_vgpm.json b/ingestion-data/collections/MO_NPP_npp_vgpm.json index ec20d0f1..405bfc05 100644 --- a/ingestion-data/collections/MO_NPP_npp_vgpm.json +++ b/ingestion-data/collections/MO_NPP_npp_vgpm.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/OMI_trno2-COG.json b/ingestion-data/collections/OMI_trno2-COG.json index ffc989b2..183c9905 100644 --- a/ingestion-data/collections/OMI_trno2-COG.json +++ b/ingestion-data/collections/OMI_trno2-COG.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/OMSO2PCA-COG.json b/ingestion-data/collections/OMSO2PCA-COG.json index a33afcc3..94d0b0bc 100644 --- a/ingestion-data/collections/OMSO2PCA-COG.json +++ b/ingestion-data/collections/OMSO2PCA-COG.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/bangladesh-landcover-2001-2020.json b/ingestion-data/collections/bangladesh-landcover-2001-2020.json index 5fce8b18..9894f61e 100644 --- a/ingestion-data/collections/bangladesh-landcover-2001-2020.json +++ b/ingestion-data/collections/bangladesh-landcover-2001-2020.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:datetime_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/barc-thomasfire.json b/ingestion-data/collections/barc-thomasfire.json index bc740b4b..8489487d 100644 --- a/ingestion-data/collections/barc-thomasfire.json +++ b/ingestion-data/collections/barc-thomasfire.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS Burnt Area Emergency Response (BAER)", + "url": "https://burnseverity.cr.usgs.gov/products/baer", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/blue-tarp-detection.json b/ingestion-data/collections/blue-tarp-detection.json index 3b8ac55d..873cf4f2 100644 --- a/ingestion-data/collections/blue-tarp-detection.json +++ b/ingestion-data/collections/blue-tarp-detection.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/blue-tarp-planetscope.json b/ingestion-data/collections/blue-tarp-planetscope.json index 5a9f928c..6f7f9293 100644 --- a/ingestion-data/collections/blue-tarp-planetscope.json +++ b/ingestion-data/collections/blue-tarp-planetscope.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/caldor-fire-behavior.json b/ingestion-data/collections/caldor-fire-behavior.json index 5679ecd3..360d80a3 100644 --- a/ingestion-data/collections/caldor-fire-behavior.json +++ b/ingestion-data/collections/caldor-fire-behavior.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS Burnt Area Emergency Response (BAER)", + "url": "https://burnseverity.cr.usgs.gov/products/baer", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/caldor-fire-burn-severity.json b/ingestion-data/collections/caldor-fire-burn-severity.json index 0731f7c5..d198a9cd 100644 --- a/ingestion-data/collections/caldor-fire-burn-severity.json +++ b/ingestion-data/collections/caldor-fire-burn-severity.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS Burnt Area Emergency Response (BAER)", + "url": "https://burnseverity.cr.usgs.gov/products/baer", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/campfire-albedo-wsa-diff.json b/ingestion-data/collections/campfire-albedo-wsa-diff.json index e1ef0de4..efe42a53 100644 --- a/ingestion-data/collections/campfire-albedo-wsa-diff.json +++ b/ingestion-data/collections/campfire-albedo-wsa-diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/campfire-lst-day-diff.json b/ingestion-data/collections/campfire-lst-day-diff.json index f0a56c75..12c180a1 100644 --- a/ingestion-data/collections/campfire-lst-day-diff.json +++ b/ingestion-data/collections/campfire-lst-day-diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/campfire-lst-night-diff.json b/ingestion-data/collections/campfire-lst-night-diff.json index f2571bf5..9b493d0c 100644 --- a/ingestion-data/collections/campfire-lst-night-diff.json +++ b/ingestion-data/collections/campfire-lst-night-diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/campfire-ndvi-diff.json b/ingestion-data/collections/campfire-ndvi-diff.json index a2441edc..a063a7d8 100644 --- a/ingestion-data/collections/campfire-ndvi-diff.json +++ b/ingestion-data/collections/campfire-ndvi-diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/campfire-nlcd.json b/ingestion-data/collections/campfire-nlcd.json index 506bf000..fc88a9f4 100644 --- a/ingestion-data/collections/campfire-nlcd.json +++ b/ingestion-data/collections/campfire-nlcd.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/ceos-co2-flux-budgets-mean.json b/ingestion-data/collections/ceos-co2-flux-budgets-mean.json index 51c96aac..eebf9e12 100644 --- a/ingestion-data/collections/ceos-co2-flux-budgets-mean.json +++ b/ingestion-data/collections/ceos-co2-flux-budgets-mean.json @@ -332,5 +332,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/ceos-co2-flux-budgets.json b/ingestion-data/collections/ceos-co2-flux-budgets.json index e93aaa0d..69b93217 100644 --- a/ingestion-data/collections/ceos-co2-flux-budgets.json +++ b/ingestion-data/collections/ceos-co2-flux-budgets.json @@ -332,5 +332,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/co2-diff.json b/ingestion-data/collections/co2-diff.json index 32793057..12fb80fe 100644 --- a/ingestion-data/collections/co2-diff.json +++ b/ingestion-data/collections/co2-diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/co2-mean.json b/ingestion-data/collections/co2-mean.json index 25c37e1a..e7cdf857 100644 --- a/ingestion-data/collections/co2-mean.json +++ b/ingestion-data/collections/co2-mean.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json b/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json index 56af2fc1..70c1ddd8 100644 --- a/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json +++ b/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json @@ -90,5 +90,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/conus-reach.json b/ingestion-data/collections/conus-reach.json index e9e5a462..6581fb5b 100644 --- a/ingestion-data/collections/conus-reach.json +++ b/ingestion-data/collections/conus-reach.json @@ -39,5 +39,21 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/cygnss-watermask-ucar.json b/ingestion-data/collections/cygnss-watermask-ucar.json index 382a701c..d47e5724 100644 --- a/ingestion-data/collections/cygnss-watermask-ucar.json +++ b/ingestion-data/collections/cygnss-watermask-ucar.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/cygnss-watermask-ucberkeley.json b/ingestion-data/collections/cygnss-watermask-ucberkeley.json index 536c57fd..4631e0d7 100644 --- a/ingestion-data/collections/cygnss-watermask-ucberkeley.json +++ b/ingestion-data/collections/cygnss-watermask-ucberkeley.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/damage_probability_2022-10-03.json b/ingestion-data/collections/damage_probability_2022-10-03.json index a4604ef1..a1ae4522 100644 --- a/ingestion-data/collections/damage_probability_2022-10-03.json +++ b/ingestion-data/collections/damage_probability_2022-10-03.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/disalexi-etsuppression.json b/ingestion-data/collections/disalexi-etsuppression.json index 8c1166be..bb5a77f0 100644 --- a/ingestion-data/collections/disalexi-etsuppression.json +++ b/ingestion-data/collections/disalexi-etsuppression.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/disturbance-probability-percentile.json b/ingestion-data/collections/disturbance-probability-percentile.json index 727da898..55874dff 100644 --- a/ingestion-data/collections/disturbance-probability-percentile.json +++ b/ingestion-data/collections/disturbance-probability-percentile.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/ecco-surface-height-change.json b/ingestion-data/collections/ecco-surface-height-change.json index 6a9b4199..f74b9322 100644 --- a/ingestion-data/collections/ecco-surface-height-change.json +++ b/ingestion-data/collections/ecco-surface-height-change.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA JPL Physical Oceanography Distributed Active Archive Center (PODAAC)", + "url": "https://podaac.jpl.nasa.gov/dataset/ECCO_L4_SSH_05DEG_MONTHLY_V4R4", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/eis_fire_fireline.json b/ingestion-data/collections/eis_fire_fireline.json index 9e8b8f08..d25b42b4 100644 --- a/ingestion-data/collections/eis_fire_fireline.json +++ b/ingestion-data/collections/eis_fire_fireline.json @@ -13,7 +13,14 @@ "description": "Active fire line as estimated by new VIIRS detections.", "extent": { "spatial": { - "bbox": [[-171.791110603, 18.91619, -66.96466, 71.3577635769]] + "bbox": [ + [ + -171.791110603, + 18.91619, + -66.96466, + 71.3577635769 + ] + ] }, "temporal": { "interval": [ @@ -39,5 +46,28 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA National Oceanic and Atmospheric Administration", + "url": "https://www.nasa.gov/directorates/smd/joint-agency-satellite-division/noaa/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/eis_fire_newfirepix.json b/ingestion-data/collections/eis_fire_newfirepix.json index b1e42022..78349822 100644 --- a/ingestion-data/collections/eis_fire_newfirepix.json +++ b/ingestion-data/collections/eis_fire_newfirepix.json @@ -13,7 +13,14 @@ "description": "Most Recent VIIRs detections that inform the most recent time-step’s fire perimeter and active fire line calculation", "extent": { "spatial": { - "bbox": [[-171.791110603, 18.91619, -66.96466, 71.3577635769]] + "bbox": [ + [ + -171.791110603, + 18.91619, + -66.96466, + 71.3577635769 + ] + ] }, "temporal": { "interval": [ @@ -39,5 +46,28 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA National Oceanic and Atmospheric Administration", + "url": "https://www.nasa.gov/directorates/smd/joint-agency-satellite-division/noaa/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/eis_fire_perimeter.json b/ingestion-data/collections/eis_fire_perimeter.json index 07a04631..472d4a16 100644 --- a/ingestion-data/collections/eis_fire_perimeter.json +++ b/ingestion-data/collections/eis_fire_perimeter.json @@ -13,7 +13,14 @@ "description": "Perimeter of cumulative fire-area estimated from VIIRs detections", "extent": { "spatial": { - "bbox": [[-171.791110603, 18.91619, -66.96466, 71.3577635769]] + "bbox": [ + [ + -171.791110603, + 18.91619, + -66.96466, + 71.3577635769 + ] + ] }, "temporal": { "interval": [ @@ -39,5 +46,28 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA National Oceanic and Atmospheric Administration", + "url": "https://www.nasa.gov/directorates/smd/joint-agency-satellite-division/noaa/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/entropy_difference_2022-09-05_2022-09-30.json b/ingestion-data/collections/entropy_difference_2022-09-05_2022-09-30.json index e311e266..12ca53ad 100644 --- a/ingestion-data/collections/entropy_difference_2022-09-05_2022-09-30.json +++ b/ingestion-data/collections/entropy_difference_2022-09-05_2022-09-30.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/facebook_population_density.json b/ingestion-data/collections/facebook_population_density.json index 79115827..36870ac9 100644 --- a/ingestion-data/collections/facebook_population_density.json +++ b/ingestion-data/collections/facebook_population_density.json @@ -46,5 +46,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "Meta Data for Good", + "url": "https://dataforgood.facebook.com/dfg/tools/high-resolution-population-density-maps", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/fldas-soil-moisture-anomalies.json b/ingestion-data/collections/fldas-soil-moisture-anomalies.json index 65a3417c..9b7d2e64 100644 --- a/ingestion-data/collections/fldas-soil-moisture-anomalies.json +++ b/ingestion-data/collections/fldas-soil-moisture-anomalies.json @@ -39,5 +39,6 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [] } \ No newline at end of file diff --git a/ingestion-data/collections/frp-max-thomasfire.json b/ingestion-data/collections/frp-max-thomasfire.json index 31e6867b..4d2dae57 100644 --- a/ingestion-data/collections/frp-max-thomasfire.json +++ b/ingestion-data/collections/frp-max-thomasfire.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS Burnt Area Emergency Response (BAER)", + "url": "https://burnseverity.cr.usgs.gov/products/baer", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/geoglam.json b/ingestion-data/collections/geoglam.json index b6d5d9ec..f49a4efc 100644 --- a/ingestion-data/collections/geoglam.json +++ b/ingestion-data/collections/geoglam.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USDA & Global Crop Monitor Group partners", + "url": "https://data.nal.usda.gov/dataset/geoglam-geo-global-agricultural-monitoring-crop-assessment-tool#:~:text=The%20GEOGLAM%20crop%20calendars%20are,USDA%20FAS%2C%20and%20USDA%20NASS.", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-cdr-raster.json b/ingestion-data/collections/grdi-cdr-raster.json index c14268f2..91cdab2c 100644 --- a/ingestion-data/collections/grdi-cdr-raster.json +++ b/ingestion-data/collections/grdi-cdr-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-filled-missing-values-count.json b/ingestion-data/collections/grdi-filled-missing-values-count.json index 07c05842..b34a7a53 100644 --- a/ingestion-data/collections/grdi-filled-missing-values-count.json +++ b/ingestion-data/collections/grdi-filled-missing-values-count.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-imr-raster.json b/ingestion-data/collections/grdi-imr-raster.json index ef89558f..3b3fb0af 100644 --- a/ingestion-data/collections/grdi-imr-raster.json +++ b/ingestion-data/collections/grdi-imr-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-shdi-raster.json b/ingestion-data/collections/grdi-shdi-raster.json index f4c70a64..7db3902e 100644 --- a/ingestion-data/collections/grdi-shdi-raster.json +++ b/ingestion-data/collections/grdi-shdi-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-v1-built.json b/ingestion-data/collections/grdi-v1-built.json index 1068ae0a..8b130def 100644 --- a/ingestion-data/collections/grdi-v1-built.json +++ b/ingestion-data/collections/grdi-v1-built.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-v1-raster.json b/ingestion-data/collections/grdi-v1-raster.json index 423b3bb1..53c50111 100644 --- a/ingestion-data/collections/grdi-v1-raster.json +++ b/ingestion-data/collections/grdi-v1-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-vnl-raster.json b/ingestion-data/collections/grdi-vnl-raster.json index 572de1c6..fb0029a9 100644 --- a/ingestion-data/collections/grdi-vnl-raster.json +++ b/ingestion-data/collections/grdi-vnl-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/grdi-vnl-slope-raster.json b/ingestion-data/collections/grdi-vnl-slope-raster.json index aefce08e..d3817c1f 100644 --- a/ingestion-data/collections/grdi-vnl-slope-raster.json +++ b/ingestion-data/collections/grdi-vnl-slope-raster.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA CIESIN", + "url": "https://sedac.ciesin.columbia.edu/data/set/povmap-grdi-v1", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-bais2-v2.json b/ingestion-data/collections/hls-bais2-v2.json index a25e1149..7982000c 100644 --- a/ingestion-data/collections/hls-bais2-v2.json +++ b/ingestion-data/collections/hls-bais2-v2.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-bais2.json b/ingestion-data/collections/hls-bais2.json index 23fa6bfe..7c71d124 100644 --- a/ingestion-data/collections/hls-bais2.json +++ b/ingestion-data/collections/hls-bais2.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-l30-002-ej-reprocessed.json b/ingestion-data/collections/hls-l30-002-ej-reprocessed.json index bdfff108..0c8e5097 100644 --- a/ingestion-data/collections/hls-l30-002-ej-reprocessed.json +++ b/ingestion-data/collections/hls-l30-002-ej-reprocessed.json @@ -43,5 +43,28 @@ "item_assets": {}, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-ndvi.json b/ingestion-data/collections/hls-ndvi.json index 5e916675..5d4b3915 100644 --- a/ingestion-data/collections/hls-ndvi.json +++ b/ingestion-data/collections/hls-ndvi.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-s30-002-ej-reprocessed.json b/ingestion-data/collections/hls-s30-002-ej-reprocessed.json index 03030de8..c10ffcb6 100644 --- a/ingestion-data/collections/hls-s30-002-ej-reprocessed.json +++ b/ingestion-data/collections/hls-s30-002-ej-reprocessed.json @@ -43,5 +43,28 @@ "item_assets": {}, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/hls-swir-falsecolor-composite.json b/ingestion-data/collections/hls-swir-falsecolor-composite.json index 4f428aa5..05a85779 100644 --- a/ingestion-data/collections/hls-swir-falsecolor-composite.json +++ b/ingestion-data/collections/hls-swir-falsecolor-composite.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-aod-diff.json b/ingestion-data/collections/houston-aod-diff.json index c6353fdc..a369e887 100644 --- a/ingestion-data/collections/houston-aod-diff.json +++ b/ingestion-data/collections/houston-aod-diff.json @@ -39,5 +39,6 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-aod.json b/ingestion-data/collections/houston-aod.json index c5a0c39b..e4d78d2e 100644 --- a/ingestion-data/collections/houston-aod.json +++ b/ingestion-data/collections/houston-aod.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-landcover.json b/ingestion-data/collections/houston-landcover.json index 1b8e51b6..6f056243 100644 --- a/ingestion-data/collections/houston-landcover.json +++ b/ingestion-data/collections/houston-landcover.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-lst-day.json b/ingestion-data/collections/houston-lst-day.json index f3792c86..6ecaff3d 100644 --- a/ingestion-data/collections/houston-lst-day.json +++ b/ingestion-data/collections/houston-lst-day.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-lst-diff.json b/ingestion-data/collections/houston-lst-diff.json index e1b93c21..ebe47c09 100644 --- a/ingestion-data/collections/houston-lst-diff.json +++ b/ingestion-data/collections/houston-lst-diff.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-lst-night.json b/ingestion-data/collections/houston-lst-night.json index 11180883..0eeca076 100644 --- a/ingestion-data/collections/houston-lst-night.json +++ b/ingestion-data/collections/houston-lst-night.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-ndvi.json b/ingestion-data/collections/houston-ndvi.json index 3fd6e982..2995f630 100644 --- a/ingestion-data/collections/houston-ndvi.json +++ b/ingestion-data/collections/houston-ndvi.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/houston-urbanization.json b/ingestion-data/collections/houston-urbanization.json index c88082fc..b11d4798 100644 --- a/ingestion-data/collections/houston-urbanization.json +++ b/ingestion-data/collections/houston-urbanization.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-pine-island.json b/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-pine-island.json index c568a347..c44a5acc 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-pine-island.json +++ b/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-pine-island.json @@ -94,5 +94,23 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA", + "url": "https://landsat.gsfc.nasa.gov/", + "roles": [ + "producer", + "licensor" + ] + }, + { + "name": "USGS", + "url": "https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products", + "roles": [ + "processor", + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-thwaites.json b/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-thwaites.json index c9e3e91a..65c56cf2 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-thwaites.json +++ b/ingestion-data/collections/landsat-c2l2-sr-antarctic-glaciers-thwaites.json @@ -94,5 +94,23 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA", + "url": "https://landsat.gsfc.nasa.gov/", + "roles": [ + "producer", + "licensor" + ] + }, + { + "name": "USGS", + "url": "https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products", + "roles": [ + "processor", + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-lakes-aral-sea.json b/ingestion-data/collections/landsat-c2l2-sr-lakes-aral-sea.json index 4d776712..89ce4f87 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-lakes-aral-sea.json +++ b/ingestion-data/collections/landsat-c2l2-sr-lakes-aral-sea.json @@ -94,5 +94,14 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-balaton.json b/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-balaton.json index f8ae353f..01ec6743 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-balaton.json +++ b/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-balaton.json @@ -94,5 +94,14 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-biwa.json b/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-biwa.json index 4bee4302..2f0f3e15 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-biwa.json +++ b/ingestion-data/collections/landsat-c2l2-sr-lakes-lake-biwa.json @@ -94,5 +94,14 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-lakes-tonle-sap.json b/ingestion-data/collections/landsat-c2l2-sr-lakes-tonle-sap.json index a2b92281..2d45c49d 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-lakes-tonle-sap.json +++ b/ingestion-data/collections/landsat-c2l2-sr-lakes-tonle-sap.json @@ -94,5 +94,14 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-c2l2-sr-lakes-vanern.json b/ingestion-data/collections/landsat-c2l2-sr-lakes-vanern.json index 635bef98..e256e30a 100644 --- a/ingestion-data/collections/landsat-c2l2-sr-lakes-vanern.json +++ b/ingestion-data/collections/landsat-c2l2-sr-lakes-vanern.json @@ -94,5 +94,14 @@ }, "dashboard:is_periodic": "false", "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/landsat-nighttime-thermal.json b/ingestion-data/collections/landsat-nighttime-thermal.json index 33422a5e..052e6b12 100644 --- a/ingestion-data/collections/landsat-nighttime-thermal.json +++ b/ingestion-data/collections/landsat-nighttime-thermal.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-etsuppression.json b/ingestion-data/collections/lis-etsuppression.json index aa898aee..f8b0c011 100644 --- a/ingestion-data/collections/lis-etsuppression.json +++ b/ingestion-data/collections/lis-etsuppression.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-evap.json b/ingestion-data/collections/lis-global-da-evap.json index e4fb1901..29b3d680 100644 --- a/ingestion-data/collections/lis-global-da-evap.json +++ b/ingestion-data/collections/lis-global-da-evap.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-gpp-trend.json b/ingestion-data/collections/lis-global-da-gpp-trend.json index 3e547239..09dbc147 100644 --- a/ingestion-data/collections/lis-global-da-gpp-trend.json +++ b/ingestion-data/collections/lis-global-da-gpp-trend.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-gpp.json b/ingestion-data/collections/lis-global-da-gpp.json index 07e10aa5..75592a8a 100644 --- a/ingestion-data/collections/lis-global-da-gpp.json +++ b/ingestion-data/collections/lis-global-da-gpp.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-gws.json b/ingestion-data/collections/lis-global-da-gws.json index c81e88ba..fc8ff5d8 100644 --- a/ingestion-data/collections/lis-global-da-gws.json +++ b/ingestion-data/collections/lis-global-da-gws.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-qs.json b/ingestion-data/collections/lis-global-da-qs.json index 6dd8b78c..7b84f056 100644 --- a/ingestion-data/collections/lis-global-da-qs.json +++ b/ingestion-data/collections/lis-global-da-qs.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-qsb.json b/ingestion-data/collections/lis-global-da-qsb.json index bf78300e..1319ca50 100644 --- a/ingestion-data/collections/lis-global-da-qsb.json +++ b/ingestion-data/collections/lis-global-da-qsb.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-streamflow.json b/ingestion-data/collections/lis-global-da-streamflow.json index 269cff79..8ccd042b 100644 --- a/ingestion-data/collections/lis-global-da-streamflow.json +++ b/ingestion-data/collections/lis-global-da-streamflow.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-swe.json b/ingestion-data/collections/lis-global-da-swe.json index f6e50538..2876a582 100644 --- a/ingestion-data/collections/lis-global-da-swe.json +++ b/ingestion-data/collections/lis-global-da-swe.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-totalprecip.json b/ingestion-data/collections/lis-global-da-totalprecip.json index a3fee8b6..a81b1da5 100644 --- a/ingestion-data/collections/lis-global-da-totalprecip.json +++ b/ingestion-data/collections/lis-global-da-totalprecip.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-tws-trend.json b/ingestion-data/collections/lis-global-da-tws-trend.json index 9e54e888..a49b558c 100644 --- a/ingestion-data/collections/lis-global-da-tws-trend.json +++ b/ingestion-data/collections/lis-global-da-tws-trend.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-global-da-tws.json b/ingestion-data/collections/lis-global-da-tws.json index b55b1682..b2e527a1 100644 --- a/ingestion-data/collections/lis-global-da-tws.json +++ b/ingestion-data/collections/lis-global-da-tws.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-tvegsuppression.json b/ingestion-data/collections/lis-tvegsuppression.json index 05e1a0c6..0b9f071b 100644 --- a/ingestion-data/collections/lis-tvegsuppression.json +++ b/ingestion-data/collections/lis-tvegsuppression.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-tws-anomaly.json b/ingestion-data/collections/lis-tws-anomaly.json index 26f3aacb..0b95996e 100644 --- a/ingestion-data/collections/lis-tws-anomaly.json +++ b/ingestion-data/collections/lis-tws-anomaly.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-tws-nonstationarity-index.json b/ingestion-data/collections/lis-tws-nonstationarity-index.json index 5085e47b..80cfa3c0 100644 --- a/ingestion-data/collections/lis-tws-nonstationarity-index.json +++ b/ingestion-data/collections/lis-tws-nonstationarity-index.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/lis-tws-trend.json b/ingestion-data/collections/lis-tws-trend.json index e72b5c50..2b09337c 100644 --- a/ingestion-data/collections/lis-tws-trend.json +++ b/ingestion-data/collections/lis-tws-trend.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/ls8-covid-19-example-data.json b/ingestion-data/collections/ls8-covid-19-example-data.json index 7d8779d9..8807aba0 100644 --- a/ingestion-data/collections/ls8-covid-19-example-data.json +++ b/ingestion-data/collections/ls8-covid-19-example-data.json @@ -87,5 +87,29 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA", + "url": "https://landsat.gsfc.nasa.gov/", + "roles": [ + "producer", + "licensor" + ] + }, + { + "name": "USGS", + "url": "https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-albedo-wsa-diff-2015-2022.json b/ingestion-data/collections/modis-albedo-wsa-diff-2015-2022.json index 4cc0c513..31654ad5 100644 --- a/ingestion-data/collections/modis-albedo-wsa-diff-2015-2022.json +++ b/ingestion-data/collections/modis-albedo-wsa-diff-2015-2022.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-annual-lai-2003-2020.json b/ingestion-data/collections/modis-annual-lai-2003-2020.json index 8e429056..6b5f32d7 100644 --- a/ingestion-data/collections/modis-annual-lai-2003-2020.json +++ b/ingestion-data/collections/modis-annual-lai-2003-2020.json @@ -39,5 +39,28 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "USGS", + "url": "https://lpdaac.usgs.gov/product_search/", + "roles": [ + "producer" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "processor" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-fire-anomalies-diff-covid-19-changing-landscape.json b/ingestion-data/collections/modis-fire-anomalies-diff-covid-19-changing-landscape.json index a6081297..2f18bb25 100644 --- a/ingestion-data/collections/modis-fire-anomalies-diff-covid-19-changing-landscape.json +++ b/ingestion-data/collections/modis-fire-anomalies-diff-covid-19-changing-landscape.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-lst-day-diff-2015-2022.json b/ingestion-data/collections/modis-lst-day-diff-2015-2022.json index f1bb04e1..9ed32249 100644 --- a/ingestion-data/collections/modis-lst-day-diff-2015-2022.json +++ b/ingestion-data/collections/modis-lst-day-diff-2015-2022.json @@ -39,5 +39,6 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-lst-night-diff-2015-2022.json b/ingestion-data/collections/modis-lst-night-diff-2015-2022.json index 073f438f..3e487d18 100644 --- a/ingestion-data/collections/modis-lst-night-diff-2015-2022.json +++ b/ingestion-data/collections/modis-lst-night-diff-2015-2022.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis-ndvi-diff-2015-2022.json b/ingestion-data/collections/modis-ndvi-diff-2015-2022.json index 1fac5f8e..c474ea33 100644 --- a/ingestion-data/collections/modis-ndvi-diff-2015-2022.json +++ b/ingestion-data/collections/modis-ndvi-diff-2015-2022.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/modis_diff.json b/ingestion-data/collections/modis_diff.json index a8d49aa6..9c75d887 100644 --- a/ingestion-data/collections/modis_diff.json +++ b/ingestion-data/collections/modis_diff.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/mtbs-burn-severity.json b/ingestion-data/collections/mtbs-burn-severity.json index c9a8abd3..1fd206f0 100644 --- a/ingestion-data/collections/mtbs-burn-severity.json +++ b/ingestion-data/collections/mtbs-burn-severity.json @@ -39,5 +39,24 @@ }, "dashboard:is_periodic": "true", "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "Monitoring Trends in Burn Severity", + "url": "https://www.mtbs.gov/", + "roles": [ + "producer", + "processor", + "licensor", + "host" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/nceo_africa_2017.json b/ingestion-data/collections/nceo_africa_2017.json index cb100f87..b2f28c7e 100644 --- a/ingestion-data/collections/nceo_africa_2017.json +++ b/ingestion-data/collections/nceo_africa_2017.json @@ -46,5 +46,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "National Center for Earth Observation", + "url": "https://ceos.org/gst/africa-biomass.html", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/ndvi_diff_Ian_2022-09-30_2022-09-05.json b/ingestion-data/collections/ndvi_diff_Ian_2022-09-30_2022-09-05.json index 9283d595..0856e8e5 100644 --- a/ingestion-data/collections/ndvi_diff_Ian_2022-09-30_2022-09-05.json +++ b/ingestion-data/collections/ndvi_diff_Ian_2022-09-30_2022-09-05.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/nightlights-500m-daily.json b/ingestion-data/collections/nightlights-500m-daily.json index 38583b42..280bf7c7 100644 --- a/ingestion-data/collections/nightlights-500m-daily.json +++ b/ingestion-data/collections/nightlights-500m-daily.json @@ -39,5 +39,22 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Black Marble", + "url": "https://blackmarble.gsfc.nasa.gov/", + "roles": [ + "producer", + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/nightlights-hd-1band.json b/ingestion-data/collections/nightlights-hd-1band.json index aae1f654..4a37bc79 100644 --- a/ingestion-data/collections/nightlights-hd-1band.json +++ b/ingestion-data/collections/nightlights-hd-1band.json @@ -39,5 +39,22 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Black Marble", + "url": "https://blackmarble.gsfc.nasa.gov/", + "roles": [ + "producer", + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/nightlights-hd-monthly.json b/ingestion-data/collections/nightlights-hd-monthly.json index dea416c5..d470e1c2 100644 --- a/ingestion-data/collections/nightlights-hd-monthly.json +++ b/ingestion-data/collections/nightlights-hd-monthly.json @@ -39,5 +39,22 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Black Marble", + "url": "https://blackmarble.gsfc.nasa.gov/", + "roles": [ + "producer", + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/no2-monthly-diff.json b/ingestion-data/collections/no2-monthly-diff.json index b3509ba2..adfea14e 100644 --- a/ingestion-data/collections/no2-monthly-diff.json +++ b/ingestion-data/collections/no2-monthly-diff.json @@ -41,5 +41,22 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Goddard Earth Sciences Data and Information Services Center", + "url": "https://disc.gsfc.nasa.gov/", + "roles": [ + "producer", + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/no2-monthly.json b/ingestion-data/collections/no2-monthly.json index 21d437c8..83e6fe72 100644 --- a/ingestion-data/collections/no2-monthly.json +++ b/ingestion-data/collections/no2-monthly.json @@ -41,5 +41,22 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "month", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Goddard Earth Sciences Data and Information Services Center", + "url": "https://disc.gsfc.nasa.gov/", + "roles": [ + "producer", + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/oco2-geos-l3-daily.json b/ingestion-data/collections/oco2-geos-l3-daily.json index 9465f45e..a53495a3 100644 --- a/ingestion-data/collections/oco2-geos-l3-daily.json +++ b/ingestion-data/collections/oco2-geos-l3-daily.json @@ -14,7 +14,14 @@ "description": "The OCO-2 mission provides the highest quality space-based XCO2 retrievals to date. However, the instrument data are characterized by large gaps in coverage due to OCO-2’s narrow 10-km ground track and an inability to see through clouds and thick aerosols. This global gridded dataset is produced using a data assimilation technique commonly referred to as state estimation within the geophysical literature. Data assimilation synthesizes simulations and observations, adjusting the state of atmospheric constituents like CO2 to reflect observed values, thus gap-filling observations when and where they are unavailable based on previous observations and short transport simulations by GEOS. Compared to other methods, data assimilation has the advantage that it makes estimates based on our collective scientific understanding, notably of the Earth's carbon cycle and atmospheric transport. OCO-2 GEOS (Goddard Earth Observing System) Level 3 data are produced by ingesting OCO-2 L2 retrievals every 6 hours with GEOS CoDAS, a modeling and data assimilation system maintained by NASA's Global Modeling and Assimilation Office (GMAO). GEOS CoDAS uses a high-performance computing implementation of the Gridpoint Statistical Interpolation approach for solving the state estimation problem. GSI finds the analyzed state that minimizes the three-dimensional variational (3D-Var) cost function formulation of the state estimation problem.", "extent": { "spatial": { - "bbox": [[-180.0, -90.0, 180.0, 90.0]] + "bbox": [ + [ + -180.0, + -90.0, + 180.0, + 90.0 + ] + ] }, "temporal": { "interval": [ @@ -29,7 +36,6 @@ "stac_extensions": [ "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ], - "item_assets": null, "cube:variables": { "XCO2": { "type": "data", @@ -113,5 +119,6 @@ }, "dashboard:is_periodic": true, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [] } \ No newline at end of file diff --git a/ingestion-data/collections/pzd-anomaly-covid-19.json b/ingestion-data/collections/pzd-anomaly-covid-19.json index 16cb01b2..37849eb6 100644 --- a/ingestion-data/collections/pzd-anomaly-covid-19.json +++ b/ingestion-data/collections/pzd-anomaly-covid-19.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/recovery-proxy-maps-covid-19.json b/ingestion-data/collections/recovery-proxy-maps-covid-19.json index ef98395d..fa619352 100644 --- a/ingestion-data/collections/recovery-proxy-maps-covid-19.json +++ b/ingestion-data/collections/recovery-proxy-maps-covid-19.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/slowdown-proxy-covid-19-changing-landscapes.json b/ingestion-data/collections/slowdown-proxy-covid-19-changing-landscapes.json index 5e6d3cf2..3a9e8286 100644 --- a/ingestion-data/collections/slowdown-proxy-covid-19-changing-landscapes.json +++ b/ingestion-data/collections/slowdown-proxy-covid-19-changing-landscapes.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-diff-245.json b/ingestion-data/collections/snow-projections-diff-245.json index a825c56d..ca951b3c 100644 --- a/ingestion-data/collections/snow-projections-diff-245.json +++ b/ingestion-data/collections/snow-projections-diff-245.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-diff-585.json b/ingestion-data/collections/snow-projections-diff-585.json index 204c896d..59413e38 100644 --- a/ingestion-data/collections/snow-projections-diff-585.json +++ b/ingestion-data/collections/snow-projections-diff-585.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-diff.json b/ingestion-data/collections/snow-projections-diff.json index 3a73a8be..020e4c03 100644 --- a/ingestion-data/collections/snow-projections-diff.json +++ b/ingestion-data/collections/snow-projections-diff.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-median-245.json b/ingestion-data/collections/snow-projections-median-245.json index fa6db6b5..682e98ce 100644 --- a/ingestion-data/collections/snow-projections-median-245.json +++ b/ingestion-data/collections/snow-projections-median-245.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-median-585.json b/ingestion-data/collections/snow-projections-median-585.json index 7f0dbe0a..579ead49 100644 --- a/ingestion-data/collections/snow-projections-median-585.json +++ b/ingestion-data/collections/snow-projections-median-585.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/snow-projections-median.json b/ingestion-data/collections/snow-projections-median.json index c6b20374..9d740181 100644 --- a/ingestion-data/collections/snow-projections-median.json +++ b/ingestion-data/collections/snow-projections-median.json @@ -39,5 +39,30 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA Center for Climate Simulation (NCCS)", + "url": "https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp-cmip6", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA Earth Information System", + "url": "https://www.earthdata.nasa.gov/eis", + "roles": [ + "processor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-household-nopop.json b/ingestion-data/collections/social-vulnerability-index-household-nopop.json index 2119d859..e124d623 100644 --- a/ingestion-data/collections/social-vulnerability-index-household-nopop.json +++ b/ingestion-data/collections/social-vulnerability-index-household-nopop.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-household.json b/ingestion-data/collections/social-vulnerability-index-household.json index 7a17139b..e92aff98 100644 --- a/ingestion-data/collections/social-vulnerability-index-household.json +++ b/ingestion-data/collections/social-vulnerability-index-household.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-housing-nopop.json b/ingestion-data/collections/social-vulnerability-index-housing-nopop.json index bb05327d..aecc61d6 100644 --- a/ingestion-data/collections/social-vulnerability-index-housing-nopop.json +++ b/ingestion-data/collections/social-vulnerability-index-housing-nopop.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-housing.json b/ingestion-data/collections/social-vulnerability-index-housing.json index 115eff46..b488e534 100644 --- a/ingestion-data/collections/social-vulnerability-index-housing.json +++ b/ingestion-data/collections/social-vulnerability-index-housing.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-minority-nopop.json b/ingestion-data/collections/social-vulnerability-index-minority-nopop.json index 82782cf0..c3aa1608 100644 --- a/ingestion-data/collections/social-vulnerability-index-minority-nopop.json +++ b/ingestion-data/collections/social-vulnerability-index-minority-nopop.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-minority.json b/ingestion-data/collections/social-vulnerability-index-minority.json index 24567904..d4515237 100644 --- a/ingestion-data/collections/social-vulnerability-index-minority.json +++ b/ingestion-data/collections/social-vulnerability-index-minority.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-overall-nopop.json b/ingestion-data/collections/social-vulnerability-index-overall-nopop.json index 53884c53..a4aab798 100644 --- a/ingestion-data/collections/social-vulnerability-index-overall-nopop.json +++ b/ingestion-data/collections/social-vulnerability-index-overall-nopop.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-overall.json b/ingestion-data/collections/social-vulnerability-index-overall.json index 60d4c1bc..4d5c6aa0 100644 --- a/ingestion-data/collections/social-vulnerability-index-overall.json +++ b/ingestion-data/collections/social-vulnerability-index-overall.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-socioeconomic-nopop.json b/ingestion-data/collections/social-vulnerability-index-socioeconomic-nopop.json index e4e659dc..546ebd38 100644 --- a/ingestion-data/collections/social-vulnerability-index-socioeconomic-nopop.json +++ b/ingestion-data/collections/social-vulnerability-index-socioeconomic-nopop.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/social-vulnerability-index-socioeconomic.json b/ingestion-data/collections/social-vulnerability-index-socioeconomic.json index 23f6d034..92894477 100644 --- a/ingestion-data/collections/social-vulnerability-index-socioeconomic.json +++ b/ingestion-data/collections/social-vulnerability-index-socioeconomic.json @@ -39,5 +39,23 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "year", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "ATSDR", + "url": "https://www.atsdr.cdc.gov/placeandhealth/svi/", + "roles": [ + "producer", + "processor", + "licensor" + ] + }, + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/sport-lis-vsm0_100cm-percentile.json b/ingestion-data/collections/sport-lis-vsm0_100cm-percentile.json index 2e18a440..76b5855f 100644 --- a/ingestion-data/collections/sport-lis-vsm0_100cm-percentile.json +++ b/ingestion-data/collections/sport-lis-vsm0_100cm-percentile.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": "day", - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file diff --git a/ingestion-data/collections/togo-agriculture-covid-19.json b/ingestion-data/collections/togo-agriculture-covid-19.json index 8b3bacfc..bf97fbab 100644 --- a/ingestion-data/collections/togo-agriculture-covid-19.json +++ b/ingestion-data/collections/togo-agriculture-covid-19.json @@ -39,5 +39,14 @@ }, "dashboard:is_periodic": false, "dashboard:time_density": null, - "stac_version": "1.0.0" + "stac_version": "1.0.0", + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ] } \ No newline at end of file From 0199520c2795e595e82c02db6b7de54a091cf903 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Wed, 6 Dec 2023 15:11:45 -0700 Subject: [PATCH 9/9] add summaries to collection referring to data outside of veda pgstac (#93) --- ...ombined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json b/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json index 70c1ddd8..c4b364e3 100644 --- a/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json +++ b/ingestion-data/collections/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk_DEMO.json @@ -99,5 +99,11 @@ "host" ] } - ] + ], + "summaries": { + "datetime": [ + "1950-01-01T12:00:00Z", + "2014-12-31T12:00:00Z" + ] + } } \ No newline at end of file