source: osm/applications/editors/josm/plugins/FIT/README.md@ 36176

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 
1README
2======
3
4The FIT plugin is written for Garmin FIT files.
5
6The `org.openstreetmap.josm.plugins.fit.lib` package does not have any
7dependency on JOSM; you should be able to import that into your code with
8no issues.
9
10## License
11This plugin is licensed under the GPLv2 or later.
12
13## Usage
14The main entry point for the library is `FitReader.read(InputStream inputStream)`.
15You _should not_ use any of the `public` constructors; they may change at any time.
16You also _should not_ use any of the `static <return> parse` methods.
17
18## Authors
19Taylor Smock <taylor.smock@kaart.com>
Note: See TracBrowser for help on using the repository browser.