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
Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
9
11
10
-
See our sister library [MIKE IO 1D](https://github.com/DHI/mikeio1d) for .res1d and .xns11 files.
12
+
::: {.grid}
13
+
14
+
::: {.g-col-6}
15
+
## {{< fa clock >}} **Set up in 5 minutes**
16
+
17
+
Install **MIKE IO** with [`pip`](https://pypi.org/project/mikeio/) and get up
18
+
and running in minutes
11
19
12
-
## Requirements
13
20
14
-
* Windows or Linux operating system
15
-
* Python x64 3.9 - 3.13
16
-
* (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads>) (already installed if you have MIKE)
Copy file name to clipboardExpand all lines: docs/user-guide/getting-started.qmd
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Getting started
2
2
3
+
## Requirements
4
+
5
+
* Windows or Linux operating system
6
+
* Python x64 3.10 - 3.13
7
+
* (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads>) (already installed if you have MIKE)
8
+
9
+
## Installation
10
+
11
+
```bash
12
+
pip install mikeio
13
+
```
14
+
3
15
## {{< fa database >}} Dataset
4
16
The [Dataset](dataset.qmd) is the common MIKE IO data structure for data read from dfs files.
5
17
The [](`mikeio.read`) method returns a Dataset with a [DataArray](dataarray.qmd) for each item.
0 commit comments