File tree 1 file changed +29
-1
lines changed
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ IMAS netCDF files
11
11
12
12
IMAS-Python supports reading IDSs from and writing IDSs to IMAS netCDF files. This
13
13
feature is currently in alpha status, and its functionality may change in
14
- upcoming minor releases of IMAS-Python.
14
+ upcoming ( minor) releases of IMAS-Python.
15
15
16
16
A detailed description of the IMAS netCDF format and conventions can be found on
17
17
the :ref: `IMAS conventions for the netCDF data format ` page.
@@ -42,6 +42,34 @@ will be used for :py:meth:`~imas.db_entry.DBEntry.get` and
42
42
imas.util.print_tree(cp2)
43
43
44
44
45
+ Implemented features of a netCDF ``DBEntry ``
46
+ --------------------------------------------
47
+
48
+ A netCDF ``DBEntry `` doesn't implement all features that are supported by
49
+ ``imas_core ``. The following table provides an overview of the implemented
50
+ features that are supported by DBEntries using ``imas_core `` respectively
51
+ ``netCDF ``:
52
+
53
+ .. list-table ::
54
+ :header-rows: 1
55
+
56
+ * - Feature
57
+ - ``imas_core ``
58
+ - ``netCDF ``
59
+ * - :ref: `Lazy loading `
60
+ - Yes
61
+ - Yes
62
+ * - :ref: `Automatic conversion between DD versions <Conversion of IDSs between DD versions >`
63
+ - When reading and writing
64
+ - When reading
65
+ * - ``get_slice `` / ``put_slice ``
66
+ - Yes
67
+ - Not implemented
68
+ * - ``get_sample ``
69
+ - Yes (requires ``imas_core >= 5.4.0 ``)
70
+ - Not implemented
71
+
72
+
45
73
Using IMAS netCDF files with 3rd-party tools
46
74
--------------------------------------------
47
75
You can’t perform that action at this time.
0 commit comments