Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/fit
josm josm-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/fit
- Owner: tsmock
- License: gpl-2.0
- Created: 2024-03-26T19:30:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-06T20:20:30.000Z (8 months ago)
- Last Synced: 2024-05-07T17:14:23.506Z (8 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 9.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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