Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsmock/fit


https://github.com/tsmock/fit

josm josm-plugin

Last synced: about 2 months ago
JSON representation

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