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
Currently we need modified netCDF files (using the _sectionbathy and _regionbathy convention). This is undesirable, as it requires the user to be familiar with DeltaShell and DeltaShell coding, and because it adds a dependency on python support in DeltaShell.
Alternatively, see if an external module (e.g. meshkernel) could be incorporated.
The text was updated successfully, but these errors were encountered:
MeshKernel has python wrappers for functions like 'inpolygon'.
Reading/writing netCDF is not done by MeshKernel. Need to implement own functionality.
Alternative option is to use Hydrolib-core, which may have all functionality we need to read & write grid files and uses MeshKernel for grid operations.
May need to introducte 1 (hydrolib-core) or 2 (hydrolib-core + meshkernel) additional dependencies.
Currently we need modified netCDF files (using the _sectionbathy and _regionbathy convention). This is undesirable, as it requires the user to be familiar with DeltaShell and DeltaShell coding, and because it adds a dependency on python support in DeltaShell.
Alternatively, see if an external module (e.g. meshkernel) could be incorporated.
The text was updated successfully, but these errors were encountered: