Skip to content

Commit

Permalink
Merge pull request #1288 from GeoscienceAustralia/geomad_decom_dev_2
Browse files Browse the repository at this point in the history
Geomad decom dev 2
  • Loading branch information
JM-GA authored Sep 18, 2024
2 parents 524f8b5 + 1988968 commit 648d4bb
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bands_ls = {
"red": ["red"],
"green": ["green"],
"blue": ["blue"],
"nir": ["nir", "near_infrared"],
"swir1": ["swir1", "shortwave_infrared_1", "near_shortwave_infrared"],
"swir2": ["swir2", "shortwave_infrared_2", "far_shortwave_infrared"],
}

bands_tmad = {
"sdev": [],
"edev": [],
"bcdev": [],
}
Loading

0 comments on commit 648d4bb

Please sign in to comment.