Skip to content

Commit

Permalink
add start and end data, band desciption, name and provider of the dat…
Browse files Browse the repository at this point in the history
…aset
  • Loading branch information
MAfarrag committed Jul 30, 2022
1 parent d7021f4 commit 6404b01
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion earth2observe/datasets.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 6404b01

Please sign in to comment.