https://asdf-vm.com/guide/getting-started.html#_2-download-asdf
- nodejs
- asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
- asdf install nodejs latest
- asdf global nodejs latest
-
npm (comes with nodejs installation)
-
python (installed with conda?)
-
pip
terminal 1:
./0_install_dependancies.sh
./1_run_backend_server.sh
terminal 2:
./2_run_frontend_server.sh
by this point a tab should have opened in your browser. if not, try : 127.0.0.1:8080
- start backend prediction server:
1_run_backend_server.sh
- start frontend interface server:
2_run_frontend_server.sh
- Default year selected is 2017
- Can pan/zoom map of California
- Can Select zipcode-boundary:
- exposes details on right hand side
- can adjust sliders to experiment with different landcover% and see result
- can view weather information
- can view #years and %prob-fire predictions
- can view histogram of fire occurances throughout the years for the selected zipcode
./assembled-data
./data-processing/*