Workflows to create digital field forms and QGIS projects that integrate with Mergin Maps for field data collection related to fish passage assessment, habitat assessment and stream crossing climate change/maintenance issue risk assessment
Standardized provincial submission templates used to generate digital field form skeletons imported and modified with scripts/build_*
scripts include:
-
Fish Passage - pscis_assessment_template_v24.xls
-
Fish Passage - Fish Data Submission Spreadsheet Template - V 2.0, January 20, 2020 (FDS_Template2021-01-28.xls)
At this point the forms are intended to be tidied using R scripts (currently housed in project specific repositories) and exported to csv for copy and paste into standardized submission templates that can be submitted to the province. However, there is currently more information gathered that can be used for custom reporting including road/stream crossing climate change risk and maintenance issue risk assessment.
QGIS project layers (with the exception of field forms) clipped to watershed group areas in British Columbia are bulk downloaded from the BC Data Catalogue, Hillcrest Geographics server, fwapg, and Provincial Government FTP site using bcdata
, ogr2ogr
and wget
by running scripts/background_layers.sh
and specifying watershed groups of interest as a comma separated, single quoted string eg.
$ ./background_layers.sh "'VICT','COWN'"
qml
files which provide QGIS
styling for forms are kept in the data
directory along with QGIS
project qlr
file that can be used to provide styling for all project layers.
Please note that the this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.