Skip to content
Snippets Groups Projects
Commit fabdd196 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Use true color composites.

parent 79bbcd82
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ BANDS = ['blue', 'green', 'red', 'nir', 'swir1', 'swir2']
# plot parameters
FIGSIZE = (10, 10)
ALPHA = 0.5
ALPHA = 5
# natural with atmospheric removal
PLOT_BANDS = ['swir2', 'nir', 'green']
# PLOT_BANDS = ['swir2', 'nir', 'green']
PLOT_BANDS = ['red', 'green', 'blue']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment