https://github.com/developmentseed/landsat-util
A utility to search, download and process Landsat 8 satellite imagery
https://github.com/developmentseed/landsat-util
Last synced: 5 months ago
JSON representation
A utility to search, download and process Landsat 8 satellite imagery
- Host: GitHub
- URL: https://github.com/developmentseed/landsat-util
- Owner: developmentseed
- License: cc0-1.0
- Created: 2014-08-01T18:07:37.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-14T18:05:53.000Z (over 3 years ago)
- Last Synced: 2025-05-29T10:12:30.951Z (6 months ago)
- Language: Python
- Size: 58.8 MB
- Stars: 689
- Watchers: 131
- Forks: 146
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - Landsat-Util - A utility to search, download and process Landsat 8 satellite imagery `Python` (`Python` processing of optical imagery (non deep learning) / Download)
- awesome-starred - developmentseed/landsat-util - A utility to search, download and process Landsat 8 satellite imagery (others)
- Awesome-Geospatial - Landsat-util - Landsat-util is a command line utility that makes it easy to search, download, and process Landsat imagery. (Python)
- awesome-gis - Landsat-util - Landsat-util is a command line utility that makes it easy to search, download, and process Landsat imagery. (Geospatial Library / Python)
README
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 `_.