package gdal

  1. Overview
  2. Docs
type options_t
type resample_t =
  1. | Nearest_neighbor
  2. | Bilinear
  3. | Cubic
  4. | Cubic_spline
  5. | Lanczos
exception Warp_error
val reproject_image : ?memory_limit:float -> ?max_error:float -> ?options:options_t -> ?src_wkt:string -> ?dst_wkt:string -> src:Data_set.t -> dst:Data_set.t -> resample_t -> unit