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
Copy file name to clipboardExpand all lines: docs/source/usage/workflow.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ The openPMD-api distinguishes between a number of different access modes:
82
82
1. Modifiable attributes (except ``/data/snapshot``) can currently not be read. Attributes such as ``/data/time`` that naturally change their value across Iterations will hence not be really well-usable; the last Iteration's value will currently leak into all other Iterations.
83
83
2. There is no support for datasets that do not exist in all Iterations. The internal Iteration layouts should be homogeneous.
84
84
If you need this feature, please contact the openPMD-api developers; implementing this is currently not a priority.
85
+
Datasets that do not exist in all steps will be skipped at read time (with an error).
85
86
3. Datasets with changing extents are supported.
86
87
87
88
* **Read/Write mode**: Creates a new Series if not existing, otherwise opens an existing Series for reading and writing.
0 commit comments