Fuel Reduction Cost Simluator
FRCS is used for estimating costs for fuel reduction treatments involving removal of trees of mixed sizes in the form of whole trees, logs, or chips from a forest. It was originally a spreadsheet application published by U.S. Forest Service, and is now updated, improved, and coded by UC Davis CEC group, funded by California Energy Commission.
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
If this is a brand new project, make sure to create a package.json
first with
the npm init
command.
Installation is done using the
npm install
command:
$ npm install @ucdavis/frcs
Docs
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.