npm.io
2.0.0 • Published 2 years ago

parsedbf

Licence
MIT
Version
2.0.0
Deps
0
Size
36 kB
Vulns
0
Weekly
0
Stars
12

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);

Keywords