Re: [R] One-To-Many Spatial JOIN

2013-09-18 Thread MacQueen, Don
I'd suggest you ask this question on r-sig-geo -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 9/18/13 9:44 AM, "jas" wrote: > > >Hello all, > >I am trying to do a one-to-many Spatial Join with PolyLines and Polygons. >

[R] One-To-Many Spatial JOIN

2013-09-18 Thread jas
Hello all, I am trying to do a one-to-many Spatial Join with PolyLines and Polygons. I have about a couple of thousands of PolyLines (streets) and I want to assign them all the Polyogons (regions) they cross or touch. I know this is possible in ArcGIS, do you have any idea how this is possible