Skip to content
usage.rst 686 B
Newer Older
Reading an existing dataset
############################
Simple format (FFI 1001)
*************************
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/read_ffi1001.py
More complex (FFI 2110)
*************************
Identical to FFI1001, only the data structure is more complex:
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/read_ffi2110.py
Creating a new dataset
############################
Simple format (FFI 1001)
*************************
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/create_ffi1001.py
More complex (FFI 2110)
*************************
Again, like for FFI 1001 but more complex data structure
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/create_ffi2110.py