Skip to content

nuest/pre_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-processing for Studyproject: „Monitoring conflict areas with satellite image time series“

Aim:

This container aims to automate the pre-processing of Sentinel-2 data from L1C to L2A.

It uses sen2cor, see http://step.esa.int/main/third-party-plugins-2/sen2cor/.

Usage:

To use this container run the script apply_sen2cor.bat.

cd pre_processing
docker build --tag monconfsat_pre .
cd ..
docker run --rm -v ${PWD}/data:/workspace/data -e imgfolder=/workspace/data monconfsat_pre

Debug within container:

docker run --rm -it -v ${PWD}/data:/workspace/data -e imgfolder=/workspace/data --entrypoint=/bin/bash monconfsat_pre

LA2_Process documentation:

docker run --rm -it --entrypoint=/bin/bash monconfsat_pre L2A_Process --help

Required structure:

This container requires a specific folder structure to work:

.
|---data
|   |---S2B_MSIL1C...
|       |---S2B_MSIL1C[...].SAFE
|
|---pre_processing
|   |---apply_sen2cor.bat
|   |---apply_sen2cor.py
|   |---Dockerfile
|
|---.gitignore
|
|---portainer.bat
|
|---README.md

Sentinel-2 data can be aquired at ESA-Hub.
Direct download-link to example data: example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published