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

https://github.com/stringbean/poi4s

Scala library for parsing and converting GPS files
https://github.com/stringbean/poi4s

converting-gps-files gpx kml scala-library

Last synced: 7 months ago
JSON representation

Scala library for parsing and converting GPS files

Awesome Lists containing this project

README

          

# poi4s - Scala library for parsing and converting GPS files

[![Build Status](https://img.shields.io/travis/stringbean/poi4s/master.svg)](https://travis-ci.org/stringbean/poi4s)
[![Test Coverage](https://img.shields.io/codecov/c/github/stringbean/poi4s/master.svg)](https://codecov.io/gh/stringbean/poi4s)
[![Maven Central - Scala 2.11](https://img.shields.io/maven-central/v/software.purpledragon/poi4s_2.11.svg?label=scala%202.11)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22poi4s_2.11%22)
[![Maven Central - Scala 2.12](https://img.shields.io/maven-central/v/software.purpledragon/poi4s_2.12.svg?label=scala%202.12)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22poi4s_2.12%22)

This is currently very much a work in progress.

More information can found in the [documentation](https://stringbean.github.io/poi4s/docs).

## SBT Configuration

```scala
val poi4sVersion = "0.0.1"

libraryDependencies ++= Seq(
"software.purpledragon" %% "poi4s" % poi4sVersion,
"software.purpledragon" %% "poi4s-gpx" % poi4sVersion,
"software.purpledragon" %% "poi4s-kml" % poi4sVersion
)
```