Skip to content

A utility to search, download and process Landsat 8 satellite imagery

License

Notifications You must be signed in to change notification settings

GRSEB9S/landsat-util

 
 

Repository files navigation

Landsat-util

image

image

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.

About

A utility to search, download and process Landsat 8 satellite imagery

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%