open-forest-observatory / ofo-r

R package for Open Forest Observatory data processing
Other
1 stars 0 forks source link

Consider a utility to scrape EXIF data from a folder of images and export their locations as a geofile #29

Open russelldj opened 1 month ago

russelldj commented 1 month ago

I've had a couple of situations where I would like to be able to accomplish this task for debugging. Would this repository be a good place for it?

youngdjn commented 1 month ago

Yes! In fact, it is mostly already implemented, via read_exif_drop_thumbnails - https://github.com/open-forest-observatory/ofo-r/blob/2a7541069d1ce68dcf00353fa9ed005743353d26/R/metadata-extraction_imagery_general.R#L59 then save it to a .csv then run prep_exif - https://github.com/open-forest-observatory/ofo-r/blob/2a7541069d1ce68dcf00353fa9ed005743353d26/R/metadata-extraction_imagery_general.R#L6 then extract_mission_polygon - https://github.com/open-forest-observatory/ofo-r/blob/2a7541069d1ce68dcf00353fa9ed005743353d26/R/metadata-extraction_imagery_dataset.R#L31

But this has to be streamlined and better documented, so I'll leave this issues open. Thanks.