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

Geopackage form update workflow #153

Closed NewGraphEnvironment closed 5 months ago

NewGraphEnvironment commented 8 months ago

thinking out loud here. Might make most sense to just use csvs for the versions to the repos so we can see the diffs online...

Consider iterative file repair where when possible all changes are done in the geopackage so always spatially reviewable and all in one place

  1. import to R,
  2. burn current gpkg version to repo (if not done yet - use same name every time - commit with mesage including mergin version# - csv with coordinates or geojson?),
  3. make changes to comments (ex. add moti culvert ID) with scripts using joins (vs copy and paste), commit changed version to repo with message of mergin v#
  4. reburn gpkg in place to Q project (same name - sync to mergin)
NewGraphEnvironment commented 8 months ago

moved old text from here to https://github.com/NewGraphEnvironment/dff-2022/issues/160

NewGraphEnvironment commented 5 months ago

closing now that we have fpr_sp_gpkg_backup.R https://github.com/NewGraphEnvironment/fpr/blob/main/R/fpr_sp_gpkg_backup.R