shapefile

Parser and related tools for ESRI shapefile format

http://code.haskell.org/~mokus/shapefile

Latest on Hackage:0.0.0.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.

LicenseRef-PublicDomain licensed and maintained by James Cook

A very simple interface for processing data in ESRI shapefile format. Includes functions for reading or writing whole .shp and .shx files, as well as for generating .shx index files from .shp data files. Also includes an interface to read individual records on-demand from shapefiles, useful for very large databases.