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
After merging #1061, the modelbuilder downloads CMEMS data for a too small region. This is due to the fact that meshkernel does not stick to the exact bbox when generating the mesh. bbox code from dfmt.generate_bndpli_cutland():
After merging #1061, the modelbuilder downloads CMEMS data for a too small region. This is due to the fact that meshkernel does not stick to the exact bbox when generating the mesh. bbox code from
dfmt.generate_bndpli_cutland()
:Prints (xmin, ymin, xmax, ymax):
So the max latitude is larger than requested.
Todo:
mk.__version__
The text was updated successfully, but these errors were encountered: