@@ -730,16 +730,7 @@ export const indicatorsDefinition = Object.freeze({
730
730
story : '/data/trilateral/sen4ama' ,
731
731
themes : [ 'biomass' ] ,
732
732
} ,
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 : {
743
734
themes : [ 'biomass' ] ,
744
735
} ,
745
736
LIS_Global_DA_Evap : {
@@ -5886,12 +5877,12 @@ export const globalIndicators = [
5886
5877
properties : {
5887
5878
indicatorObject : {
5888
5879
dataLoadFinished : true ,
5889
- country : 'all' ,
5890
- city : 'World ' ,
5880
+ country : [ 'US' ] ,
5881
+ city : 'US ' ,
5891
5882
siteName : 'global' ,
5892
5883
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 ' ,
5895
5886
subAoi : {
5896
5887
type : 'FeatureCollection' ,
5897
5888
features : [ {
@@ -5900,7 +5891,7 @@ export const globalIndicators = [
5900
5891
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 ( ) ,
5901
5892
} ] ,
5902
5893
} ,
5903
- aoiID : 'World ' ,
5894
+ aoiID : 'Forest_fire_Methane_Yearly ' ,
5904
5895
time : [ ] ,
5905
5896
inputData : [ '' ] ,
5906
5897
display : {
@@ -5918,12 +5909,12 @@ export const globalIndicators = [
5918
5909
properties : {
5919
5910
indicatorObject : {
5920
5911
dataLoadFinished : true ,
5921
- country : 'all' ,
5922
- city : 'World ' ,
5912
+ country : [ 'US' ] ,
5913
+ city : 'US ' ,
5923
5914
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 ' ,
5927
5918
subAoi : {
5928
5919
type : 'FeatureCollection' ,
5929
5920
features : [ {
@@ -5932,7 +5923,7 @@ export const globalIndicators = [
5932
5923
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 ( ) ,
5933
5924
} ] ,
5934
5925
} ,
5935
- aoiID : 'World ' ,
5926
+ aoiID : 'Forest_fire_Methane_Daily ' ,
5936
5927
time : availableDates [ 'EPA-daily-emissions_5_Forest_Fires' ] ,
5937
5928
inputData : [ '' ] ,
5938
5929
yAxis : '*10^12[molec/cm2/s]' ,
@@ -5942,6 +5933,7 @@ export const globalIndicators = [
5942
5933
tileSize : 256 ,
5943
5934
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
5944
5935
dateFormatFunction : ( date ) => `url=${ date [ 1 ] } ` ,
5936
+ labelFormatFunction : ( date ) => DateTime . fromISO ( date [ 0 ] ) . toFormat ( 'yyyy-MM-dd' ) ,
5945
5937
name : 'Gridded 2012 EPA Methane Emissions - Forest Fires (daily)' ,
5946
5938
legendUrl : 'legends/trilateral/EPA_Forest_fire_Methane_Daily.png' ,
5947
5939
customAreaIndicator : true ,
@@ -5956,12 +5948,12 @@ export const globalIndicators = [
5956
5948
properties : {
5957
5949
indicatorObject : {
5958
5950
dataLoadFinished : true ,
5959
- country : 'all' ,
5960
- city : 'World ' ,
5951
+ country : [ 'US' ] ,
5952
+ city : 'US ' ,
5961
5953
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 ' ,
5965
5957
subAoi : {
5966
5958
type : 'FeatureCollection' ,
5967
5959
features : [ {
@@ -5970,10 +5962,11 @@ export const globalIndicators = [
5970
5962
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 ( ) ,
5971
5963
} ] ,
5972
5964
} ,
5973
- aoiID : 'World ' ,
5965
+ aoiID : 'Field_burning_Monthly ' ,
5974
5966
time : availableDates [ 'EPA-monthly-emissions_4F_Field_Burning' ] ,
5975
5967
inputData : [ '' ] ,
5976
5968
yAxis : '*10^9[molec/cm2/s]' ,
5969
+ eoSensor : null ,
5977
5970
display : {
5978
5971
protocol : 'xyz' ,
5979
5972
minZoom : 1 ,
@@ -5998,9 +5991,9 @@ export const globalIndicators = [
5998
5991
country : 'all' ,
5999
5992
city : 'World' ,
6000
5993
siteName : 'global' ,
6001
- description : 'Gridded total evapotranspiration from 10km global LIS with assimilation' ,
5994
+ description : 'Total evapotranspiration gridded from 10km global LIS with assimilation' ,
6002
5995
indicator : 'LIS_Global_DA_Evap' ,
6003
- indicatorName : 'Evapotranspiration - LIS 10km Global DA ' ,
5996
+ indicatorName : 'Evapotranspiration, LIS' ,
6004
5997
subAoi : {
6005
5998
type : 'FeatureCollection' ,
6006
5999
features : [ ] ,
@@ -6009,14 +6002,16 @@ export const globalIndicators = [
6009
6002
time : getDailyDates ( '2002-08-02' , '2021-12-01' ) ,
6010
6003
inputData : [ '' ] ,
6011
6004
yAxis : 'g/m2/s' ,
6005
+ eoSensor : null ,
6012
6006
display : {
6013
6007
protocol : 'xyz' ,
6014
6008
minZoom : 1 ,
6015
6009
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
6017
6011
name : 'Evapotranspiration - LIS 10km Global DA' ,
6018
6012
legendUrl : 'legends/trilateral/LIS_Global_DA_Evap.png' ,
6019
6013
dateFormatFunction : ( date ) => DateTime . fromISO ( date ) . toFormat ( 'yyyyMMdd' ) ,
6014
+ labelFormatFunction : ( date ) => DateTime . fromISO ( date ) . toFormat ( 'yyyy-MM-dd' ) ,
6020
6015
} ,
6021
6016
} ,
6022
6017
} ,
@@ -6025,12 +6020,12 @@ export const globalIndicators = [
6025
6020
properties : {
6026
6021
indicatorObject : {
6027
6022
dataLoadFinished : true ,
6028
- country : 'all' ,
6029
- city : 'World ' ,
6030
- siteName : 'global ' ,
6023
+ country : [ 'US' ] ,
6024
+ city : 'Punta Gorda ' ,
6025
+ siteName : 'Punta Gorda ' ,
6031
6026
description : 'NDVI calculated from Harmonized Landsat and Sentinel-2' ,
6032
6027
indicator : 'HLS_NDVI' ,
6033
- indicatorName : 'Normalized difference vegetation index from HLS' ,
6028
+ indicatorName : 'NDVI from HLS' ,
6034
6029
subAoi : {
6035
6030
type : 'FeatureCollection' ,
6036
6031
features : [ {
@@ -6039,10 +6034,11 @@ export const globalIndicators = [
6039
6034
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 ( ) ,
6040
6035
} ] ,
6041
6036
} ,
6042
- aoiID : 'World ' ,
6037
+ aoiID : 'PG ' ,
6043
6038
time : availableDates [ 'hls-ndvi' ] ,
6044
6039
inputData : [ '' ] ,
6045
6040
yAxis : '' ,
6041
+ eoSensor : null ,
6046
6042
display : {
6047
6043
protocol : 'xyz' ,
6048
6044
minZoom : 1 ,
@@ -6051,6 +6047,7 @@ export const globalIndicators = [
6051
6047
name : 'Normalized difference vegetation index from HLS' ,
6052
6048
legendUrl : 'legends/trilateral/HLS_NDVI.png' ,
6053
6049
dateFormatFunction : ( date ) => `url=${ date [ 1 ] } ` ,
6050
+ labelFormatFunction : ( date ) => DateTime . fromISO ( date [ 0 ] ) . toFormat ( 'yyyy-MM-dd' ) ,
6054
6051
} ,
6055
6052
} ,
6056
6053
} ,
0 commit comments