home .bennoin the Data Library, I get the contents of
/home/benno/mydatawhich points to all my private datasets.
The next step is to connect this directory to the data you wish to use with the Data Library.
Cleanest way is to create a directory tree of subdirectories beneath mydata that embodies the structure that you want. The leaves on this tree are subdirectories that correspond to data files. In each of those subdirectories you have a file called index.tex which contains instructions for accessing the data. For example, if the data is in a netcdf file (dirname/filename.nc), index.tex contains
\begin{ingrid} (dirname/filename.nc)continuewithCDF \end{ingrid}You can also extract variables from files, in case you need to restructure things.
\begin{ingrid} /varnameyouwant {(dirname/filename.nc)readfile .varnameinfile} defasvarsilent \end{ingrid}Alternatively, you can describe data that is kept in binary files. In this case, index.tex would contain
\begin{ingrid} continuedataset: grid: /name /X def ... :grid ... variable: ... :variable etc :dataset \end{ingrid}using the usual Ingrid dataset description language (documentation available).