CLIMADA-project / climada_python

Python (3.8+) version of CLIMADA
GNU General Public License v3.0
291 stars 115 forks source link

Shapely runtime warnings in newer climada_env builds #864

Open sarah-hlsn opened 3 months ago

sarah-hlsn commented 3 months ago

Newer versions of the climada_env build (not sure exactly when this issue started) are getting many shapely runtime warnings when doing any kind of plotting (mostly of the kind: invalid value in buffer/intersection). This issue seems to come from somewhere outside climada, but it does not seem to be in relationship to the version of shapely installed.

emanuel-schmid commented 3 months ago

It's possibly related to the OS though - haven't encountered it neither on Linux nor Windows. (Please report if you prove me wrong)

peanutfun commented 2 weeks ago

I also get flooded with shapely warnings due to calls to the buffer function somewhere in Hazard.plot_intensity, but I could not track the source so far.