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
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
Very cool! I am thinking of writing one that scrapes the coordinates from the file and looks up the city name.
@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.
Thanks @Tobias I will check it out.