package mlgpx

  1. Overview
  2. Docs
Library and CLI for parsing and generating GPS Exchange (GPX) formats

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mlgpx-1.0.0.tbz
md5=5342bb7e601273245a9fe263e5a08770
sha512=cd73b16e988b3ed3cc427a6c6c6d6c9c745adb1eb7efaae3c34e8d006e9c03d9f9d2616cd4118564bd9873903969d3e4053b585e79dbd3e3e7d0f541e2faac83

doc/mlgpx.unix/Gpx_unix/index.html

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