Skip to content
Prev 21924 / 29559 Next

gUnion error -> TopologyException: side location conflict at...

I've found you can get around this error from some rgeos functions
(like gIntersection) by using the byid = TRUE argument, and in the
extreme you can iterate over one or both sets individually and collate
the results. I haven't been able to construct a clear example to
isolate the cause of the problem.

Since it's a union perhaps you can gUnaryUnion each object together
first. But is that the goal? One big union object, or a per-ID union
matching objects from the two sets? (I think I understand this, but
again I'd like to build a set of examples that make it clear).

Cheers, Mike.

On Wed, Oct 29, 2014 at 1:12 AM, Marc Mar? Dell'Olmo
<marceivissa at gmail.com> wrote: