No commit activity in last 3 years
No release in over 3 years
Formats Geojson files for other file output plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10.6
>= 0.8.6
>= 10.0
 Project Readme

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