From 7ef8685597fb8c828a0942be8e7244eceb3e1bbb Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Mon, 2 Jun 2025 11:08:07 -0500 Subject: [PATCH 1/4] 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/4] 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/4] 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, From ca2231189772ee7955696f6bb4322ce302c2a7e7 Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Thu, 26 Jun 2025 13:54:05 -0500 Subject: [PATCH 4/4] upgrade cache action from v2 to v3 --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ced7ec..c9184e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: node-version: ${{ env.NODE }} - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-node-modules with: path: | @@ -60,7 +60,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }} - name: Cache dist - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-dist with: path: dist @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v3 - name: Restore node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-node-modules with: path: | @@ -96,7 +96,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }} - name: Restore dist cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-dist with: path: dist