package mlgpx

  1. Overview
  2. Docs

Module Gpx_unixSource

Unix API for GPX operations

Sourceval read : ?validate:bool -> string -> (Gpx.t, Gpx.error) result

Read and parse GPX file

Sourceval write : ?validate:bool -> string -> Gpx.t -> (unit, Gpx.error) result

Write GPX to file

Sourceval write_with_backup : ?validate:bool -> string -> Gpx.t -> (string, Gpx.error) result

Write GPX to file with backup

Sourceval print_stats : Gpx.t -> unit

Pretty print GPX statistics

OCaml

Innovation. Community. Security.