
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@gooin/fit2spatial
Advanced tools
This CLI program can convert Garmin FIT files to various spatial data formats, such as GeoJSON, SHP, KML, GPX, etc. It is easy to use and can be integrated into automation scripts.
$ npm install -g @gooin/fit2spatial
$ fit2spatial COMMAND
running command...
$ fit2spatial (--version)
@gooin/fit2spatial/0.2.2 win32-x64 node-v18.16.0
$ fit2spatial --help [COMMAND]
USAGE
$ fit2spatial COMMAND
...
$ npm install -g @gooin/fit2spatial
<!-- transform a single .fit file to GeoJSON file -->
$ fit2spatial geojson -i C:/Users/gooin/Downloads/fit/example.fit -o C:/Users/gooin/Downloads/fit/example.json
<!-- transform a directory contains .fit files to GeoJSON files -->
$ fit2spatial geojson -i C:/Users/gooin/Downloads/fit/ -o C:/Users/gooin/Downloads/geojson/
<!-- transform a single .fit file to SHP file -->
$ fit2spatial shp -i C:/Users/gooin/Downloads/fit/example.fit -o C:/Users/gooin/Downloads/fit/example.shp
<!-- transform a directory contains .fit files to SHP files -->
$ fit2spatial shp -i C:/Users/gooin/Downloads/fit/ -o C:/Users/gooin/Downloads/shp/
Note: In Shapefile, Field names cannot be longer than 10 characters. So, some field names will be truncated. See more: Geoprocessing considerations for shapefile output—ArcMap
FAQs
Convert Garmin FIT files to GeoJSON, SHP, KML, GPX
We found that @gooin/fit2spatial demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.