File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ IMAS netCDF files
1111
1212IMAS-Python supports reading IDSs from and writing IDSs to IMAS netCDF files. This
1313feature 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.
1515
1616A detailed description of the IMAS netCDF format and conventions can be found on
1717the :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
4242 imas.util.print_tree(cp2)
4343
4444
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+
4573Using IMAS netCDF files with 3rd-party tools
4674--------------------------------------------
4775
You can’t perform that action at this time.
0 commit comments