Skip to content

sat-utils/sentinel2-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[DEPRECATED] Sentinel's Metadata in json format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages