Skip to content

vudongpham/FORCE-Live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORCE Live

  • Web-based visualizing time-series data from FORCE datacube
  • Data extraction and cloud masking are performed on-the-fly

a

1. Installation

Pull the docker image

docker pull vudongpham/forcelive:latest

2. Run

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)

3. Open any web browser:

http://localhost:2741

Note: If you are using VPN, makes sure the web-browser is in the same network as the local network!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors