Skip to content

Instantly share code, notes, and snippets.

View luisalucchese's full-sized avatar

Luísa Lucchese luisalucchese

View GitHub Profile
@luisalucchese
luisalucchese / Fmask_bit_band_separation.py
Created June 11, 2023 18:10
separate the Fmask from HLS into the different masks that compose it
# 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
@luisalucchese
luisalucchese / abrir_layers_qgis_baseado_datas.py
Created April 15, 2021 15:52
Add multiple raster layers to QGIS based on naming patterns, dates version
#
# 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
@luisalucchese
luisalucchese / abrir_layers_qgis.py
Created April 15, 2021 15:49
Add multiple raster layers to QGIS based on naming patterns
#
# add multiple raster layers to QGIS based on naming patterns
#
# created by Luisa Lucchese
# in April 2021
#
# run directly from QGIS
#
# MIT License