package shapefile
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A small library to read ESRI shapefiles
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.2.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=5d6cba1cb490d023b51d53918443d3aabbc94f023d0d6f5d8991c480ffe79718
    
    
  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 bitstringThen 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)
- 
  
    menhir
  
  
    build & < "20211215"
- 
  
    ppx_bitstring
  
  
    >= "4.0.0"
- 
  
    bitstring
  
  
    >= "4.0.0"
- 
  
    dune
  
  
    >= "1.0"
- ocaml
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page