NewGraphEnvironment / fish_passage_skeena_2023_reporting

https://newgraphenvironment.github.io/fish_passage_skeena_2023_reporting
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

reburn gpkg to `QGIS/data/2023` with updated column names to enable streamlined `dff` photo management #14

Closed NewGraphEnvironment closed 10 months ago

NewGraphEnvironment commented 10 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

https://github.com/NewGraphEnvironment/dff-2022/issues/150

NewGraphEnvironment commented 10 months ago

completing in fiss_site_tidy.R since it is a cleanup operation

of note - poisspatial::ps_sfc_to_coords changes from sf object to a dbl_df while pulling coords which wasn't helpful for this use this case (prob less often useful than keeping sf intact. Updated GIST for reference

https://gist.github.com/NewGraphEnvironment/9e20702275c63bf6f15304944a85d535

means that need to run sf::st_drop_geometry() later in the script to join to template name columns to burn out copy paste csvs.

NewGraphEnvironment commented 10 months ago

complete as much tidying as possible in fiss_site_tidy.R as possible before sending back to Q