Sign inSign up

cheewai/py3-fwi

By cheewai

Updated almost 8 years ago

Canadian Forest Fire Weather Index calculator

Image
0

1.4K

cheewai/py3-fwi repository overview

Canadian Forest Fire Weather Index calculator

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.

Background

Usage

Sample docker-compose.yml

version: '2'
services:
  cafwi:
    image: cheewai/py3-fwi
    environment:
      - RUNUSER_UID=1000
    volumes:
      - ./:/home/runuser
    working_dir: /home/runuser

Tag summary

Content type

Image

Digest

Size

43.5 MB

Last updated

almost 8 years ago

docker pull cheewai/py3-fwi