EL-BID/urbanpy

`urbanpy.geom.merge_shape_hex` function raise an error when is re-runned and assigned to same hexagon dataframe variable

Claudio9701 opened this issue · 0 comments

Code example

hex_df = urbanpy.geom.merge_shape_hex(hex_df, pop_df, agg={'population': 'sum'})

TODO: Complete error raised