Skip to content

yannforget/conda-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages