This vignette provides background and transparency for the digital data capture of burn grading surveys.
The forms are archived in this package in three formats:
.odkbuild
is the native ODK Build format. You can import
and export .odkbuild
files in ODK build via File > Load
form from file and File > Save form to file, respectively. Exchange
this file with other colleagues working on the form design. Currently,
this format is the point of truth for form design. With the impending
sunsetting of ODK Build, a move to XLSForm will be necessary..xml
is the XForm exported from ODK
Build, which you can import into the DBCA ODK Central
server..xslx
is the XLSForm exported from ODK Build,
which can be modified further by hand, or even written from scratch by
hand, and become the point of truth for form design.This package provides three forms:
OzCBI
as
system.file("odk/OzCBI.odkbuild", package = "rOzCBI")
for
forest burn grading.HeathOzCBI
as
system.file("odk/HeathOzCBI.odkbuild", package = "rOzCBI")
for heath burn grading.FMSVerifySeverity
as
system.file("odk/FMSVerifySeverity", package = "rOzCBI")
for forest burn grading verification and re-recording.Each form is provided as .odkbuild
ODK Build save file,
.xml
XForm, and as .xlsx
XLSForm.
Previous form versions are included in the
inst/odk/archive
folder.