Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source: start inclusion of DEAustralia products #1159

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix ls8 geomedian names from deaustralia
  • Loading branch information
M3nin0 committed Jun 18, 2024
commit e3347179d6954cee202f33691dc44ce19b6b4331
18 changes: 9 additions & 9 deletions inst/extdata/sources/config_source_deaustralia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ sources:
grid_system : "WRS-2"
LS8-GEOMEDIAN :
bands :
B01 : &deaustralia_ls5_geomedian_band_30m
B01 : &deaustralia_ls8_geomedian_band_30m
missing_value : -999
minimum_value : 0
maximum_value : 65536
Expand All @@ -526,21 +526,21 @@ sources:
band_name : "blue"
data_type : "INT2S"
B02 :
<<: *deaustralia_ls5_geomedian_band_30m
<<: *deaustralia_ls8_geomedian_band_30m
band_name: "green"
B03 :
<<: *deaustralia_ls5_geomedian_band_30m
<<: *deaustralia_ls8_geomedian_band_30m
band_name: "red"
B04 :
<<: *deaustralia_ls5_geomedian_band_30m
<<: *deaustralia_ls8_geomedian_band_30m
band_name: "nir"
B05 :
<<: *deaustralia_ls5_geomedian_band_30m
<<: *deaustralia_ls8_geomedian_band_30m
band_name: "swir1"
B07 :
<<: *deaustralia_ls5_geomedian_band_30m
<<: *deaustralia_ls8_geomedian_band_30m
band_name: "swir2"
EDEV : &deaustralia_ls5_geomedian_product_30m
EDEV : &deaustralia_ls8_geomedian_product_30m
missing_value : -32768
minimum_value : 0
maximum_value : 65536
Expand All @@ -551,10 +551,10 @@ sources:
band_name : "edev"
data_type : "FLT4S"
SDEV :
<<: *deaustralia_ls5_geomedian_product_30m
<<: *deaustralia_ls8_geomedian_product_30m
band_name: "sdev"
BCDEV :
<<: *deaustralia_ls5_geomedian_product_30m
<<: *deaustralia_ls8_geomedian_product_30m
band_name: "bcdev"
satellite : "LANDSAT-8"
sensor : "OLI-TIRS-GEOMEDIAN"
Expand Down
Loading