Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 756 Bytes

Scala Data Serialization by Example

Demonstrate conversion to and from several common data serialization formats from Scala. Examples include:

Converting GPX file to CSV

Load with gpsprune and then save as text.

Converting GPS CSV to telemetry.csv

API_KEY=e5**********61 sbt ';data/run'                                       

where API_KEY is a LocationIQ API key.