Canadian Forest Fire Weather Index calculator
1.4K
Python3 implementation of the CAFWI calculator in Docker adapted from:
The reference sample data may be found in /tmp/pyfwi-master/testBatch.csv
Refer to https://github.com/Terranex/pyfwi/tree/master on how to create a CSV file containing a batch of test data.
Sample docker-compose.yml
version: '2'
services:
cafwi:
image: cheewai/py3-fwi
environment:
- RUNUSER_UID=1000
volumes:
- ./:/home/runuser
working_dir: /home/runuser
Content type
Image
Digest
Size
43.5 MB
Last updated
almost 8 years ago
docker pull cheewai/py3-fwi