parsedbf

2.0.0 • Public • Published

parseDBF

DBF parsing components of shapefile-js

Build Status Dependency Status devDependency Status

Install

npm install --save parsedbf

Usage

parseDBF(dataView, [codepage])

import parseDBF from 'parsedbf';

var buff = fs.readFileSync('path/to/my/file');
var dbfFile = new DataView(buff.buffer, buff.byteOffset, buff.byteLength);
var parsedDBF = parseDBF(dbfFile);

Readme

Keywords

Package Sidebar

Install

npm i parsedbf

Weekly Downloads

51,661

Version

2.0.0

License

MIT

Unpacked Size

36.7 kB

Total Files

18

Last publish

Collaborators

  • cwmma