https://github.com/pyronear/pyro-spread
Anticipate wildfire propagation
https://github.com/pyronear/pyro-spread
cellular-automata pytorch wildfire
Last synced: 2 months ago
JSON representation
Anticipate wildfire propagation
- Host: GitHub
- URL: https://github.com/pyronear/pyro-spread
- Owner: pyronear
- License: apache-2.0
- Created: 2022-03-17T17:35:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T18:12:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T12:29:33.427Z (7 months ago)
- Topics: cellular-automata, pytorch, wildfire
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyro-spread
Anticipate wildfire propagation[](LICENSE) [](https://www.codacy.com/gh/pyronear/pyro-spread/dashboard?utm_source=github.com&utm_medium=referral&utm_content=pyronear/pyro-spread&utm_campaign=Badge_Grade)
## Quick Tour

You can run the simulation scripts as follows:
```shell
python scripts/main.py
```## Installation
### Prerequisites
Python 3.6 (or higher) and [pip](https://pip.pypa.io/en/stable/) are required to install pyrospread.
### Developer mode
If you wish to use the latest features of the project that haven't made their way to a release yet, you can install the package from source *(install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) first)*:
```shell
git clone https://github.com/pyronear/pyro-spread.git
pip install -r pyro-spread/requirements.txt
```## License
Distributed under the Apache 2.0 License. See [`LICENSE`](LICENSE) for more information.