Skip to content

Lewuathe/embulk-formatter-geojson

Repository files navigation

Geojson formatter plugin for Embulk

Gem Gem

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

About

Embulk formatter plugin for geojson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages