package gdal

  1. Overview
  2. Docs
GDAL and OGR bindings

Install

Dune Dependency

Authors

Maintainers

Sources

gdal-0.10.0.tbz
sha256=001afec1186dc0eb8d90359a3e7f943ab61585550e0710a2af54efa181abb5b6
md5=0028cfb7778c25fcd4b429411c21ee24

Description

This library provides access to the GDAL library (http://www.gdal.org/). It provides both direct, low-level access to GDAL and OGR library functions as well as a higher level, more OCaml-like interface.

The API is viewable here.

Published: 09 Jul 2018

README

OCaml GDAL and OGR bindings

This library provides access to the GDAL library (http://www.gdal.org/). It provides both direct, low-level access to GDAL and OGR library functions as well as a higher level, more OCaml-like interface.

The API is viewable here.

Using the bindings

Linking to the underlying GDAL library is performed at runtime. To initialize:

Gdal.Lib.init_dynamic ();

The init_dynamic function takes an optional ~lib argument which may be used to specify the specific shared object to link against. It defaults to libgdal.so.

Dependencies (4)

  1. ctypes-foreign >= "0.4.0"
  2. ctypes >= "0.4.0"
  3. jbuilder >= "1.0+beta20"
  4. ocaml >= "4.02.1"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.