Spatial References
These functions come from OGR C API's OSR* namespace.
Sourceexception Spatial_reference_error Sourceval make : [ `proj4 | `wkt | `name ] -> string -> t make kind def will create a new t from def.
to_proj4 t returns the PROJ.4 string definition matching t.
Sourceval to_wkt : ?pretty:bool -> ?simplify:bool -> t -> string to_wkt ?pretty ?simplify t returns the WKT string definition matching t.