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/src/index.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,24 @@
1
1
2
-
## Abstract types
2
+
## Data types
3
3
4
4
In order to implement a new dataset based `CommonDataModel.jl`
5
5
one has to create two types derived from:
6
-
1 .`AbstractVariable`: a variable with named dimension and metadata
7
-
2.`AbstractDataset`: a collection of variable with named dimension, metadata and sub-groups. The sub-groups are also `AbstractDataset`.
8
6
7
+
1.[`AbstractVariable`](#CommonDataModel.AbstractVariable): a variable with named dimension and metadata
8
+
2.[`AbstractDataset`](#CommonDataModel.AbstractDataset): a collection of variable with named dimension, metadata and sub-groups. The sub-groups are also `AbstractDataset`.
9
+
10
+
11
+
`CommonDataModel.jl` also provides a type `CFVariable` which wraps a type derived from `AbstractVariable` and applies the scaling described in
0 commit comments