skykasko
Results
2
comments of
skykasko
> How are you getting the JSON for the GeoAccessor? `df1.spatial.json`? `df1[df1.spatial.name][0].JSON`. See the example above, where the expression `df1[df1.spatial.name][0].JSON == df2[df2.spatial.name][0].JSON` evaluated to `True`. > I would do some...
Thanks for the suggestion. I tried `df1[df1.spatial.name].geom.equals(df2[df2.spatial.name].geom)` and the output is `False`, still not the Pandas Series of booleans I expected.