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: metadata/v141/metadata_key_description.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,14 @@ This pages describes the OEP Metadata version 1.4.1 You can have a look at an em
70
70
| 14.6.1.1 | name | Name string unique within its scope. | year |
71
71
| 14.6.1.2 | description | Free-text describing the field. | Reference year for which the data were collected. |
72
72
| 14.6.1.3 | type | Data type of the field. In case of a geom-column in a database, also indicate the shape and CRS. | geometry(Point, 4326) |
73
-
| 14.6.1.4 | unit | Unit, preferably SI-Unit, that values in this field are mapped to. If 'unit' doesn't apply to a field, use 'none'| MW |
73
+
| 14.6.1.4 | unit | Unit, preferably SI-Unit, that values in this field are mapped to. If 'unit' doesn't apply to a field, use `null`| MW |
74
74
| 14.6.2 | primaryKey | A primary key is a field or set of fields that uniquely identifies each row in the table. It's recorded as a list of strings, since it is possible to define the primary key as made up of several columns. | id |
75
75
| 14.6.3 | foreignKeys | A foreign key is a field that refers to a column in another table. ||
76
76
| 14.6.3.1 | fields | The column in the table that is constrainted by the foreign key. | version |
77
77
| 14.6.3.2 | reference | The reference to the foreign table. ||
| 14.6.3.2.2 | fields | The foreign resource column | version |
80
-
| 14.7 | dialect | Object. A CSV Dialect defines a simple format to describe the various dialects of CSV files in a language agnostic manner. In case of a database, the values in the containing fields are "none". ||
80
+
| 14.7 | dialect | Object. A CSV Dialect defines a simple format to describe the various dialects of CSV files in a language agnostic manner. In case of a database, the values in the containing fields are `null`. ||
81
81
| 14.7.1 | delimiter | Specifies the character sequence which should separate fields (aka columns). Common characters are "," (comma), "." (point) and "\t" (tab). | , |
82
82
| 14.7.2 | decimalSeparator | Symbol used to separate the integer part from the fractional part of a number written in decimal form. Depending on language and region this symbol can be "." or ",". | . |
83
83
| 15. | review | Data uploaded through the OEP needs to go through review. The review will cover the areas described here: https://github.com/OpenEnergyPlatform/data-preprocessing/wiki and carried out by a team of the platform. The review itself is documented at the specified path and a badge is rewarded with regards to completeness. ||
@@ -96,4 +96,4 @@ This pages describes the OEP Metadata version 1.4.1 You can have a look at an em
96
96
| 17.4 | languages | Comment on language format | Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE) |
97
97
| 17.5 | licenses | Reference to license format | License name must follow the SPDX License List (https://spdx.org/licenses/)|
98
98
| 17.6 | review | Reference to review documentation | Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/wiki)|
99
-
| 17.7 | ... | Feel free to add more descriptive comments. Like "none" | If a field is not applicable just enter "none"|
99
+
| 17.7 | ... | Feel free to add more descriptive comments. | If a field is not applicable just enter `null`|
0 commit comments