Sha256: d99f4aa3c924706264f902b93fd1d6d1c9edda294a0978259db0a7e766edc122
Contents?: true
Size: 1.61 KB
Versions: 2
Compression:
Stored size: 1.61 KB
Contents
# Georuby-ext [](http://travis-ci.org/dryade/georuby-ext?branch=master) [](https://gemnasium.com/dryade/georuby-ext) [](https://codeclimate.com/github/dryade/georuby-ext) 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](http://travis-ci.org/afimb/chouette2?branch=master) with : * Ruby 1.8.7 * Ruby 1.9.3 * Ruby 2.0 * JRuby 1.7.2 with oraclejdk7, openjdk7, openjdk6 External Deps ------------- On Debian/Ubuntu/Kubuntu OS : ```sh 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 ---- ```sh 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](../../wiki). Example Usage ------------- TODO ... License ------- This project is licensed under the MIT license, a copy of which can be found in the [LICENSE](./LICENSE.md) file. Release Notes ------------- The release notes can be found in [CHANGELOG](./CHANGELOG.md) file Support ------- Users looking for support should file an issue on the GitHub [issue tracking page](../../issues), or file a [pull request](../../pulls) if you have a fix available.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
georuby-ext-0.0.4 | README.md |
georuby-ext-0.0.3 | README.md |