Package index
Processing sequence
The primary sequence of preparing data, building models, and making maps. These functions normally spawn batch jobs on Unity via slurmcollie (except for screen
which is intrinsically interactive), though you can run locally with local = TRUE
.
-
gather()
- Gather and prepare GIS data from data sources
-
screen()
- Visually screen orthoimages via a web app
-
derive()
- Create derived variables
-
sample()
- Sample orthoimages for field-collected data
-
fit()
- Build statistical models of vegetation cover
-
map()
- Produce geoTIFF maps of predicted vegetation cover from fitted models
-
fitinfo()
- Display information on model fits
-
assess()
- Assess a model fit from validation data
-
flights_report()
- Produce reports on orthoimages for all sites
-
init()
- Initialize salt-marsh-mapping with user parameters
-
build_flights_db()
- Build or update the flights database
-
find_orthos()
- Find orthophotos for a site
slurmcollie functions
These functions are part of the slurmcollie package, used to manage batch jobs on the Unity cluster.