yannforget / conda-recipes

Conda recipes for remote sensing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conda recipes for remote sensing


Languages

Language:Shell 100.0%