read-dbf

1.1.0 • Public • Published

read-dbf

Simpler interface for dbf reading. Use mbostock/shapefile if you want streaming: this is a non-streaming wrapper on top of it.

readDbf(filename, options, callback)

options.lowercase = lowercase all headers

var readDbf = require('read-dbf');
 
readDbf('foo.dbf', function(err, res) {
    // res is an array of objects
})

Readme

Keywords

Package Sidebar

Install

npm i read-dbf

Weekly Downloads

360

Version

1.1.0

License

ISC

Last publish

Collaborators

  • tmcw