From 7ef8685597fb8c828a0942be8e7244eceb3e1bbb Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Mon, 2 Jun 2025 11:08:07 -0500 Subject: [PATCH 1/3] swap image server urls per EGIS recommendation --- src/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.json b/src/config.json index bcf14db..1fe8556 100644 --- a/src/config.json +++ b/src/config.json @@ -13,7 +13,7 @@ "mobileVideo": "./monthly_max_ssp126_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp126.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -45,7 +45,7 @@ "mobileVideo": "./monthly_max_ssp245_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp245.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -77,7 +77,7 @@ "mobileVideo": "./monthly_max_ssp370_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp370.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -109,7 +109,7 @@ "fallbackImage": "./first_frame_ssp585.png", "variable": "tasmax_ssp585", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, From 628746b42076bb1e1eab333105325f9e7c424ed4 Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Mon, 2 Jun 2025 11:22:25 -0500 Subject: [PATCH 2/3] replacing new urls with old for testing --- src/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.json b/src/config.json index 1fe8556..15a4727 100644 --- a/src/config.json +++ b/src/config.json @@ -13,7 +13,7 @@ "mobileVideo": "./monthly_max_ssp126_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp126.png", "service": - "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -45,7 +45,7 @@ "mobileVideo": "./monthly_max_ssp245_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp245.png", "service": - "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -77,7 +77,7 @@ "mobileVideo": "./monthly_max_ssp370_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp370.png", "service": - "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, From 7c90c38b9784a99c2ead620e5f95255cbb4517d7 Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Mon, 2 Jun 2025 11:29:42 -0500 Subject: [PATCH 3/3] revert to new urls --- src/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.json b/src/config.json index 15a4727..1fe8556 100644 --- a/src/config.json +++ b/src/config.json @@ -13,7 +13,7 @@ "mobileVideo": "./monthly_max_ssp126_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp126.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -45,7 +45,7 @@ "mobileVideo": "./monthly_max_ssp245_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp245.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true, @@ -77,7 +77,7 @@ "mobileVideo": "./monthly_max_ssp370_max12_8192_512x256.mp4", "fallbackImage": "./first_frame_ssp370.png", "service": - "https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer", + "https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer", "datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"], "wcs": false, "active": true,