Georuby-ext allows to use ruby geometry libraries together. It includes :
- Rgeo
- GeoRuby
- Geokit
- Proj4j
This code has been run and tested on Travis with :
- Ruby 1.9.3
- Ruby 2.0
- JRuby 1.7.2 (jruby-18mode, jruby-19mode) with oraclejdk7, openjdk7, openjdk6
On Debian/Ubuntu/Kubuntu OS :
sudo apt-get install libproj-dev libgeos-dev libffi-dev
Without bundler : gem install georuby-ext
With bundler add to your Gemfile : gem 'georuby-ext', '>=0.0.2'
bundle exec rake spec
More information can be found on the project website on GitHub. There is extensive usage documentation available on the wiki.
TODO ...
This project is licensed under the MIT license, a copy of which can be found in the LICENSE file.
The release notes can be found in CHANGELOG file
Users looking for support should file an issue on the GitHub issue tracking page, or file a pull request if you have a fix available.