crystal_gpx
crystal_gpx
At this moment you can only import GPX tracks as Array
of points CrystalGpx::Point
.
Installation
Add this to your application's shard.yml
:
dependencies:
crystal_gpx:
github: akwiatkowski/crystal_gpx
Usage
require "crystal_gpx"
path = File.join(["spec", "fixtures", "sample.gpx"])
g = CrystalGpx.load(path)
puts g.points.inspect
Geotagging
Compile and install:
crystal build bin/cr_geotag.cr --release -o bin/cr_geotag
sudo mv bin/cr_geotag /usr/bin
And run in directory where you store JPEG and GPX files to geotag them.
cr_geotag
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/akwiatkowski/crystal_gpx/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- akwiatkowski Aleksander Kwiatkowski - creator, maintainer
Repository
crystal_gpx
Owner
Statistic
- 3
- 1
- 0
- 1
- 0
- over 2 years ago
- July 9, 2016
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 06:25:12 GMT
Languages