Skip to content
forked from rlank/RVS

Rangeland Vegetation Simulator

Notifications You must be signed in to change notification settings

gearslaboratory/RVS

 
 

Repository files navigation

RVS
===

Rangeland Vegetation Simulator

RVS provides a suite of modules which simulate non-forested project areas' vegetation conditions over time. RVS includes calculations for biomass, succession, disturbance, and fuel modelling. The RVS API is best used in conjunction with the Forest Vegetation Simulator, found at http://www.fs.fed.us/fmsc/fvs/ and https://code.google.com/p/open-fvs/

One component of RVS will be a dataloader which creates a local database from location data provided by the user. This data can be manipulated and adjusted locally with "real" user data. Until this system is in place, if you're interested in running RVS, contact me and I can send you a sample input database. 

Requirements:
libboost-all-dev 
sqlite3
libsqlite3-dev 
g++ 
make

To run RVS:
rvs RVS_DB_PATH OUT_DB_PATH YEARS


Author:  Robb Lankston
Updated by: Nikki Inglis; Adriano Matos; Jonathan Greenberg (University of Nevada, Reno)

About

Rangeland Vegetation Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%