Skip to content

acesrg/image-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image processor 🛰️

build status

Before running

This module is mainly intented to process Sentinel-2 images. To work easily, the raster layers were pre-processed to have a human-readable names. Because of that, before working with this API please check Sentinel Scrips to clean the raster.

Running instructions

image_processor core

docker run --rm -it -v $(pwd):/home/project -w /home/project paulabeatrizolmedo/image-processor bash

Once inside the container, execute the entrypoint file, with the corresponding options (see entrypoint --help)

image_processor with jupyter

docker run --rm -it -v $(pwd):/home/project -w /home/project -p 8888:8888 -t paulabeatrizolmedo/ip-jupyter

Releases

No releases published

Packages

No packages published

Languages