Sean Gillies b9f8e52d3c Python 3 is now supported
After I adjusted imports to be absolute, the rest of the work
was sorting out the distinction between bytes and strs. The
uploader was written for strings of bytes and needed to be changed
to actual bytes.

Closes #170
2016-03-25 12:58:34 -06:00
2015-02-26 13:17:07 -05:00
2016-02-18 01:16:28 -05:00
2016-03-25 12:58:34 -06:00
2016-03-25 12:58:34 -06:00
2015-01-22 13:54:54 -05:00
2015-04-23 15:01:59 -04:00
2016-02-18 00:12:12 -05:00
2016-01-05 15:00:37 -05:00
2016-03-24 10:55:41 -04:00
2016-02-18 01:00:21 -05:00
2014-08-01 14:07:38 -04:00
2015-09-30 10:37:12 +02:00
2016-01-05 15:27:19 -05:00
2015-10-29 12:00:22 -04:00
2015-09-22 14:49:52 -04:00
2015-03-09 15:52:17 -07:00
2016-03-25 12:47:58 -04:00
2016-03-25 12:58:34 -06:00
2016-02-18 01:06:43 -05:00

Landsat-util
===============

.. image:: https://travis-ci.org/developmentseed/landsat-util.svg?branch=v0.5
    :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

Travis Tests
++++++++++++

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

To test with docker image locally run:

.. code::

    $ 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 <CHANGES.txt>`_.
Description
No description provided
Readme CC0-1.0 60 MiB
Languages
Python 98.4%
Makefile 1.3%
Dockerfile 0.3%