/conda-recipes

Conda recipes for remote sensing

Primary LanguageShell

Conda recipes for remote sensing

Install with Conda

Available packages

  • 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.

Installation

Get the Anaconda distribution

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