forked from rlank/RVS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 930 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)