Skip to content

Commit fc19d5d

Browse files
committed
chore: update configs to address comments
1 parent ea10431 commit fc19d5d

9 files changed

+37
-40
lines changed

app/public/data/trilateral/EPA_Field_burning_Monthly.md renamed to app/public/data/trilateral/Field_burning_Monthly-EPA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This data can be used by researchers to better compare the national-level invent
77

88
- Resolution: 0.1° x 0.1°
99
- GeographicalCoverage: North America (-128, 23, -72, 52)
10-
- TemporalAvailability: "['2012-01-01', '2012-12-31']"
10+
- TemporalAvailability: 2012-01-01 - 2012-12-31
1111
- TemporalResolution: monthly
1212
- Provider: "[EPA](https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions)"
1313
- Host: "[VEDA](https://www.earthdata.nasa.gov/esds/veda)"

app/public/data/trilateral/EPA_Forest_fire_Methane_Daily.md renamed to app/public/data/trilateral/Forest_fire_Methane_Daily-EPA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This data can be used by researchers to better compare the national-level invent
77

88
- Resolution: 0.1° x 0.1°
99
- GeographicalCoverage: North America (-128, 23, -72, 52)
10-
- TemporalAvailability: "['2012-01-01', '2012-12-31']"
10+
- TemporalAvailability: 2012-01-01 - 2012-12-31
1111
- TemporalResolution: daily
1212
- Provider: "[EPA](https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions)"
1313
- Host: "[VEDA](https://www.earthdata.nasa.gov/esds/veda)"

app/public/data/trilateral/EPA_Forest_fire_Methane_Yearly.md renamed to app/public/data/trilateral/Forest_fire_Methane_Yearly-EPA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This data can be used by researchers to better compare the national-level invent
77

88
- Resolution: 0.1° x 0.1°
99
- GeographicalCoverage: North America (-128, 23, -72, 52)
10-
- TemporalAvailability: "['2012-01-01', '2012-12-31']"
10+
- TemporalAvailability: 2012-01-01 - 2012-12-31
1111
- TemporalResolution: yearly composite
1212
- Provider: "[EPA](https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions)"
1313
- Host: "[VEDA](https://www.earthdata.nasa.gov/esds/veda)"

app/public/data/trilateral/HLS_NDVI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Dataset represents a NDVI calculated from Harmonized Landsat and Sentinel-2 Data over Punta Gorda, Florida, USA.
66

77
- GeographicalCoverage: [-82.37,26.31,-81.9,27.03]
8-
- TemporalAvailability: "['2022-09-05', '2022-09-30']"
8+
- TemporalAvailability: 2022-09-05 - 2022-09-30
99
- TemporalResolution: individual dates
1010
- Host: "[VEDA](https://www.earthdata.nasa.gov/esds/veda)"
1111

app/public/data/trilateral/LIS_Global_DA_Evap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dataset represents Gridded total evapotranspiration (in kg m-2 s-1) from 10km gl
55

66
- Resolution: 10km
77
- GeographicalCoverage: Global
8-
- TemporalAvailability: "['2002-08-02', '2021-12-01']"
8+
- TemporalAvailability: 2002-08-02 - 2021-12-01
99
- TemporalResolution: daily
1010
- Host: "[VEDA](https://www.earthdata.nasa.gov/esds/veda)"
1111

File renamed without changes.
File renamed without changes.
File renamed without changes.

