Tutorial: Creating maps from geo tagged photos
If your camera is able to add gps coordinates to the photos you can use darktable to create a KML or geoJSON files with thumbnails of the photos.
- Install the latest version of darktable:
https://www.darktable.org/install/ - Get the latest version of the KML or geoJSON script:
https://github.com/darktable-org/lua-scripts/tree/master/contrib - Copy the scripst into the folder:
~/.config/darktable/lua - Add this lines to the file:
~/.config/darktable/luarc
require "kml_export"
require "geoJSON_export" - Import the photos into darktable:
https://www.darktable.org/usermanual/ch01s03.html.php#d0e788 - Edit the settings:
- Select all photos you like to have in the KML or JSON file.
- Export the photos:
And this are the results of the exportsThe KMZ opened in Google EarthThe KMZ opened in KDE MarbleThe HTML file, that renders the geoJSON with the help of MapBox.(To get the map rendered you need a MapBox account and insert the key in the darktable Lua options.)
Kommentare
Kommentar veröffentlichen