Skip to contents

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

Reporting functions

These functions report data and model status.

fitinfo()
Display information on model fits
assess()
Assess a model fit from validation data
flights_report()
Produce reports on orthoimages for all sites

Utility functions

Uncommonly-used utility functions.

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.

info()
Give info on batch jobs (from slurmcollie)
showlog()
Prints the contents log file for a batch job (from slurmcollie)
kill()
Kill launched Slurm jobs (from slurmcollie)
purge()
Purge selected jobs from the jobs database (from slurmcollie)