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

names of `extra` photo columns to be consitent between `form_fiss_site` and `form_pscis` #150

Open NewGraphEnvironment opened 8 months ago

NewGraphEnvironment commented 8 months ago

form_fiss_site to be changed to photo_extra1 vs photo_extra_1 . Will allow fpr_photo_rename to work for both

https://github.com/NewGraphEnvironment/fpr/issues/39

For now we will need to rename those columns manually in the fiss_site_tidy.R scripts

dplyr::rename(photo_extra1 = photo_extra_1,
                photo_extra2 = photo_extra_2,
                photo_extra1_tag = photo_extra_1_tag,
                photo_extra2_tag = photo_extra_2_tag)
NewGraphEnvironment commented 8 months ago

may as well deal with typical_1 vs typical1 at the same time in the .qgs and .qml

NewGraphEnvironment commented 8 months ago

structure of the photo names between the fiss and pscis form are different (ex. photo_extra_1 vs photo_extra1) creating unnecessary complexity for photo renaming. Will archive gpkgs and reburn to QGIS as main forms with new names. that will help allow https://github.com/NewGraphEnvironment/fpr/issues/43 be much more straight forward