Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gdal.TransformSourceInput coordinates are provided as bigarrays.
Success/failure of coordinate transformations.
Transformation
val make_gen_img :
?gcp:(bool * int) ->
[ `data_set of Data_set.t * Data_set.t
| `wkt of (string * Geo_transform.t) * (string * Geo_transform.t)
| `data_set_wkt of Data_set.t * string
| `wkt_data_set of string * Data_set.t ] ->
image tmake_gen_img ?gcp kind creates a transformation defined by kind.
Options for kind:
`data_set (src, dst)`wkt ((src_wkt, src_geo_transform), (dst_wkt, dst_geo_transform)) uses GDALCreateGenImgTransformer3 internally, gcp is ignored`data_set_wkt (src, (dst_wkt, dst_geo_transform))`wkt_data_set (src_wkt, dst)set_dst_geo_transform t gt sets the destination geo transform matrix in t.
make_reprojection ~src ~dst creates a transformation definition between the WKT definition in src and the WKT definition in dst.