Skip to content

Repository files navigation

kmm reader

Minimalistic library for reading files in the kmm/kmm2 file format.

Usage

frompathlibimportPathimportkmmkmm_path=Path("...")
header_path=Path("...")
header=kmm.Header.from_path(header_path)
positions= (
kmm.Positions.from_path(kmm_path)
.sync_frame_index(header)
.geodetic()
)
# or, equivalentlypositions=kmm.Positions.read_sync_adjust(kmm_path, header_path)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages