Skip to content

emilbayes/shapefile-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shapefile-reader - WIP Build Status

Streaming Shapefile reader

This is a very early work in progress. Come back later.

Installation

npm install shapefile-reader

Usage

const fs = require('fs')
const shapefileReader = require('shapefile-reader')

shapefileReader({
  shapefile: fs.createReadStream('some-shapefile.shp')
})
.on('header', function (header) {
  // Most interesting is probably header.boundingBox and header.shapeType
})

License

About

Streaming Shapefile reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published