0.2.4 • Published 10 years ago

geojson2shape v0.2.4

Weekly downloads
13
License
-
Repository
github
Last release
10 years ago

geojson2kml

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

npm install geojson2shape

This module is a simple wrapper around ogr2ogr that takes a geojson file and outputs a shape file. ogr2ogr must be installed to use this module.

var geojson2shape = require('geojson2shape')

geojson2shape('./polygons.geojson', './polygons.shp', zip, function(err){
  if(err) throw err
})
0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago