File: basic_idea.rst

package info (click to toggle)
python-nixio 1.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,888 kB
  • sloc: python: 12,527; cpp: 832; makefile: 25
file content (17 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Idea
====

The basic idea of the *NIX* project is to come up with a **generic**
data model that defines as few structures/entities as possible while
being able to represent a multitude of different data structures, allows
for in-depth annotation and supports standardization.

Designing a **generic** data model implies that the defined entities are
named in a way that may seem uncommon but are more general than the
*domain-specific* terms used in any given field or community.


Please follow this link to the `C++ nix library documentation <https://nixio.readthedocs.io/en/master/data_model.html>`_ to lear more about the data model. 

The idea of the *NIX* data model has been implemented using the
`HDF5 <https://www.hdfgroup.org>`__ file format.