Sign inSign up

astrodigital/sentinel2-metadata

By astrodigital

Updated almost 10 years ago

A docker image for running Sentinel2 Metadata generator

Image
0

360

astrodigital/sentinel2-metadata repository overview

Sentinel Metadata Generator

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.

Tag summary

Content type

Image

Digest

Size

287.3 MB

Last updated

almost 10 years ago

docker pull astrodigital/sentinel2-metadata