Thanks Sean. I dug into libgeos and found the same. I think that I can
solve my problem by comparing the points that I used to generate the
geometries initially with the resulting geometries and get the same result.


On Tue, Feb 25, 2014 at 1:51 PM, Sean Gillies <sean.gill...@gmail.com>wrote:

> Hi Kevin,
>
> The GEOS library doesn't expose details about the graph, so the best
> Shapely can offer is a count of geometries before (1 number) and a count of
> geometries in the result (1 number).
>
>
>
> On Mon, Feb 24, 2014 at 9:38 AM, Kevin Dwyer <dw...@thehumangeo.com>wrote:
>
>> Hey all,
>>
>> I searched the archives but my google-fu isn't finding any matches on
>> this idea. What I'm interested in is doing a unary_union and that works
>> famously, but I also want to know the count of geometries that were unioned
>> in each case. Is there a smart way to accomplish this?
>>
>> Thanks for some awesome libraries!
>>
>> _______________________________________________
>> Community mailing list
>> Community@lists.gispython.org
>> http://lists.gispython.org/mailman/listinfo/community
>>
>>
>
>
> --
> Sean Gillies
>
> _______________________________________________
> Community mailing list
> Community@lists.gispython.org
> http://lists.gispython.org/mailman/listinfo/community
>
>
_______________________________________________
Community mailing list
Community@lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community

Reply via email to