37 lines
459 B
Markdown
37 lines
459 B
Markdown
![]() |
---
|
||
|
title: geoJSON_export
|
||
|
id: geoJSON_export
|
||
|
weight: 120
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
## Name
|
||
|
|
||
|
geoJSON_export.lua - export a geoJSON file from selected images
|
||
|
|
||
|
## Description
|
||
|
|
||
|
darktable geoJSON export script
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* require this script from your main Lua file
|
||
|
|
||
|
## Additional Software Required
|
||
|
|
||
|
* mkdir
|
||
|
* convert (ImageMagick)
|
||
|
* xdg-open
|
||
|
* xdg-user-dir
|
||
|
|
||
|
## Limitations
|
||
|
|
||
|
This script is only tested with Linux
|
||
|
|
||
|
## Author
|
||
|
|
||
|
Tobias Jakobs
|
||
|
|
||
|
## Change Log
|