- Web-based visualizing time-series data from FORCE datacube
- Data extraction and cloud masking are performed on-the-fly
Pull the docker image
docker pull vudongpham/forcelive:latest
docker run --rm \
-v /your/datacube/level2/dir:/l2dir \
-p 2741:2741 \
vudongpham/forcelive forcelive /l2dir
Replace the /your/datacube/level2/dir with your dir!
Optional arguments:
-p|--port: Local port which will be used for hosting the app. Default:2741(You must change the docker '-p' correspondigly when changing this)
http://localhost:2741
Note: If you are using VPN, makes sure the web-browser is in the same network as the local network!
