Coarse Geotagging with Bash and Google Maps

Yet another simple tool I cobbled together on a rainy weekend:

https://scribblesandsnaps.com/2017/06/23/coarse-geotagging-with-bash-and-google-maps/

Hope you find it useful.

Best,
Dmitri

2 Likes

Very cool! I am thinking of writing one that scrapes the coordinates from the file and looks up the city name.

1 Like

@paperdigits I have a very basic Lua script here that does this kind of reverse geocoding using the mapbox API. You just need the mapbox key.

https://redmine.darktable.org/issues/10798

1 Like

Thanks @Tobias I will check it out.