MetOffice / CSET

Toolkit for evaluation and investigation of numerical models for weather and climate applications.
https://metoffice.github.io/CSET/
Apache License 2.0
8 stars 1 forks source link

Not plotting due to a shapely.errors.GEOSException #672

Open jfrost-mo opened 1 month ago

jfrost-mo commented 1 month ago

Describe the bug

Again this is a fairly standard error that I get a lot for various different reasons including memory problems, particularly when plotting ensembles. Sometimes it happens, sometimes it doesn’t (without changing code or memory allowances) and I have never got to the bottom of it. It may also impact one time in the file.

Usually I would just mark this as “succeeded” in a workflow or skip the time that is causing the problem and move on to the next time.

How to reproduce

Steps to reproduce the behaviour:

Difficult to reproduce.

@jfrost-mo has never seen this.

Expected behaviour

QUESTION: is it worth having a try/except with the plotting to print out a warning message that X time does not plot due to this error, and then continue plotting the other times.