This file contains hidden or 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
| # separate the Fmask from HLS into the different masks that compose it | |
| # meaning of each output band: | |
| # cirrus, cloud, adjacent cloud, cloud shadow, snow or ice, water, aerosol | |
| # by Luisa V. Lucchese | |
| # June 2023 | |
| # MIT License | |
| #Copyright (c) 2023 Luisa V. Lucchese |
This file contains hidden or 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
| # | |
| # add multiple raster layers to QGIS based on naming patterns, dates version | |
| # | |
| # created by Luisa Lucchese | |
| # in April 2021 | |
| # | |
| # run directly from QGIS | |
| # | |
| # MIT License |
This file contains hidden or 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
| # | |
| # add multiple raster layers to QGIS based on naming patterns | |
| # | |
| # created by Luisa Lucchese | |
| # in April 2021 | |
| # | |
| # run directly from QGIS | |
| # | |
| # MIT License |