Automated Photo Categorization
Having a lot of photos not categorized could require some (a lot) of effort to get to a point where you end up with a situation fully based on a standard like <year>/<month>/<location>/<file>.
I decided to realize a very small, easy and maybe not so "clean" bash program that takes in input:
- the action to perform (copy files or create symlinks)
- the folder in which look for photos
- the folder in which create the organized structure
- how many levels in the source folder traverse
With all the information collected the program will go through each file found, analyze it and use an external reverse geocoding platform (thank you a lot OpenStreetMap) to fill the gap between raw gps coordinates and address.
Continue reading...