NewGraphEnvironment / fish_passage_fraser_2023_reporting

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

Photo QA #18

Open NewGraphEnvironment opened 7 months ago

NewGraphEnvironment commented 7 months ago

Just a few missing. No duplicates

dir_project <- 'sern_lchl_necr_fran_2023'
form_pscis_photos_raw <- sf::st_read(
  dsn = paste0('../../gis/', dir_project, '/data_field/2023/form_pscis_2023.gpkg')) %>%
  arrange(site_id)
dir_photos_mergin_raw <- paste0("~/Projects/gis/", dir_project, "/ignore_mobile/photos/")

qa <- fpr_photo_qa_df(
  dat = form_pscis_photos_raw,
  dir_photos = dir_photos_mergin_raw
)

> qa %>% pull(site)
[1]  9900446  5400019  5400028  5400181 15600057 15600467

image

lucy-schick commented 7 months ago
lucy-schick commented 7 months ago

No missing photos anymore.

NewGraphEnvironment commented 3 months ago

here are the missing photos for the simpc dataset

image

NewGraphEnvironment commented 3 months ago

looks like a rushed a bit and may have deleted 6 photos from the qgis project

image

some of these photos may have been the photos from above but I wouldn't think so. These are likely due to some other nuance (ex. extra photos that had no tags so they didn't get added to the directories maybe?)

At any rate, all the photos should also be here .

~/Library/CloudStorage/OneDrive-Personal/Projects/2023_data/fraser/photos

For now - makes sense to look on onedrive for the missing photos above and I will make separate issue to find those 6 photos and restore to the qgis project by downloading the old version of that project (if possible), and rerun the 01_photos.R script to before I nuke the unsorted directory

NewGraphEnvironment commented 1 month ago

looks like 9900446 are in mw directory on onedrive but didn't make it into mergin so didn't show up in Q sort directories. have added and renamed manually. Was able to track them down by date created in photo details as we know the time the site data was entered into mergin (apparently a few minutes after the photos were taken)

NewGraphEnvironment commented 1 week ago

something very odd here. 0ne of these is in the QGIS mergin project but didn't copy to onedrive. can't think of why but a bit concerning...

22200067

Plus - there are 10 photos in the Q project but only 6 made it to onedrive. bizarre

image image

linking to https://github.com/NewGraphEnvironment/fpr/issues/43

lucy-schick commented 1 week ago

mmm... not sure what happened there