3 releases

0.1.3 Nov 18, 2023
0.1.1 Jun 20, 2022
0.1.0 Jun 20, 2022

#813 in Encoding

Download history 3/week @ 2024-02-15 13/week @ 2024-02-22 8/week @ 2024-02-29 33/week @ 2024-03-28 19/week @ 2024-04-04

52 downloads per month

MIT license

18KB
380 lines

Workflow Status Coverage Status Maintenance

minigps

MiniGPS file format support library

This library contains support for file formats of noname MiniGPS from Aliexpress, like https://aliexpress.com/item/1005003479481773.html

Currently following files are supported:

  • POI.DAT
  • AID.DAT
  • TRAIL.DAT

The library allows conversion of POIs from and into gpx::Waypoint to work with GPX files.

Usage example could be found at https://github.com/rayslava/minigps-conv

License: MIT


lib.rs:

MiniGPS file format support library

This library contains support for file formats of noname MiniGPS from Aliexpress, like https://aliexpress.com/item/1005003479481773.html

Currently following files are supported:

  • POI.DAT
  • AID.DAT
  • TRAIL.DAT

The library allows conversion of POIs from and into gpx::Waypoint to work with GPX files.

Usage example could be found at https://github.com/rayslava/minigps-conv

Dependencies

~5–6.5MB
~134K SLoC