Generating an map Example takes a long time and outputs many warnings into console
Cool Library. I noticed the following warnings when recreating the map example:
/python3.9/site-packages/geopandas/_vectorized.py:287: DeprecationWarning: An exception was ignored while fetching the attribute
__array_interface__from an object of type 'MultiLineString'. With the exception ofAttributeErrorNumPy will always raise this exception in the future. Raise this deprecation warning to see the original exception. (Warning added NumPy 1.21) data[:] = [ /home/vls/proj/haxko/map/venv/lib/python3.9/site-packages/geopandas/_vectorized.py:142: DeprecationWarning: An exception was ignored while fetching the attribute__array_interface__from an object of type 'Polygon'. With the exception ofAttributeErrorNumPy will always raise this exception in the future. Raise this deprecation warning to see the original exception. (Warning added NumPy 1.21) aout[:] = out
and it took considerably longer than expected almost 30 seconds
it took considerably longer than expected almost 3 seconds
Where did that come from? Also see #22
sorry I meant 30 seconds. (edited the comment accordingly)