@sitna/parsedbf

The DBF parsing component of shapefile-js

Usage no npm install needed!

<script type="module">
  import sitnaParsedbf from 'https://cdn.skypack.dev/@sitna/parsedbf';
</script>

README

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