Skip to content

developmentseed/landsat-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd100f6 · Mar 25, 2016
Feb 26, 2015
Feb 18, 2016
Mar 24, 2016
Mar 24, 2016
Mar 5, 2016
Jan 22, 2015
Apr 23, 2015
Feb 18, 2016
Jan 5, 2016
Mar 24, 2016
Feb 18, 2016
Aug 1, 2014
Jan 5, 2016
Sep 30, 2015
Oct 29, 2015
Jan 21, 2015
Sep 22, 2015
Mar 9, 2015
Mar 25, 2016
Feb 18, 2016

Repository files navigation

Landsat-util

https://travis-ci.org/developmentseed/landsat-util.svg?branch=v0.5 Downloads License

Landsat-util is a command line utility that makes it easy to search, download, and process Landsat imagery.

Docs

For full documentation visit: https://pythonhosted.org/landsat-util/

To run the documentation locally:

$ pip install -r requirements/dev.txt
$ cd docs
$ make html

Travis Tests

To speed up testing on travis, we use a docker image.

To test with docker image locally run:

$ docker run --rm -it -v "$(pwd)":/test developmentseed/landsat-util:travis nosetests

Recently Added Features

  • Improved pansharpening
  • Use BQA bands for cloud/snow coverage and use in color correction
  • Add support for different NDVI color maps (three included)
  • Add support for image clipping using the new --clip flag

Change Log

See CHANGES.txt.