From f630f7464f407e7ae6a9c2824e2f0293b2007db5 Mon Sep 17 00:00:00 2001 From: anayeaye Date: Mon, 6 Nov 2023 10:39:09 -0700 Subject: [PATCH 1/3] do not merge test raster api --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8694cf5c8..9030932d7 100644 --- a/.env +++ b/.env @@ -8,7 +8,7 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA) APP_CONTACT_EMAIL=email@example.org # Endpoint for the Tiler server. No trailing slash. -API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com' +API_RASTER_ENDPOINT='https://test-raster.delta-backend.com' # Endpoint for the STAC server. No trailing slash. API_STAC_ENDPOINT='https://staging-stac.delta-backend.com' From 6c2b3180c638a6f3d2fc4dc798841868d214d08b Mon Sep 17 00:00:00 2001 From: anayeaye Date: Mon, 6 Nov 2023 11:07:00 -0700 Subject: [PATCH 2/3] use algorithm instead of post process for hls swir --- datasets/hls-events.ej.data.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/hls-events.ej.data.mdx b/datasets/hls-events.ej.data.mdx index 8a197d027..806d687fb 100644 --- a/datasets/hls-events.ej.data.mdx +++ b/datasets/hls-events.ej.data.mdx @@ -29,7 +29,7 @@ layers: - 4 - 20 sourceParams: - post_process: swir + algorithm: swir assets: - B07 - B05 @@ -50,7 +50,7 @@ layers: - 4 - 20 sourceParams: - post_process: swir + algorithm: swir assets: - B12 - B8A From 554aa7c7c5d77746086a0336aa0aad3254bfb5f4 Mon Sep 17 00:00:00 2001 From: anayeaye Date: Mon, 6 Nov 2023 11:28:35 -0700 Subject: [PATCH 3/3] revert raster api to staging --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 9030932d7..8694cf5c8 100644 --- a/.env +++ b/.env @@ -8,7 +8,7 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA) APP_CONTACT_EMAIL=email@example.org # Endpoint for the Tiler server. No trailing slash. -API_RASTER_ENDPOINT='https://test-raster.delta-backend.com' +API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com' # Endpoint for the STAC server. No trailing slash. API_STAC_ENDPOINT='https://staging-stac.delta-backend.com'