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
- Host: GitHub
- URL: https://github.com/stringbean/poi4s
- Owner: stringbean
- License: apache-2.0
- Created: 2016-10-29T20:00:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T17:26:19.000Z (about 8 years ago)
- Last Synced: 2025-07-28T05:33:51.847Z (8 months ago)
- Topics: converting-gps-files, gpx, kml, scala-library
- Language: Scala
- Homepage: https://stringbean.github.io/poi4s/
- Size: 2.22 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poi4s - Scala library for parsing and converting GPS files
[](https://travis-ci.org/stringbean/poi4s)
[](https://codecov.io/gh/stringbean/poi4s)
[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22poi4s_2.11%22)
[](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
)
```