-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart extraction / interpolation of points from large dfsu #482
Comments
|
3, See PR #483 should take you one step closer to being able to concatenate data |
Thanks, that is a fix for 3, @ecomodeller Taking a step back here, what I generally try to achieve is an interpolation along a new dimension. To do the same on a structured NetCDF file I would use this In my special case I have a list of I understand the motivation to keep Is the conclusion then to work on a |
I still struggle to extract data from larger-then-memory .dfsu files.
Or maybe I am just not aware of the newest way to do this in mikeio?
What I have tried / done so far:
What I think could be enhanced:
mikeio.read(x, y, n_nearest = 3)
ordfs.extract_stations()
as sister todfs.extract_track()
?mikeio.Datasets
in the listmdsi
, maybe resulting in aGeometryPoint2DCollection
geometry?.dfs
, while maintain geometry information?Possibly related to fmskill enhancement
.dfsu
model results. Maybe some of the same logic applies here?The text was updated successfully, but these errors were encountered: