1 Feb 2010 19:26
Re: rgeos interface to R classes (sp, others)
Martin Davis <mbdavis <at> refractions.net>
2010-02-01 18:26:57 GMT
2010-02-01 18:26:57 GMT
Can you post the WKT/WKB of your test case? Roger Bivand wrote: > On Mon, 1 Feb 2010, Martin Davis wrote: > >> Roger, >> >> The technique of using buffer(0) to union polygons is now deprecated >> in favour of using Unary Union (Geometry.union() - not sure what the >> exact GEOS signature is). Unary Union is usually faster and more >> robust than the previous technique. You might want to check this out. > > Martin, > > Thanks, I've replaced buffer(0) by GEOSUnionCascaded (C API). But the > artefact remains. For input MULTIPOLYGON: > > --------- > | | | > | | | > |-------- > | | > | | > ----- > > I still get the same MultiPolygon out when the bounding box is > (0,0)(0.2,0.2), but correctly Polygon: > > --------- > | |(Continue reading)
RSS Feed