Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eamanu/pyamazonlandsat
Download landsat products from Amazon S3
https://github.com/eamanu/pyamazonlandsat
Last synced: 3 days ago
JSON representation
Download landsat products from Amazon S3
- Host: GitHub
- URL: https://github.com/eamanu/pyamazonlandsat
- Owner: eamanu
- License: mit
- Created: 2020-03-19T00:57:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T11:53:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T14:21:09.662Z (12 days ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyamazonlandsat
## Installation
To install you can use pypi:
```
$ pip install pys3landsat
````or if you want to build and install from source:
```
$ git clone https://github.com/eamanu/pyamazonlandsat.git
$ python setup.py build
$ python setup.py install
```## Usage
To use you must be know the name of the product to download
And just run the command:
```
$ pys3landsat -n LC08_L1TP_231080_20200128_20200210_01_T1 -o ~/download_products```
For information of the parameters you could run –help
```
$ pys3landsat --help
usage: pys3landsat [-h] [-n NAME] [-o OUTPUT]Download Landsat 8 images from Amazon S3
optional arguments:
-h, --help show this help message and exit
-n NAME, --name NAME Name of the product to download.
-o OUTPUT, --output OUTPUT
Output path to the product.````
# Contribution
Whole contributions are welcome, please feel free to send a PR or issue.