-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add product definition for gm_ls8_ls9_annual and lowres
- Loading branch information
1 parent
6a5bcd1
commit 84d0b20
Showing
4 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
name: gm_ls8_ls9_annual | ||
description: Surface Reflectance Annual Geometric Median and Median | ||
Absolute Deviations, Landsat 8 and Landsat 9 | ||
metadata_type: eo3 | ||
|
||
license: CC-BY-4.0 | ||
|
||
metadata: | ||
product: | ||
name: gm_ls8_ls9_annual | ||
|
||
storage: | ||
crs: EPSG:6933 | ||
resolution: | ||
x: 30 | ||
y: -30 | ||
tile_size: | ||
x: 3200.0 | ||
y: 3200.0 | ||
|
||
measurements: | ||
- name: SR_B2 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_2, blue] | ||
|
||
- name: SR_B3 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_3, green] | ||
|
||
- name: SR_B4 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_4, red] | ||
|
||
- name: SR_B5 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_5, nir] | ||
|
||
- name: SR_B6 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_6, swir_1] | ||
|
||
- name: SR_B7 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_7, swir_2] | ||
|
||
- name: "SMAD" | ||
aliases: [smad, sdev, SDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "EMAD" | ||
aliases: [emad, edev, EDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "BCMAD" | ||
aliases: [bcmad, bcdev, BCDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "COUNT" | ||
aliases: [count] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
name: gm_ls8_ls9_annual_lowres | ||
description: Surface Reflectance Annual Geometric Median and Median | ||
Absolute Deviations, Landsat 8 and Landsat 9. Low resolution | ||
version used for visualisations. | ||
metadata_type: eo3 | ||
|
||
license: CC-BY-4.0 | ||
|
||
metadata: | ||
product: | ||
name: gm_ls8_ls9_annual_lowres | ||
|
||
storage: | ||
crs: EPSG:6933 | ||
resolution: | ||
x: 120 | ||
y: -120 | ||
|
||
measurements: | ||
- name: SR_B2 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_2, blue] | ||
|
||
- name: SR_B3 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_3, green] | ||
|
||
- name: SR_B4 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_4, red] | ||
|
||
- name: SR_B5 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_5, nir] | ||
|
||
- name: SR_B6 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_6, swir_1] | ||
|
||
- name: SR_B7 | ||
dtype: "uint16" | ||
units: "1" | ||
nodata: 0 | ||
aliases: [band_7, swir_2] | ||
|
||
- name: "SMAD" | ||
aliases: [smad, sdev, SDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "EMAD" | ||
aliases: [emad, edev, EDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "BCMAD" | ||
aliases: [bcmad, bcdev, BCDEV] | ||
units: "1" | ||
dtype: float32 | ||
nodata: .nan | ||
|
||
- name: "COUNT" | ||
aliases: [count] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 |