Skip to content

node-geojson/geojson2dsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Greenkeeper badge

geojson2dsv

The reverse of csv2geojson: shuttle GeoJSON points into CSV encoding.

API

geojson2dsv

Given a valid GeoJSON object, return a CSV composed of all decodable points.

Parameters

  • geojson Object any GeoJSON object
  • delim string CSV or DSV delimiter: by default, ","
  • mixedGeometry boolean? serialize just the properties of non-Point features. (optional, default false)

Examples

var csvString = geojson2dsv(geojsonObject)

see also

  • geojson2csv also does this, but has file-assumptions and does dsv encoding in-house instead of farming it out to mbostock/dsv

About

shuttle GeoJSON points into DSV encoding.

Resources

Stars

Watchers

Forks

Packages

No packages published