Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.13 KB

Sentinel Metadata Generator

Use sat-api for running the API and updating it

This small library helps with generating sentinel-s3 metadata and upload it to Amazon S3 and/or ElasticSearch

Installation

$ pip install -r requirements.txt

Usage

    $ python main.py --help

    Usage: main.py [OPTIONS] <operations: choices: s3 | es | disk>

    Options:
      --product TEXT         Product name. If given only the given product is
                             processed.
      --start TEXT           Start Date. Format: YYYY-MM-DD
      --end TEXT             End Date. Format: YYYY-MM-DD
      --concurrency INTEGER  Process concurrency. Default=20
      --es-host TEXT         Elasticsearch host address
      --es-port INTEGER      Elasticsearch port number
      --folder TEXT          Destination folder if is written to disk
      -v, --verbose
      --help                 Show this message and exit.

Example:

$ python main.py s3 es --start='2016-01-01' --verbose --concurrency=20

About

Sentinel2 Metadata Generator was made by Development Seed.