Last change
on this file since 36176 was 36151, checked in by taylor.smock, 15 months ago |
Fix #8647: Add Garmin FIT parsing (as a plugin)
Documentation/files used for implementation:
|
File size:
580 bytes
|
Line | |
---|
1 | README
|
---|
2 | ======
|
---|
3 |
|
---|
4 | The FIT plugin is written for Garmin FIT files.
|
---|
5 |
|
---|
6 | The `org.openstreetmap.josm.plugins.fit.lib` package does not have any
|
---|
7 | dependency on JOSM; you should be able to import that into your code with
|
---|
8 | no issues.
|
---|
9 |
|
---|
10 | ## License
|
---|
11 | This plugin is licensed under the GPLv2 or later.
|
---|
12 |
|
---|
13 | ## Usage
|
---|
14 | The main entry point for the library is `FitReader.read(InputStream inputStream)`.
|
---|
15 | You _should not_ use any of the `public` constructors; they may change at any time.
|
---|
16 | You also _should not_ use any of the `static <return> parse` methods.
|
---|
17 |
|
---|
18 | ## Authors
|
---|
19 | Taylor Smock <taylor.smock@kaart.com>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.