urbanpy
urbanpy copied to clipboard
`urbanpy.geom.merge_shape_hex` function raise an error when is re-runned and assigned to same hexagon dataframe variable
Code example
hex_df = urbanpy.geom.merge_shape_hex(hex_df, pop_df, agg={'population': 'sum'})
TODO: Complete error raised