Monitoring Conflict Areas with Satellite Image Time Series.
Investigate the damage caused by the forest fires in Protugal.
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.