dask-geopandas
dask-geopandas copied to clipboard
GeoPandas warnings are raised multiple times
When you do something like .area on a geometry with 4326, geopandas raises a warning about that. However, in the dask-geopandas context, we get that warning for multiple times, but not always for every single partition (on compute()), flooding the output. We should find a way how to show it only once.