package shapefile

  1. Overview
  2. Docs
A small library to read ESRI shapefiles

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
md5=73b1c3a0d124e12d114a67164113953e

Description

Published: 25 Sep 2020

README

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

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

License

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

Dependencies (5)

  1. menhir build & < "20211215"
  2. ppx_bitstring >= "4.0.0"
  3. bitstring >= "4.0.0"
  4. dune >= "1.0"
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None