mlgpx.unix
Gpx_unix
Unix API for GPX operations
mlgpx.core
mlgpx.eio
val read : ?validate:bool -> string -> (Gpx.t, Gpx.error) result
Read and parse GPX file
val write : ?validate:bool -> string -> Gpx.t -> (unit, Gpx.error) result
Write GPX to file
val write_with_backup : ?validate:bool -> string -> Gpx.t -> (string, Gpx.error) result
Write GPX to file with backup
val print_stats : Gpx.t -> unit
Pretty print GPX statistics