
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
36 lines
459 B
Markdown
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
|