prettymaps icon indicating copy to clipboard operation
prettymaps copied to clipboard

Generating an map Example takes a long time and outputs many warnings into console

Open overdetermined opened this issue 4 years ago • 2 comments

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 of AttributeError NumPy 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 of AttributeError NumPy 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

overdetermined avatar Aug 29 '21 17:08 overdetermined

it took considerably longer than expected almost 3 seconds

Where did that come from? Also see #22

mccartney avatar Aug 29 '21 20:08 mccartney

sorry I meant 30 seconds. (edited the comment accordingly)

overdetermined avatar Aug 29 '21 20:08 overdetermined