luadocs/content/lua.scripts.manual/scripts/contrib/geoJSON_export.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

36 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