Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
A small library to read shapefiles. The implementation follows the technical description provided by ESRI (https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf).
You will need the Bitstring library (version >= 3) to build, which you can install via opam:
opam install bitstring
Then the usual:
make
make install
(a public opam package is planned when I have time).
This library is licensed under the Apache License, Version 2.0.