shp2json-js

0.4.1 • Public • Published

Shapefile to GeoJSON converter

Dependency Status devDependency Status

Usage

var shp = require('shp2json-js');
shp(buffer).then(function(geojson) {
  // do stuff with your geojson object
});

Only buffers (Buffer/ArrayBuffer) are allowed, and you may give .shp/.dbf files or .zip files.

To do

  • check for geometry validity.
  • Tests

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i shp2json-js

Weekly Downloads

2

Version

0.4.1

License

MIT

Last publish

Collaborators

  • patosai