Skip to content
Snippets Groups Projects
Commit af72d9ac authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update.

parent 09f990ad
No related branches found
No related tags found
No related merge requests found
Pipeline #22376 passed
2022-10-06 Uwe Schulzweida
* Version 2.1.0 released
2022-08-12 Uwe Schulzweida
* added CDI_KEY_CHUNKTYPE and CDI_KEY_CHUNKSIZE
......
......@@ -12,6 +12,7 @@ with one of the following predefined file format types:
\item[{\large\texttt{CDI\_FILETYPE\_NC4}}] File type NetCDF-4 (HDF5)
\item[{\large\texttt{CDI\_FILETYPE\_NC4C}}] File type NetCDF-4 classic
\item[{\large\texttt{CDI\_FILETYPE\_NC5}}] File type NetCDF version 5 (64-bit data)
\item[{\large\texttt{CDI\_FILETYPE\_NCZARR}}] File type NetCDF NCZarr
\item[{\large\texttt{CDI\_FILETYPE\_SRV}}] File type SERVICE
\item[{\large\texttt{CDI\_FILETYPE\_EXT}}] File type EXTRA
\item[{\large\texttt{CDI\_FILETYPE\_IEG}}] File type IEG
......
......@@ -10,10 +10,10 @@ Use the variable ID or one of the following identifiers for the coordinates:
\vspace*{3mm}
\hspace*{8mm}\begin{minipage}{15cm}
\begin{deflist}{\large\texttt{CDI\_KEY\_GLOBAL \ \ }}
\item[\large\texttt{CDI\_KEY\_XAXIS}] X-axis ID
\item[\large\texttt{CDI\_KEY\_YAXIS}] Y-axis ID
\item[\large\texttt{CDI\_KEY\_GLOBAL}] Global Z-axis
\begin{deflist}{\large\texttt{CDI\_GLOBAL \ \ }}
\item[\large\texttt{CDI\_XAXIS}] X-axis ID
\item[\large\texttt{CDI\_YAXIS}] Y-axis ID
\item[\large\texttt{CDI\_GLOBAL}] Global Z-axis
\end{deflist}
\end{minipage}
\vspace*{4mm}
......@@ -48,12 +48,22 @@ The following key attributes are available:
\item[\large\texttt{CDI\_KEY\_NUMBEROFGRIDINREFERENCE}] GRIB2 numberOfGridInReference
\item[\large\texttt{CDI\_KEY\_NUMBEROFVGRIDUSED}] GRIB2 numberOfVGridUsed
\item[\large\texttt{CDI\_KEY\_NLEV}] GRIB2 nlev
\item[\large\texttt{CDI\_KEY\_CHUNKTYPE}] ChunkType: CDI\_CHUNK\_AUTO/CDI\_CHUNK\_GRID/CDI\_CHUNK\_LINES
\item[\large\texttt{CDI\_KEY\_CHUNKSIZE}] ChunkSize
\end{deflist}
\end{minipage}
\vspace*{4mm}
\textbf{Floating point keys}
\vspace*{3mm}
\hspace*{8mm}\begin{minipage}{15cm}
\begin{deflist}{\large\texttt{CDI\_KEY\_MISSVAL \ \ }}
\item[\large\texttt{CDI\_KEY\_MISSVAL}] Missing value
\end{deflist}
\end{minipage}
\vspace*{4mm}
\textbf{Byte array keys}
\vspace*{3mm}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment