Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
/ shp-ruby Public archive

Ruby extension for reading and writing Esri Shapefiles and xBase DBF files

License

Notifications You must be signed in to change notification settings

fulcrumapp/shp-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ruby extension for reading and writing Esri Shapefiles and xBase DBF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published