What lens should I buy next ?; Analysing and graphing a Digikam database using R
[This article was first published on Computing / Geek, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I use the Open Source photo management Software Digikam (along with other tools such as Gimp and DarkTable). I obviously need very little encouragement to combine my geeky hobbies, so I quickly tried to interrogate Digikam with R, which is easy, because Digikam keeps all it’s image info in a SQLite database, which R has support for.
So this post shows how I did it, along with some of the output, such as the focal length of my images over time, looks like I need a telephoto lens ! (this script and my digikam db are in github here)
To leave a comment for the author, please follow the link and comment on their blog: Computing / Geek.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.