Skip to content

ahornero/s2tat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel-2 Tools and Tips Licence

Sentinel-2 Tools and Tips

Sen2cor

Sen2cor 2.3.1 processing error

Just downgrade the numpy version, and it works.

$ pip install numpy==1.11.3

Execution example

$ L2A_Process S2A_OPER_PRD_MSIL1C_PDMC_20160626T150256_R136_V20160626T093744_20160626T093744.SAFE

Execution example with elapsed time

elapsed_time.sh and elapsed_time.bat

GDAL

.jp2 and Sentinel-2 driver compatibility

Upgrade to GDAL 2.2 (available from GDAL >= 2.1.3)

$ conda install -c conda-forge gdal=2.2.0

GDAL with S2

Examples and documentation: Driver for Sentinel-2 products downloaded from the Sentinels Scientific Data Hub.

Sentinelsat

A very usefull tool to find and download Copernicus Sentinel satellite images.

Installation

$ pip install sentinelsat

Usage

$ sentinel search --sentinel2 --md5 --cloud 10 -s 20160620 -e 20160630 <username> <password> <your-map>.geojson

GeoJSON Map tool: geojson.io

Releases

No releases published

Packages

No packages published