Skip to content

Tiny script to manage (unzip and rename) Sentinel-2 MSI files

License

paulaolmedo/sentinel-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentinel-scripts

Build Status

Tiny script to manage (unzip and rename) Sentinel-2 MSI files

usage

without docker

python src/main.py --path "path-to-your-sentinel-files"

with docker

1) build docker image

docker build -f .ci/Dockerfile -t sentinel-scripts .

2) execute it

docker run -it -v /path-to-your-sentinel-files:/project sentinel-scripts --path /project bash

About

Tiny script to manage (unzip and rename) Sentinel-2 MSI files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published