NewGraphEnvironment / dff-2022

Building digital field forms and processing data collected using R, postgresql, QGIS and other tools
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

dff-2022

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

Digital Field Forms

Standardized provincial submission templates used to generate digital field form skeletons imported and modified with scripts/build_* scripts include:

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 Projects to Sync and Serve on IOS and Android phones/tablets

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.

Code of Conduct

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.