package gdal

  1. Overview
  2. Docs
type data_t = (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array1.t
type result_t = (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t option
type t
val make_gen_img : ?gcp:(bool * int) -> src:[ `data_set of Data_set.t | `wkt of string ] -> dst:[ `data_set of Data_set.t | `wkt of string ] -> t
val make_reprojection : src:string -> dst:string -> t
val transform : t -> bool -> data_t -> data_t -> data_t -> result_t
OCaml

Innovation. Community. Security.