From eece577212e08673f4bdfd782b892aca6b657736 Mon Sep 17 00:00:00 2001 From: Wojciech Piech Date: Mon, 7 Oct 2024 23:06:11 +0200 Subject: [PATCH] Select Scene Styling (not responsive) --- frontend/components/DatePicker.vue | 4 +- frontend/nuxt.config.ts | 2 +- frontend/pages/how_does_it_work.vue | 11 +-- frontend/pages/panel/select_scene.client.vue | 84 ++++++++++++++------ 4 files changed, 65 insertions(+), 36 deletions(-) diff --git a/frontend/components/DatePicker.vue b/frontend/components/DatePicker.vue index c22c57e..774a40f 100644 --- a/frontend/components/DatePicker.vue +++ b/frontend/components/DatePicker.vue @@ -4,12 +4,12 @@ diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 32c2541..7cecfba 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -43,7 +43,7 @@ export default defineNuxtConfig({ openFetch: { clients: { api: { - baseURL: "http://localhost:8000/" + baseURL: "https://landsat.wyniki.zip/api" } } }, diff --git a/frontend/pages/how_does_it_work.vue b/frontend/pages/how_does_it_work.vue index f18c360..a0d661f 100644 --- a/frontend/pages/how_does_it_work.vue +++ b/frontend/pages/how_does_it_work.vue @@ -35,14 +35,8 @@

Landsat provides two main types of data products:

-

+ Level 1 products: These are raw, unprocessed data directly captured by the satellite.
+ Level 2 products: These are preprocessed data, corrected and enhanced for easier analysis.

@@ -53,7 +47,6 @@ Landsat 9:

Level-1 Products: Delivered within 4-6 hours after image acquisition.
Level-2 Products (Surface Reflectance and Surface Temperature): Available in about 3 days.

- Landsat 8:

Level-1 Products: Initially processed as Real-Time (RT) products. To create the complete products, data on the sensor's line of sight is needed, which can take up to 10 days.
Level-2 Products (Surface Reflectance and Surface Temperature): Typically available within 24 hours after the complete product is generated. diff --git a/frontend/pages/panel/select_scene.client.vue b/frontend/pages/panel/select_scene.client.vue index 85ababd..c88dd52 100644 --- a/frontend/pages/panel/select_scene.client.vue +++ b/frontend/pages/panel/select_scene.client.vue @@ -1,36 +1,55 @@