cffdrs

Crates.iocffdrs
lib.rscffdrs
version
sourcesrc
created_at2024-05-12 03:56:37.93635
updated_at2024-12-10 23:50:37.48236
descriptionRust implementation of the Canadian Forest Fire Danger Rating System
homepage
repositoryhttps://github.com/calebissharp/cffdrs-rs
max_upload_size
id1237216
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Caleb Sharp (calebissharp)

documentation

https://docs.rs/cffdrs/latest/cffdrs/

README

cffdrs-rs

docs.rs Crates.io Version

Rust implementation of the Canadian Forest Fire Danger Rating System

Note: This crate is a work-in-progress and likely doesn't correctly implement all equations.

Instructions

Run tests

Tests are run using nextest. You may need to install it first.

cargo nextest run

References

Information Report GLC-X-10 Wotton, B.M.; Alexander, M.E.; Taylor, S.W. 2009. Updates and Revisions to the 1992 Canadian Forest Fire Behavior Prediction System. Natural Resources Canada, Canadian Forest Service, Great Lakes Forestry Centre, Sault Ste. Marie, Ontario, Canada. Information Report GLC-X-10, 45p. Link View PDF

Forestry Canada. 1992. Development and structure of the Canadian Forest Fire Behavior Prediction System. Forestry Canada, Headquarters, Fire Danger Group and Science and Sustainable Development Directorate, Ottawa. Information Report ST-X-3. 64 p. Link

Wang, X.; Wotton, M.; Cantin, A.; Parisien, M.; Anderson, K.; Moore, B.; Flannigan, M. 2017. cffdrs: An R package for the Canadian Forest Fire Danger Rating System. Ecological Processes 6(5): 11p. https://github.com/cffdrs/cffdrs_r

Van Wagner, C.E.; Pickett, T.L. 1985. Equations and FORTRAN program for the Canadian Forest Fire Weather Index System. Canadian Forestry Service, Petawawa National Forestry Institute, Chalk River, Ontario. Forestry Technical Report 33. 18 p. View PDF

Commit count: 75

cargo fmt