Skip to content

OCaml library for handling ESRI shapefiles (.shp, .shx, .prj).

License

Notifications You must be signed in to change notification settings

cyril-allignol/ocaml-shapefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCaml shapefile library

A small library to read shapefiles. The implementation follows the technical description provided by ESRI (https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf).

Install

opam install shapefile

Build

If you want to build the library from source, you will need dune, menhir and ppx_bitstring:

opam install dune menhir ppx_bitstring

Then the usual:

make
make install

License

This library is licensed under the Apache License, Version 2.0.