Skip to content

Commit

Permalink
Update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzole0311 committed Oct 7, 2024
1 parent fc50f37 commit 9a39810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/eictester/rest/services/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -45,7 +45,7 @@
"mobileVideo": "./monthly_max_ssp245_max12_8192_1024x512.mp4",
"fallbackImage": "./first_frame_ssp245.png",
"service":
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
"https://gis.earthdata.nasa.gov/eictester/rest/services/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -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/eictester/rest/services/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -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/eictester/rest/services/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down

0 comments on commit 9a39810

Please sign in to comment.