Skip to content

sapho/ConflictMonitor

Repository files navigation

ConflictMonitor

Monitoring Conflict Areas with Satellite Image Time Series.

Aim:

Investigate the damage caused by the forest fires in Protugal.

Usage:

Create data directory on root

-/data/
   -change/
   -input/
   -nbr/
   -output/
   -raw/
   -results/

On Linux:

sudo bash startdocker.sh

or

docker build -t app/conflict_monitoring .
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock -v /data:/data -p 8080:8080 app/conflict_monitoring

On Windows:

docker build -t app/conflict_monitoring .
docker run -ti -v //var/run/docker.sock://var/run/docker.sock -v /data:/data -p 8080:8080 app/conflict_monitoring

The Server is running on Port 8080 now.

About

Monitoring Conflict Areas with Satellite Image Time Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6