readshp

Code for reading ESRI Shapefiles.

Latest on Hackage:0.1.0.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Sam van Herwaarden
Maintained by [email protected]

Provides code for binary parsing of ESRI shapefiles, where the .shp and the .dbf file are read. The code has not been tested on a large variety of shapefiles so your mileage may vary, but so far it has worked with no problems. At the moment only text and number fields in DBF files are read (the others are stored as ByteString).