fastshp
About fastshp
|
SVN repository accessThe SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/fastshp/trunk fastshp
To install the latest development snapshot of this package, use install.packages("fastshp",,"http://rforge.net/",type="source")
To list branches use svn ls svn://svn.rforge.net/fastshp/branchesand for tags use svn ls svn://svn.rforge.net/fastshp/tags
Most recent GIT commits3e0eb833| 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 |