-
Jeremy Commins authoredJeremy Commins authored
To learn more about this project, read the wiki.
README.rst 939 B
sen2chain
sen2chain is a simple tool to download and process Sentinel-2. It uses ESA's Sen2Cor processor for generating Level 2A products. And a list of radiometric indices. Cloud mask. It can download images from several servers (PEPS, Scihub, AWS). Generate quicklooks.
Typical usage often looks like this:
#!/usr/bin/env python3
from sen2chain import L1cProduct
my_l1c = L1cProduct("")
my_l1c.process_l2a()
print "Your towel is located:", location.where_is_my_towel()
Paragraphs are separated by blank lines. Italics, bold,
and monospace
look like this.
A Section
Lists look like this:
- First
- Second. Can be multiple lines but must be indented properly.
A Sub-Section
Numbered lists look like you'd expect:
- hi there
- must be going
Urls are http://like.this and links can be written like this.