3 releases
0.1.3 | Nov 18, 2023 |
---|---|
0.1.1 | Jun 20, 2022 |
0.1.0 | Jun 20, 2022 |
#1457 in Encoding
18KB
380 lines
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–11MB
~129K SLoC