How to get interped values from DFS2 files? #624
Unanswered
RenewAndPlay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I'm trying to get interped values of an item in a *.dfs2 file, but I have not succeeded yet.
I have several times extracted interped values from *.dfsu files, however I'm not sure that interped values from dfs2 files can yet be extracted?
Typically, I would be extracting values by the command, ds.interp(x=, y=) like so:
ds_WS_interp = mikeio.read(file_path, items=["Wind speed"], time=0).interp(x=0, y=0)
Where x,y is a coordinate set within the dfsu/dfs2 area.
How can this be achieved?
Br Andreas
Beta Was this translation helpful? Give feedback.
All reactions