Geojson formatter plugin for Embulk
Geojson formatter based on given .geojson template file.
This plugin inject properties passed from input to template .geojson file.
Overview
- Plugin type: formatter
 
Configuration
- template_file: template geojson file path (integer, required)
 - 
encoding: output file encoding (string, default: 
"UTF-8") - 
identifier: which identifies corresponding feature in geojson file (string, default: 
id) 
Example
out:
  type: file
  formatter:
    type: geojson
    template_file: /path/to/template.geojson
    identifier: "identifier"Build
$ rake