geojson2

0.1.8 • Public • Published

geojson2

a geojson exporting utility belt

Installation

Note: ogr2ogr is required kml and shp. Run 'brew install gdal' on OSX, or 'sudo apt-get install gdal' on linux.

npm install geojson2

Use

geojson2.csv(__dirname+'/in.geojson', __dirname+'/out.csv', function(err){
 
})
geojson2.shp(__dirname+'/in.geojson', __dirname+'/out.shp', false, function(err){
 
})
geojson2.kml(__dirname+'/in.geojson', __dirname+'/out.kml', function(err){
 
})
geojson2.topojson(__dirname+'/in.geojson', __dirname+'/out.topojson', function(err){
 
})

Test

cd test
mocha .

Modules

This module is a utility belt wrapper around the following modules:

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.8
    37
    • latest

Version History

Package Sidebar

Install

npm i geojson2

Weekly Downloads

26

Version

0.1.8

License

MIT

Last publish

Collaborators

  • morganherlocker