- libgeotiff : A library for reading and writing GeoTIFF information tags.
- espa-product-formatter : Libraries and tools for working with the ESPA internal file format.
- Ledaps : Atmospheric correction for Landsat 5-7.
- LaSRC : Atmospheric correction for Landsat 8.
- CFmask : Cloud masking for Landsat data based on the Function of Mask algorithm.
Conda packages are available on Anaconda Cloud and can be installed with the conda package manager.
# create a new environment (optional)
conda create -n landsat python
source activate landsat
# add custom anaconda channels
conda config --add channels conda-forge
conda config --add channels yannforget
# install packages
conda install espa-product-formatter ledaps lasrc cfmask