This builds a stack of containers that provide basic fire modelling services. This is under heavy development, use this code at your own risk. This was built and tested on docker, it maybe works for me, Your milage may vary. When it is 100% working for me, I will do a release.
flowchart TD
A{WISE Service Stack}
A -->|Create| B[MAP UI]
A -->|Build Dataset| G[DataSet Generator]
A -->|Build Job| E[Builder]
A -->|Execute Job| D[WISE]
A -->|Watch Job| F[Job Monitor]
This reporistory, will be very helpful for folks that want a system that just deploys quickly and just "works" with no tinkering. This implementation wont work for every use case but will demonstrate how to implement custom designed models, build them into modelling jobs, and how to run them and even debug them to some extent.
git clone https://github.com/WISE-Developers/wise_service.git
cd wise_service
cp sample.env .env
nano .env
docker compose up -d
This service stack depends on:
link: https://github.com/WISE-Developers
The demo dataset included in this repo, is an invalid and outdated dataset, it should be used for demo purposes only. it is a 100m canada wide dataset for testing and development only.
This data set is not safe for use for real wildfire modelling, and you must use it at your own risk. Any use of this demo dataset constitutes acceptance of those conditions. This dataset cannot be used for any form of validation as this dataset contains invalid data.
From the wise_service repo execute:
bash buildSampleData.sh