-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The mikeio1d will not help you do that. The MIKE 1D components are .NET components, so those data can be read by using the .NET API. This is also possible to use from within Python (using the pythonnet package). Though, there is no wrapper functionality in mikeio1d for that. For some examples on using the .NET API for cross sections, you may take a look at: |
Beta Was this translation helpful? Give feedback.
Hi, JesperGr is right that mikeio1d will not be able to do that out of the box. However, the relevant .NET class instances are available in mikeio1d. For example, it is possible to read the processed data into pandas data frame using such script: