UNPKG

@gooin/fit2spatial

Version:

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

74 lines 1.91 kB
{ "version": "0.2.2", "commands": { "geojson": { "id": "geojson", "description": "convert Garmin FIT files to GeoJSON", "strict": true, "pluginName": "@gooin/fit2spatial", "pluginAlias": "@gooin/fit2spatial", "pluginType": "core", "aliases": [], "examples": [ "<%= config.bin %> <%= command.id %>" ], "flags": { "input": { "name": "input", "type": "option", "char": "i", "summary": "input .fit file or directory", "description": "input file or directory", "required": true, "multiple": false }, "output": { "name": "output", "type": "option", "char": "o", "description": "output file or directory", "multiple": false }, "noAttribute": { "name": "noAttribute", "type": "option", "char": "n", "description": "no attribute, geometry only", "multiple": false } }, "args": {} }, "shp": { "id": "shp", "description": "describe the command here", "strict": true, "pluginName": "@gooin/fit2spatial", "pluginAlias": "@gooin/fit2spatial", "pluginType": "core", "aliases": [], "examples": [ "<%= config.bin %> <%= command.id %>" ], "flags": { "input": { "name": "input", "type": "option", "char": "i", "summary": "input .fit file or directory", "description": "input file or directory", "required": true, "multiple": false }, "output": { "name": "output", "type": "option", "char": "o", "description": "output file or directory", "multiple": false } }, "args": {} } } }