Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 727 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 727 Bytes

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.