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
> [Getting started with MIKE IO for Python processing of dfs files](https://training.dhigroup.com/event/sessions?id=Instructor-led_course_-_Online852475847)
17
+
>
18
+
> From 4th September 2024 to 2nd October 2024
19
+
10
20
Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
11
21
12
22
MIKE IO facilitates common data processing workflows for [MIKE files in Python](https://www.mikepoweredbydhi.com/products/mike-for-developers#io).
@@ -18,7 +28,7 @@ MIKE IO facilitates common data processing workflows for [MIKE files in Python](
18
28
19
29
## Requirements
20
30
* Windows or Linux operating system
21
-
* Python x64 3.8 - 3.12
31
+
* Python x64 3.9 - 3.12
22
32
* (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) (already installed if you have MIKE)
23
33
24
34
[More info about dependencies](http://docs.mikepoweredbydhi.com/nuget/)
@@ -51,46 +61,51 @@ MIKE IO is tested extensively.
[Getting started with MIKE IO for Python processing of dfs files](https://training.dhigroup.com/event/sessions?id=Instructor-led_course_-_Online852475847)
14
+
15
+
From 4th September 2024 to 2nd October 2024
16
+
:::
17
+
8
18
Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
9
19
10
20
See our sister library [MIKE IO 1D](https://github.com/DHI/mikeio1d) for .res1d and .xns11 files.
Copy file name to clipboardExpand all lines: docs/user-guide/dataset.qmd
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
+
title: Dataset
2
3
aliases:
3
4
- ../dataset.html
4
5
---
5
6
6
-
# Dataset
7
-
8
7
The [Dataset](`mikeio.Dataset`) is the MIKE IO data structure
9
8
for data from dfs files.
10
9
The [](`mikeio.read`) methods returns a Dataset as a container of [DataArray](`mikeio.DataArray`) (Dfs items). Each DataArray has the properties, *item*, *time*, *geometry* and *values*. The time and geometry are common to all DataArrays in the Dataset.
0 commit comments