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 .

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    43
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    43
  • 0.1.0
    1

Package Sidebar

Install

npm i geojson2csv

Weekly Downloads

34

Version

0.1.1

License

MIT

Last publish

Collaborators

  • morganherlocker