Re: [gdal-dev] intersecting two shapefiles in OGR C API

2012-06-16 Thread Chaitanya kumar CH
Mutlu, The only thing the tutorial didn't cover was the intersection. Please provide details of the errors you are getting. On 6/16/12, Mutlu Ozdogan wrote: > Hello All, > > I am writing a C code that reads in two shapefiles with very large > number of polygons and intersects them and writes th

[gdal-dev] intersecting two shapefiles in OGR C API

2012-06-15 Thread Mutlu Ozdogan
Hello All, I am writing a C code that reads in two shapefiles with very large number of polygons and intersects them and writes the intersect results to a new output shapefile. I am able to read in the files but I am stuck reading the contents of the two input shapefiles, intersecting them a