forked from OpenEnergyPlatform/oedatamodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datamodel_timeseries.json
144 lines (144 loc) · 5.42 KB
/
datamodel_timeseries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": null,
"title": null,
"id": null,
"description": null,
"language": ["en-GB"],
"subject": [
{
"name": null,
"path": null
}
],
"keywords": ["SEDOS","oedatamodel-parameter", "input_data"],
"publicationDate": null,
"context": {
"homepage": "https://sedos-project.github.io/.github/",
"documentation": "https://sedos-project.github.io/.github/",
"sourceCode": "https://github.com/sedos-project",
"contact": null,
"grantNo": null,
"fundingAgency": "Bundesministerium für Wirtschaft und Klimaschutz (BMWK)",
"fundingAgencyLogo": "https://en.wikipedia.org/wiki/Federal_Ministry_for_Economic_Affairs_and_Climate_Action#/media/File:BMWi_Logo_2021.svg",
"publisherLogo": null
},
"spatial": {
"location": null,
"extent": null,
"resolution": null
},
"temporal": {
"referenceDate": null,
"timeseries": [
{
"start": null,
"end": null,
"resolution": null,
"alignment": null,
"aggregationType": null
}]
},
"sources": [
{
"title": "OEDatamodel-parameter",
"description": "Parameter data model for secondary input scalars and timeseries",
"path": "https://github.com/sedos-project/oedatamodel/tree/main/oedatamodel-parameter",
"licenses": [
{
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
"path": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"instruction": "You are free: To Share, To Create, To Adapt",
"attribution": "OEFamily"
}
]
},
{
"title": null,
"description": null,
"path": null,
"licenses": [
{
"name": null,
"title": null,
"path": null,
"instruction": null,
"attribution": null
}
]
}
],
"licenses": [
{
"name": null,
"title": null,
"path": null,
"instruction": null,
"attribution": null
}
],
"contributors": [
{
"title": null,
"email": null,
"date": null,
"object": null,
"comment": null
}
],
"resources": [
{
"profile": "tabular-data-resource",
"name": null,
"path": null,
"format": "PostgreSQL",
"encoding" : "UTF-8",
"schema": {
"fields": [
{"name": "id", "description": "Unique identifier", "type": "bigint", "unit": null, "isAbout": [], "valueReference": []},
{"name": "region", "description": "Country or region", "type": "text", "unit": null, "isAbout": [], "valueReference": []},
{"name": "type", "description": "Type of process", "type": "text", "unit": null, "isAbout": [], "valueReference": []},
{"name": "timeindex_start", "description": "Start timestamp", "type": "timestamp", "unit": null, "isAbout": [], "valueReference": []},
{"name": "timeindex_stop", "description": "Stop timestamp", "type": "timestamp", "unit": null, "isAbout": [], "valueReference": []},
{"name": "timeindex_resolution", "description": "Timesteps", "type": "interval", "unit": null, "isAbout": [], "valueReference": []},
{"name": "series1", "description": "Series #1", "type": "float array", "unit": null, "isAbout": [], "valueReference": []},
{"name": "series2", "description": "Series #2", "type": "float array", "unit": null, "isAbout": [], "valueReference": []},
{"name": "version", "description": "Version", "type": "text", "unit": null, "isAbout": [], "valueReference": []},
{"name": "method", "description": "Method", "type": "json", "unit": null, "isAbout": [], "valueReference": []},
{"name": "source", "description": "Source", "type": "json", "unit": null, "isAbout": [], "valueReference": []},
{"name": "comment", "description": "Comment", "type": "text", "unit": null, "isAbout": [], "valueReference": []}
],
"primaryKey": ["id"],
"foreignKeys": []
},
"dialect": {
"delimiter": ";",
"decimalSeparator": "."
}
}
],
"@id": null,
"@context": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/latest/context.json",
"review": {
"path": null,
"badge": null
},
"metaMetadata": {
"metadataVersion": "oemetadata_v1.5.1",
"metadataLicense": {
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
}
},
"_comment": {
"metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)",
"dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)",
"units": "Use a space between numbers and units (100 m)",
"languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)",
"licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)",
"review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)",
"null": "If not applicable use: null",
"todo": "If a value is not yet available, use: todo"
}
}