heatmap-parse
GPS track processor for frequency-based route heatmaps from GPX, FIT, and polyline data.
Features
- GPX file parsing
- FIT file parsing
- Polyline decoding
- Route frequency analysis
- WebAssembly bindings
Usage
Rust
use ;
let files = vec!;
let result = process_gpx_files;
let coords = decode_polyline;
let polylines = vec!;
let tracks = process_polylines;
WebAssembly
import init from 'heatmap-parse';
await ;
const files = ;
const result = ;
const coords = ;
## Building
```bash
# Native Rust
cargo build --release
# WebAssembly
wasm-pack build --target web
License
MIT