You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, as of this post, forecast output generation (png, mp4) works with lat/lon region definition, but metrics generation such as sie, binary accuracy, etc within icenet/plotting/forecast.py needs changes to Mask class to allow bounding the mask output (e.g. active cell mask). Currently this is not done, hence the metric outputs will be incorrect if defining a region based on lat/lon.
The text was updated successfully, but these errors were encountered:
Description
Please see details in #282 pull request.
In short, as of this post, forecast output generation (png, mp4) works with lat/lon region definition, but metrics generation such as sie, binary accuracy, etc within
icenet/plotting/forecast.py
needs changes toMask
class to allow bounding the mask output (e.g. active cell mask). Currently this is not done, hence the metric outputs will be incorrect if defining a region based on lat/lon.The text was updated successfully, but these errors were encountered: