geojson2csv

0.1.1 • Public • Published

geojson2csv

a node.js module for converting a geojson file to a csv file

npm install geojson2csv

This module takes a geojson feature collection of points and converts it to a csv file.

var geojson2csv = require('geojson2csv')
 
geojson2csv('/path/to/points.geojson', '/path/to/points.csv', function(err){
  if(err) throw err
})

Test

cd test
mocha .

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i geojson2csv

    Weekly Downloads

    34

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • morganherlocker