No commit activity in last 3 years
No release in over 3 years
Use together GeoRuby, Rgeo, Geokit, Proj4j (and others)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0.0.3
>= 0.1.1
= 1.6.7
>= 1.9.8
>= 0.3.20
 Project Readme

Georuby-ext Build Status Dependency Status Code Climate

Georuby-ext allows to use ruby geometry libraries together. It includes :

  • Rgeo
  • GeoRuby
  • Geokit
  • Proj4j

Requirements

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

External Deps

On Debian/Ubuntu/Kubuntu OS :

sudo apt-get install libproj-dev libgeos-dev libffi-dev

Installation

Without bundler : gem install georuby-ext

With bundler add to your Gemfile : gem 'georuby-ext', '>=0.0.2'

Test

bundle exec rake spec

More Information

More information can be found on the project website on GitHub. There is extensive usage documentation available on the wiki.

Example Usage

TODO ...

License

This project is licensed under the MIT license, a copy of which can be found in the LICENSE file.

Release Notes

The release notes can be found in CHANGELOG file

Support

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.