Skip to content

Lewuathe/embulk-formatter-geojson

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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