Project

shp

0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
ESRI Shapefile bindings for ruby using shapelib
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

shp-ruby Build Status

Native bindings for Shapelib. This gem includes an embedded copy of Shapelib so it doesn't require any system libraries to be installed and can be installed with just gem/bundler.

This gem is intentionally low level and aims to be a 1:1 mapping of the native C API. It does not add any Ruby sugar on top of Shapelib. A more Ruby-like API can be implemented in ruby on top of this core API.

Docs for the native API:

Installation

Add this to your Gemfile

gem 'shp'
  • OR install manually -
gem install shp

License

BSD