parsedbf

1.1.1 • Public • Published

parseDBF

DBF parsing components of shapefile-js

Build Status Dependency Status devDependency Status

Install

npm install --save parsedbf

Usage

parseDBF(buffer, [codepage])

var parseDBF = require('parsedbf');
 
var dbfFile = fs.readFileSync('path/to/my/file');
var parsedDBF = parseDBF(dbfFile);

Readme

Keywords

Package Sidebar

Install

npm i parsedbf

Weekly Downloads

17,508

Version

1.1.1

License

MIT

Unpacked Size

37.9 kB

Total Files

19

Last publish

Collaborators

  • cwmma