UNPKG

@gooin/fit2spatial

Version:

Convert Garmin FIT files to GeoJSON, SHP, KML, GPX

3 lines (2 loc) 166 B
export declare const fit2geojson: (input: string, output: string) => Promise<void>; export declare const fit2shp: (input: string, output: string) => Promise<void>;