mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
66bc72be700adadbd2cb0b2ef06f82d0d75040a3
As reported in #191, Google Storage is not used to download Landsat 8 .tar.bz files even if they are available, as the list of bands is set to '' by default. Changing this to None fixes this. I imagine the previous behaviour is not intentional, as it means that if no --bands argument is passed then the only files that are downloaded are the _MTL.txt and _BQA.tif files.
Landsat-util
===============
.. image:: https://travis-ci.org/developmentseed/landsat-util.svg?branch=master
:target: https://travis-ci.org/developmentseed/landsat-util
.. image:: https://badge.fury.io/py/landsat-util.svg
:target: http://badge.fury.io/py/landsat-util
.. image:: https://img.shields.io/pypi/dm/landsat-util.svg
:target: https://pypi.python.org/pypi/landsat-util/
:alt: Downloads
.. image:: https://img.shields.io/pypi/l/landsat-util.svg
:target: https://pypi.python.org/pypi/landsat-util/
:alt: 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
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 <CHANGES.txt>`_.
Languages
Python
98.4%
Makefile
1.3%
Dockerfile
0.3%