Project

shapelib

0.0
No release in over 3 years
Low commit activity in last 3 years
Simple wrapper around the shapelib library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Shapelib bindings for Ruby

This is a wrapper module of Shapefile C Library for Ruby. Originally authored by prasinos@users.sourceforge.net.

How to install

  • Install the shapelib C library with your Unix package management system.
  • It is expected to run on all ruby-running environments. But it is tested only on RedHat Enterprise Linux 4.0 and Vine Linux 3.0.

OSX

Install MacPorts. Use it to install the shapelib C library:

sudo port install shapelib

Now install the Rubygem:

gem install shapelib

Troubleshooting

  • I have shapelib installed but the build fails

    Try --with-shapelib-include= and --with-shapelib-lib= options: gem install shapelib -- --with-shapelib-include=...

If above advice doesn't help, please visit http://github.com/mperham/shapelib and post an issue.

How to use

Please see doc/Interface.html.

License issues

Ruby-ShapeLib is provided under LGPL or ShapeLib's MIT-style default license.