app/src/config/trilateral.js

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -730,16 +730,7 @@ export const indicatorsDefinition = Object.freeze({
730730
story: '/data/trilateral/sen4ama',
731731
themes: ['biomass'],
732732
},
733-
EPA_Forest_fire_Methane_Yearly: {
734-
story: '/data/trilateral/EPA_Forest_fire_Methane_Yearly',
735-
themes: ['biomass'],
736-
},
737-
EPA_Forest_fire_Methane_Daily: {
738-
story: '/data/trilateral/EPA_Forest_fire_Methane_Daily',
739-
themes: ['biomass'],
740-
},
741-
EPA_Field_burning_Monthly: {
742-
story: '/data/trilateral/EPA_Field_burning_Monthly',
733+
EPA: {
743734
themes: ['biomass'],
744735
},
745736
LIS_Global_DA_Evap: {
@@ -5886,12 +5877,12 @@ export const globalIndicators = [
58865877
properties: {
58875878
indicatorObject: {
58885879
dataLoadFinished: true,
5889-
country: 'all',
5890-
city: 'World',
5880+
country: ['US'],
5881+
city: 'US',
58915882
siteName: 'global',
58925883
description: 'Emissions from sector 5 from forest fires.',
5893-
indicator: 'EPA_Forest_fire_Methane_Yearly',
5894-
indicatorName: 'Gridded 2012 EPA Methane Emissions - Forest Fires',
5884+
indicator: 'EPA',
5885+
indicatorName: 'Forest Fires annual - EPA Methane Emissions 2012',
58955886
subAoi: {
58965887
type: 'FeatureCollection',
58975888
features: [{
@@ -5900,7 +5891,7 @@ export const globalIndicators = [
59005891
geometry: wkt.read('POLYGON ((-127.96875 22.917923, -127.96875 51.618017, -71.71875 51.618017, -71.71875 22.917923, -127.96875 22.917923))').toJson(),
59015892
}],
59025893
},
5903-
aoiID: 'World',
5894+
aoiID: 'Forest_fire_Methane_Yearly',
59045895
time: [],
59055896
inputData: [''],
59065897
display: {
@@ -5918,12 +5909,12 @@ export const globalIndicators = [
59185909
properties: {
59195910
indicatorObject: {
59205911
dataLoadFinished: true,
5921-
country: 'all',
5922-
city: 'World',
5912+
country: ['US'],
5913+
city: 'US',
59235914
siteName: 'global',
5924-
description: 'Daily emissions from sector 5 from forest fires.',
5925-
indicator: 'EPA_Forest_fire_Methane_Daily',
5926-
indicatorName: 'Gridded 2012 EPA Methane Emissions - Forest Fires (daily)',
5915+
description: 'Daily emissions from sector 5 from forest fires for 2012, gridded.',
5916+
indicator: 'EPA',
5917+
indicatorName: 'Forest Fires daily - EPA Methane Emissions 2012',
59275918
subAoi: {
59285919
type: 'FeatureCollection',
59295920
features: [{
@@ -5932,7 +5923,7 @@ export const globalIndicators = [
59325923
geometry: wkt.read('POLYGON ((-127.96875 22.917923, -127.96875 51.618017, -71.71875 51.618017, -71.71875 22.917923, -127.96875 22.917923))').toJson(),
59335924
}],
59345925
},
5935-
aoiID: 'World',
5926+
aoiID: 'Forest_fire_Methane_Daily',
59365927
time: availableDates['EPA-daily-emissions_5_Forest_Fires'],
59375928
inputData: [''],
59385929
yAxis: '*10^12[molec/cm2/s]',
@@ -5942,6 +5933,7 @@ export const globalIndicators = [
59425933
tileSize: 256,
59435934
url: 'https://staging-raster.delta-backend.com/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?{time}&nodata=0&rescale=0%2C2e12&bidx=1&colormap_name=rainbow', // rescale taken from VEDA defaults
59445935
dateFormatFunction: (date) => `url=${date[1]}`,
5936+
labelFormatFunction: (date) => DateTime.fromISO(date[0]).toFormat('yyyy-MM-dd'),
59455937
name: 'Gridded 2012 EPA Methane Emissions - Forest Fires (daily)',
59465938
legendUrl: 'legends/trilateral/EPA_Forest_fire_Methane_Daily.png',
59475939
customAreaIndicator: true,
@@ -5956,12 +5948,12 @@ export const globalIndicators = [
59565948
properties: {
59575949
indicatorObject: {
59585950
dataLoadFinished: true,
5959-
country: 'all',
5960-
city: 'World',
5951+
country: ['US'],
5952+
city: 'US',
59615953
siteName: 'global',
5962-
description: 'Emissions from sector 4F from agricultural field burning (monthly)',
5963-
indicator: 'EPA_Field_burning_Monthly',
5964-
indicatorName: 'Gridded 2012 EPA Methane Emissions - Field Burning (monthly)',
5954+
description: 'Emissions from sector 4F from agricultural field burning (monthly), gridded',
5955+
indicator: 'EPA',
5956+
indicatorName: 'Field Burning monthly - EPA Methane Emissions 2012',
59655957
subAoi: {
59665958
type: 'FeatureCollection',
59675959
features: [{
@@ -5970,10 +5962,11 @@ export const globalIndicators = [
59705962
geometry: wkt.read('POLYGON ((-127.96875 22.917923, -127.96875 51.618017, -71.71875 51.618017, -71.71875 22.917923, -127.96875 22.917923))').toJson(),
59715963
}],
59725964
},
5973-
aoiID: 'World',
5965+
aoiID: 'Field_burning_Monthly',
59745966
time: availableDates['EPA-monthly-emissions_4F_Field_Burning'],
59755967
inputData: [''],
59765968
yAxis: '*10^9[molec/cm2/s]',
5969+
eoSensor: null,
59775970
display: {
59785971
protocol: 'xyz',
59795972
minZoom: 1,
@@ -5998,9 +5991,9 @@ export const globalIndicators = [
59985991
country: 'all',
59995992
city: 'World',
60005993
siteName: 'global',
6001-
description: 'Gridded total evapotranspiration from 10km global LIS with assimilation',
5994+
description: 'Total evapotranspiration gridded from 10km global LIS with assimilation',
60025995
indicator: 'LIS_Global_DA_Evap',
6003-
indicatorName: 'Evapotranspiration - LIS 10km Global DA',
5996+
indicatorName: 'Evapotranspiration, LIS',
60045997
subAoi: {
60055998
type: 'FeatureCollection',
60065999
features: [],
@@ -6009,14 +6002,16 @@ export const globalIndicators = [
60096002
time: getDailyDates('2002-08-02', '2021-12-01'),
60106003
inputData: [''],
60116004
yAxis: 'g/m2/s',
6005+
eoSensor: null,
60126006
display: {
60136007
protocol: 'xyz',
60146008
minZoom: 1,
60156009
tileSize: 256,
6016-
url: 'https://staging-raster.delta-backend.com/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=s3://veda-data-store-staging/EIS/COG/LIS_GLOBAL_DA/Evap/LIS_Evap_{time}0000.d01.cog.tif&nodata=0&rescale=0%2C0.1&bidx=1&colormap_name=viridis', // rescale taken from VEDA defaults
6010+
url: 'https://staging-raster.delta-backend.com/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=s3://veda-data-store-staging/EIS/COG/LIS_GLOBAL_DA/Evap/LIS_Evap_{time}0000.d01.cog.tif&nodata=0&rescale=0%2C0.0001&bidx=1&colormap_name=viridis', // rescale taken from VEDA defaults
60176011
name: 'Evapotranspiration - LIS 10km Global DA',
60186012
legendUrl: 'legends/trilateral/LIS_Global_DA_Evap.png',
60196013
dateFormatFunction: (date) => DateTime.fromISO(date).toFormat('yyyyMMdd'),
6014+
labelFormatFunction: (date) => DateTime.fromISO(date).toFormat('yyyy-MM-dd'),
60206015
},
60216016
},
60226017
},
@@ -6025,12 +6020,12 @@ export const globalIndicators = [
60256020
properties: {
60266021
indicatorObject: {
60276022
dataLoadFinished: true,
6028-
country: 'all',
6029-
city: 'World',
6030-
siteName: 'global',
6023+
country: ['US'],
6024+
city: 'Punta Gorda',
6025+
siteName: 'Punta Gorda',
60316026
description: 'NDVI calculated from Harmonized Landsat and Sentinel-2',
60326027
indicator: 'HLS_NDVI',
6033-
indicatorName: 'Normalized difference vegetation index from HLS',
6028+
indicatorName: 'NDVI from HLS',
60346029
subAoi: {
60356030
type: 'FeatureCollection',
60366031
features: [{
@@ -6039,10 +6034,11 @@ export const globalIndicators = [
60396034
geometry: wkt.read('POLYGON ((-82.367 26.31, -82.367 27.03, -81.9 27.03, -81.9 26.31, -82.367 26.31))').toJson(),
60406035
}],
60416036
},
6042-
aoiID: 'World',
6037+
aoiID: 'PG',
60436038
time: availableDates['hls-ndvi'],
60446039
inputData: [''],
60456040
yAxis: '',
6041+
eoSensor: null,
60466042
display: {
60476043
protocol: 'xyz',
60486044
minZoom: 1,
@@ -6051,6 +6047,7 @@ export const globalIndicators = [
60516047
name: 'Normalized difference vegetation index from HLS',
60526048
legendUrl: 'legends/trilateral/HLS_NDVI.png',
60536049
dateFormatFunction: (date) => `url=${date[1]}`,
6050+
labelFormatFunction: (date) => DateTime.fromISO(date[0]).toFormat('yyyy-MM-dd'),
60546051
},
60556052
},
60566053
},

0 commit comments

Comments
 (0)