From 6404b01e1423efff3edfdcee7c78b67195800a01 Mon Sep 17 00:00:00 2001 From: Mostafa Farrag Date: Sun, 31 Jul 2022 01:35:17 +0200 Subject: [PATCH] add start and end data, band desciption, name and provider of the dataset --- earth2observe/datasets.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/earth2observe/datasets.json b/earth2observe/datasets.json index 1d949b1..44c6d68 100644 --- a/earth2observe/datasets.json +++ b/earth2observe/datasets.json @@ -1,6 +1,8 @@ [ { - "dataset": "ls9", + "dataset": "ls9_sr", + "name": "USGS Landsat 9 Level 2, Collection 2, Tier 1, Surface reflectance", + "provider": "USGS (https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products)", "url": "LANDSAT/LC09/C02/T1_L2", "bands": [ "SR_B1", @@ -12,8 +14,20 @@ "SR_B7", "SR_QA_AEROSOL" ], + "band_describtion": [ + "(ultra blue, coastal aerosol) surface reflectance", + "blue) surface reflectance", + "(green) surface reflectance", + "(red) surface reflectance", + "(near infrared) surface reflectance", + "(shortwave infrared 1) surface reflectance", + "(shortwave infrared 2) surface reflectance", + "Aerosol attributes" + ], "spatial_resolution": 30, "temporal_resolution": 16, + "start_date": "2021-10-31", + "end_date": "Now", "min": [ 1, 1,