fastshp - Fast routines for working with large ESRI shapefiles (.shp)
RForge.net

fastshp

About fastshp
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/fastshp.git fastshp
see also fastshp GitHub repository.

To install the latest development snapshot of this package, use

install.packages("fastshp",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("fastshp",,"http://rforge.net/")

Most recent GIT commits


3e0eb833| Simon Urbanek | Tue Apr 17 10:03:11 2018 -0400
remove debugging prints
 M       src/shp-read.c

e787cfe5| Simon Urbanek | Tue Apr 17 10:02:22 2018 -0400
add (limited) support for Poly*Z (types 13,15) - we only parse X,Y
 M       DESCRIPTION
 M       src/shp-read.c

08fd196e| Simon Urbanek | Fri Mar 16 20:17:03 2018 -0400
fix the orientation of the points matrix
 M       src/shp-read.c

61ac2423| Simon Urbanek | Fri Mar 16 17:01:22 2018 -0400
Add support for multipoint type (8)
 M       DESCRIPTION
 M       src/shp-read.c

1c6aad59| Simon Urbanek | Tue Jan 21 22:14:19 2014 -0500
add all=TRUE option to fastshp() to return all matches
 M       R/inside.R
 M       man/inside.Rd
 M       src/inside.c