Metadata-Version: 2.0
Name: landsat-util
Version: 0.8.0
Summary: A utility to search, download and process Landsat 8 satellite imagery
Home-page: https://github.com/developmentseed/landsat-util
Author: Development Seed
Author-email: info@developmentseed.org
License: CCO
Platform: Posix; MacOS X; Windows
Requires-Dist: boto (>=2.38.0)
Requires-Dist: homura (>=0.1.2)
Requires-Dist: numpy (>=1.9.3)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: rasterio (>=0.26.0)
Requires-Dist: requests (==2.7.0)
Requires-Dist: scikit-image (>=0.11.3)
Requires-Dist: scipy (>=0.16.0)
Requires-Dist: six (==1.9.0)
Requires-Dist: termcolor (>=1.1.0)

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: http://landsat-util.readthedocs.org/

To run the documentation locally::

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

Recently Added Features
+++++++++++++++++++++++

- Add longitude latitude search
- Improve console output
- Add more color options such as false color, true color, etc.

Change Log
+++++++++

See `CHANGES.txt <CHANGES.rst>`_.


