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
Is your feature request related to a problem? Please describe.
Currently, sample-based refinement works via a xyz list. For large datasets it can be much more computational efficient to supply the data as a grid and the lat/lon as a 1D array. Most bathymetry data is also stored in this format (like GEBCO with 7.5GB and EMODNET with 58x2GB). A dataset like that can also be used for bilinear interpolation.
Describe the solution you'd like
Add support for gridded datasets (and bilinear interpolation option)
Additional
Would be great if input could be a 1D array of lat, 1D array of lon and a 2D array of values. All floats per default, but it would be convenient if the latter also supports int datetype in order to save memory in for instance usage of GEBCO data.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, sample-based refinement works via a xyz list. For large datasets it can be much more computational efficient to supply the data as a grid and the lat/lon as a 1D array. Most bathymetry data is also stored in this format (like GEBCO with 7.5GB and EMODNET with 58x2GB). A dataset like that can also be used for bilinear interpolation.
Describe the solution you'd like
Add support for gridded datasets (and bilinear interpolation option)
Additional
Would be great if input could be a 1D array of lat, 1D array of lon and a 2D array of values. All floats per default, but it would be convenient if the latter also supports int datetype in order to save memory in for instance usage of GEBCO data.
The text was updated successfully, but these errors were encountered: