Skip to content

Commit

Permalink
Create band_ls_cfg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-GA authored Sep 18, 2024
1 parent a639cc2 commit 1988968
Showing 1 changed file with 14 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": [],
}

0 comments on commit 1988968

Please sign in to comment.