diff --git a/package-lock.json b/package-lock.json index 87b99e2edc..0c7e0dc82d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "worldview", - "version": "4.17.0", + "version": "4.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "worldview", - "version": "4.17.0", + "version": "4.17.1", "hasInstallScript": true, "license": "NASA-1.3", "dependencies": { diff --git a/web/js/mapUI/components/kiosk/tile-measurement/utils/layer-data-eic.js b/web/js/mapUI/components/kiosk/tile-measurement/utils/layer-data-eic.js index 10fd89cb99..bb0d687d07 100644 --- a/web/js/mapUI/components/kiosk/tile-measurement/utils/layer-data-eic.js +++ b/web/js/mapUI/components/kiosk/tile-measurement/utils/layer-data-eic.js @@ -44,20 +44,20 @@ export const layerPixelData = { // Back-up dates for each layer in case no date is found that satisfies the full imagery threshold // TO DO: These layers will eventually need to be prioritized if a scenario has layers from multiple best dates export const bestDates = { - 'GOES-East_ABI_GeoColor': { date: '2023-06-10T23:50:00.000Z' }, - 'GOES-West_ABI_GeoColor': { date: '2023-06-10T23:50:00.000Z' }, - Himawari_AHI_Band3_Red_Visible_1km: { date: '2023-06-10T23:50:00.000Z' }, - MODIS_Terra_CorrectedReflectance_TrueColor: { date: '2023-06-10' }, - VIIRS_SNPP_DayNightBand_At_Sensor_Radiance: { date: '2023-06-10' }, - VIIRS_SNPP_CorrectedReflectance_TrueColor: { date: '2023-06-10' }, - IMERG_Precipitation_Rate: { date: '2023-06-10' }, - GHRSST_L4_MUR_Sea_Surface_Temperature: { date: '2023-06-10' }, - MODIS_Aqua_Land_Surface_Temp_Day: { date: '2023-06-10' }, - MODIS_Aqua_CorrectedReflectance_TrueColor: { date: '2023-06-10' }, - OMI_Nitrogen_Dioxide_Tropo_Column: { date: '2023-10-06' }, - VIIRS_SNPP_AOT_Dark_Target_Land_Ocean: { date: '2023-10-06' }, - VIIRS_SNPP_AOT_Deep_Blue_Best_Estimate: { date: '2023-10-06' }, - AIRS_L3_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Daily_Night: { date: '2023-10-06' }, - AIRS_L3_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Daily_Day: { date: '2023-10-06' }, - VIIRS_NOAA20_CorrectedReflectance_TrueColor: { date: '2023-10-06' }, + 'GOES-East_ABI_GeoColor': { date: '2023-10-30T23:50:00.000Z' }, + 'GOES-West_ABI_GeoColor': { date: '2023-10-30T23:50:00.000Z' }, + Himawari_AHI_Band3_Red_Visible_1km: { date: '2023-10-30T23:50:00.000Z' }, + MODIS_Terra_CorrectedReflectance_TrueColor: { date: '2023-10-29' }, + VIIRS_SNPP_DayNightBand_At_Sensor_Radiance: { date: '2023-10-30' }, + VIIRS_SNPP_CorrectedReflectance_TrueColor: { date: '2023-10-30' }, + IMERG_Precipitation_Rate: { date: '2023-10-30' }, + GHRSST_L4_MUR_Sea_Surface_Temperature: { date: '2023-10-30' }, + MODIS_Aqua_Land_Surface_Temp_Day: { date: '2023-10-30' }, + MODIS_Aqua_CorrectedReflectance_TrueColor: { date: '2023-10-29' }, + OMI_Nitrogen_Dioxide_Tropo_Column: { date: '2023-10-27' }, + VIIRS_SNPP_AOT_Dark_Target_Land_Ocean: { date: '2023-10-29' }, + VIIRS_SNPP_AOT_Deep_Blue_Best_Estimate: { date: '2023-10-30' }, + AIRS_L3_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Daily_Night: { date: '2023-10-17' }, + AIRS_L3_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Daily_Day: { date: '2023-10-17' }, + VIIRS_NOAA20_CorrectedReflectance_TrueColor: { date: '2023-10-30' }, };