https://github.com/tsmock/fit
josm josm-plugin
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/fit
- Owner: tsmock
- Created: 2024-03-26T19:30:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T11:17:47.000Z (over 1 year ago)
- Last Synced: 2025-01-28T12:26:25.328Z (over 1 year ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
======
The FIT plugin is written for Garmin FIT files.
The `org.openstreetmap.josm.plugins.fit.lib` package does not have any
dependency on JOSM; you should be able to import that into your code with
no issues.
## License
This plugin is licensed under the GPLv2 or later.
## Usage
The main entry point for the library is `FitReader.read(InputStream inputStream)`.
You _should not_ use any of the `public` constructors; they may change at any time.
You also _should not_ use any of the `static parse` methods.
Non-developers can use this in JOSM by installing the plugin.
Once installed, the standard methods of opening a file should allow the user to open FIT files.
## Authors
Taylor Smock