Changes
On November 17, 2022 at 12:01:06 PM +0200, hylli:
-
Changed value of field
Data owner
toTampere
(previously?
) in Ilokkaanpuisto car heating and electric vehicle charging electricity measurements
f | 1 | { | f | 1 | { |
2 | "author": "", | 2 | "author": "", | ||
3 | "author_email": "", | 3 | "author_email": "", | ||
4 | "creator_user_id": "c028eea2-1878-47b8-843b-aa298066c249", | 4 | "creator_user_id": "c028eea2-1878-47b8-843b-aa298066c249", | ||
5 | "extras": [ | 5 | "extras": [ | ||
6 | { | 6 | { | ||
7 | "key": "Data owner", | 7 | "key": "Data owner", | ||
n | 8 | "value": "?" | n | 8 | "value": "Tampere" |
9 | }, | 9 | }, | ||
10 | { | 10 | { | ||
11 | "key": "Measurement start date", | 11 | "key": "Measurement start date", | ||
12 | "value": "2022-09-17" | 12 | "value": "2022-09-17" | ||
13 | }, | 13 | }, | ||
14 | { | 14 | { | ||
15 | "key": "Temporal resolution", | 15 | "key": "Temporal resolution", | ||
16 | "value": "1 minute" | 16 | "value": "1 minute" | ||
17 | } | 17 | } | ||
18 | ], | 18 | ], | ||
19 | "groups": [ | 19 | "groups": [ | ||
20 | { | 20 | { | ||
21 | "description": "Our university has been given access to data | 21 | "description": "Our university has been given access to data | ||
22 | collected from the new Ilokkaanpuisto residential area in Tampere. In | 22 | collected from the new Ilokkaanpuisto residential area in Tampere. In | ||
23 | Ilokkaanpuisto the housing cooperatives together own a solar power | 23 | Ilokkaanpuisto the housing cooperatives together own a solar power | ||
24 | plant located else where which produces energy for their use. The | 24 | plant located else where which produces energy for their use. The | ||
25 | available data includes measurements from the solar power plant and | 25 | available data includes measurements from the solar power plant and | ||
26 | two apartment buildings. Data from the buildings covers things like | 26 | two apartment buildings. Data from the buildings covers things like | ||
27 | ventilation, outdoor lighting, electric vehicle charging and | 27 | ventilation, outdoor lighting, electric vehicle charging and | ||
28 | ground-source heat pumps.\r\n\r\nThe data is collected by an external | 28 | ground-source heat pumps.\r\n\r\nThe data is collected by an external | ||
29 | party and stored in their system. This system offers a RESTful HTTP | 29 | party and stored in their system. This system offers a RESTful HTTP | ||
30 | API for accessing the data. The [documentation of the | 30 | API for accessing the data. The [documentation of the | ||
31 | API](https://rest-api.sandbox.akamon.cloud/swagger/index.html) is | 31 | API](https://rest-api.sandbox.akamon.cloud/swagger/index.html) is | ||
32 | available publicly. Our university has been given an API key which | 32 | available publicly. Our university has been given an API key which | ||
33 | enables us to access the data. If you are interested in the data, you | 33 | enables us to access the data. If you are interested in the data, you | ||
34 | can contact the person marked as maintainer for the datasets in this | 34 | can contact the person marked as maintainer for the datasets in this | ||
35 | group.\r\n\r\nAll the data described by datasets in this group are | 35 | group.\r\n\r\nAll the data described by datasets in this group are | ||
36 | available via the above mentioned API and are accessed in the same | 36 | available via the above mentioned API and are accessed in the same | ||
37 | way. The data has just been split into datasets to make it easier to | 37 | way. The data has just been split into datasets to make it easier to | ||
38 | find data about a specific topic. Below are explained some key | 38 | find data about a specific topic. Below are explained some key | ||
39 | concepts with usage examples about the data and API to make it easier | 39 | concepts with usage examples about the data and API to make it easier | ||
40 | to get started using the data.\r\n\r\nThe apartment buildings are | 40 | to get started using the data.\r\n\r\nThe apartment buildings are | ||
41 | modelled as metering sites. Metering sites have measurement devices | 41 | modelled as metering sites. Metering sites have measurement devices | ||
42 | which then contain the actual measurements. The identifiers of a | 42 | which then contain the actual measurements. The identifiers of a | ||
43 | measurement and associated measurement device and metering site are | 43 | measurement and associated measurement device and metering site are | ||
44 | documented in the datasets. These identifiers are used to get | 44 | documented in the datasets. These identifiers are used to get | ||
45 | information about the sites, devices and | 45 | information about the sites, devices and | ||
46 | measurements.\r\n\r\nInformation about a metering site can be fetched | 46 | measurements.\r\n\r\nInformation about a metering site can be fetched | ||
47 | using its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 47 | using its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
48 | ://rest-api.sandbox.akamon.cloud/api/meteringsite/AURINGONSADE_TALO_A' | 48 | ://rest-api.sandbox.akamon.cloud/api/meteringsite/AURINGONSADE_TALO_A' | ||
49 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 49 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
50 | the_api_key'\r\n\r\nYou can get the list of all measurement devices | 50 | the_api_key'\r\n\r\nYou can get the list of all measurement devices | ||
51 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 51 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
52 | 'https://rest-api.sandbox.akamon.cloud/api/measurementdevice' \\\r\n\t | 52 | 'https://rest-api.sandbox.akamon.cloud/api/measurementdevice' \\\r\n\t | ||
53 | -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'\r\n\r\nYou can | 53 | -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'\r\n\r\nYou can | ||
54 | also get the measurement devices for a specific metering site by using | 54 | also get the measurement devices for a specific metering site by using | ||
55 | its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 55 | its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
56 | st-api.sandbox.akamon.cloud/api/measurementdevice/AURINGONSADE_TALO_B' | 56 | st-api.sandbox.akamon.cloud/api/measurementdevice/AURINGONSADE_TALO_B' | ||
57 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 57 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
58 | the_api_key'\r\n\r\nYou can get information about a specific | 58 | the_api_key'\r\n\r\nYou can get information about a specific | ||
59 | measurement device by using its identifier and the identifier of the | 59 | measurement device by using its identifier and the identifier of the | ||
60 | associated metering site with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 60 | associated metering site with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
61 | mentdevice/AURINGONSADE_TALO_B/AURINGONSADE_TALO_B_TKB36_TULOILMAKOJE' | 61 | mentdevice/AURINGONSADE_TALO_B/AURINGONSADE_TALO_B_TKB36_TULOILMAKOJE' | ||
62 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 62 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
63 | the_api_key'\r\n\r\nYou can get information about a measurement by | 63 | the_api_key'\r\n\r\nYou can get information about a measurement by | ||
64 | using its identifier, and the identifiers of the associated | 64 | using its identifier, and the identifiers of the associated | ||
65 | measurement device and metering site with:\r\n\r\n\tcurl -X 'GET' | 65 | measurement device and metering site with:\r\n\r\n\tcurl -X 'GET' | ||
66 | \\\r\n\t | 66 | \\\r\n\t | ||
67 | ALO_A_SAHKO_ILMANVAIHTOLAITTEISTO_electric_metering_SM01_current_L1_M' | 67 | ALO_A_SAHKO_ILMANVAIHTOLAITTEISTO_electric_metering_SM01_current_L1_M' | ||
68 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 68 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
69 | the_api_key'\r\n\r\nYou can get actual values for a measurement as a | 69 | the_api_key'\r\n\r\nYou can get actual values for a measurement as a | ||
70 | time series by using its identifier and providing a time range | 70 | time series by using its identifier and providing a time range | ||
71 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 71 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
72 | _SM01_current_L1_M&start=2022-09-19T12:00:00&stop=2022-09-19T13:00:00' | 72 | _SM01_current_L1_M&start=2022-09-19T12:00:00&stop=2022-09-19T13:00:00' | ||
73 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'", | 73 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'", | ||
74 | "display_name": "Ilokkaanpuisto", | 74 | "display_name": "Ilokkaanpuisto", | ||
75 | "id": "399a7c83-3017-4970-b83f-c7acc9de14cf", | 75 | "id": "399a7c83-3017-4970-b83f-c7acc9de14cf", | ||
76 | "image_display_url": "", | 76 | "image_display_url": "", | ||
77 | "name": "ilokkaanpuisto", | 77 | "name": "ilokkaanpuisto", | ||
78 | "title": "Ilokkaanpuisto" | 78 | "title": "Ilokkaanpuisto" | ||
79 | } | 79 | } | ||
80 | ], | 80 | ], | ||
81 | "id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | 81 | "id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | ||
82 | "isopen": false, | 82 | "isopen": false, | ||
83 | "license_id": "other-closed", | 83 | "license_id": "other-closed", | ||
84 | "license_title": "Other (Not Open)", | 84 | "license_title": "Other (Not Open)", | ||
85 | "maintainer": "Otto Hylli", | 85 | "maintainer": "Otto Hylli", | ||
86 | "maintainer_email": "otto.hylli@tuni.fi", | 86 | "maintainer_email": "otto.hylli@tuni.fi", | ||
87 | "metadata_created": "2022-11-16T07:22:26.626515", | 87 | "metadata_created": "2022-11-16T07:22:26.626515", | ||
t | 88 | "metadata_modified": "2022-11-17T08:47:17.758869", | t | 88 | "metadata_modified": "2022-11-17T10:01:06.833904", |
89 | "name": | 89 | "name": | ||
90 | o-car-heating-and-electric-vehicle-charging-electricity-measurements", | 90 | o-car-heating-and-electric-vehicle-charging-electricity-measurements", | ||
91 | "notes": "Various electrical measurements from car heating and | 91 | "notes": "Various electrical measurements from car heating and | ||
92 | electric vehicle charging belonging to two apartment buildings in | 92 | electric vehicle charging belonging to two apartment buildings in | ||
93 | Ilokkaanpuisto. Includes measurements such as power, reactive power, | 93 | Ilokkaanpuisto. Includes measurements such as power, reactive power, | ||
94 | current and voltage for 3 phases and cumulative energy. To learn more | 94 | current and voltage for 3 phases and cumulative energy. To learn more | ||
95 | about Ilokkaanpuisto and how the measurements can be accessed see the | 95 | about Ilokkaanpuisto and how the measurements can be accessed see the | ||
96 | [Ilokkaanpuisto | 96 | [Ilokkaanpuisto | ||
97 | oup](https://ckan.energydata.rd.tuni.fi/group/about/ilokkaanpuisto).", | 97 | oup](https://ckan.energydata.rd.tuni.fi/group/about/ilokkaanpuisto).", | ||
98 | "num_resources": 1, | 98 | "num_resources": 1, | ||
99 | "num_tags": 4, | 99 | "num_tags": 4, | ||
100 | "organization": { | 100 | "organization": { | ||
101 | "approval_status": "approved", | 101 | "approval_status": "approved", | ||
102 | "created": "2022-11-14T13:57:32.648057", | 102 | "created": "2022-11-14T13:57:32.648057", | ||
103 | "description": "[CNESS](https://research.tuni.fi/cness/about/) | 103 | "description": "[CNESS](https://research.tuni.fi/cness/about/) | ||
104 | (Climate Neutral Energy Systems and Society) is a multidisciplinary | 104 | (Climate Neutral Energy Systems and Society) is a multidisciplinary | ||
105 | research platform on energy transition at Tampere University. CNESS | 105 | research platform on energy transition at Tampere University. CNESS | ||
106 | combines Tampere University\u2019s existing and emerging potential and | 106 | combines Tampere University\u2019s existing and emerging potential and | ||
107 | expertise in several engineering, natural science and social science | 107 | expertise in several engineering, natural science and social science | ||
108 | and business disciplines, focusing on six closely interrelated areas: | 108 | and business disciplines, focusing on six closely interrelated areas: | ||
109 | electrification of energy systems, hard-to-electrify areas, societal | 109 | electrification of energy systems, hard-to-electrify areas, societal | ||
110 | implications of the energy transition, value creation and energy | 110 | implications of the energy transition, value creation and energy | ||
111 | transition, energy policy and energy efficient and sustainable built | 111 | transition, energy policy and energy efficient and sustainable built | ||
112 | environment.", | 112 | environment.", | ||
113 | "id": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | 113 | "id": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | ||
114 | "image_url": "", | 114 | "image_url": "", | ||
115 | "is_organization": true, | 115 | "is_organization": true, | ||
116 | "name": "cness", | 116 | "name": "cness", | ||
117 | "state": "active", | 117 | "state": "active", | ||
118 | "title": "CNESS", | 118 | "title": "CNESS", | ||
119 | "type": "organization" | 119 | "type": "organization" | ||
120 | }, | 120 | }, | ||
121 | "owner_org": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | 121 | "owner_org": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | ||
122 | "private": false, | 122 | "private": false, | ||
123 | "relationships_as_object": [], | 123 | "relationships_as_object": [], | ||
124 | "relationships_as_subject": [], | 124 | "relationships_as_subject": [], | ||
125 | "resources": [ | 125 | "resources": [ | ||
126 | { | 126 | { | ||
127 | "cache_last_updated": null, | 127 | "cache_last_updated": null, | ||
128 | "cache_url": null, | 128 | "cache_url": null, | ||
129 | "created": "2022-11-16T07:25:24.526064", | 129 | "created": "2022-11-16T07:25:24.526064", | ||
130 | "datastore_active": true, | 130 | "datastore_active": true, | ||
131 | "description": "List of available measurements. Note: this is a | 131 | "description": "List of available measurements. Note: this is a | ||
132 | work in progress. Measurement names and descriptions should be in | 132 | work in progress. Measurement names and descriptions should be in | ||
133 | English and measurement units are missing.", | 133 | English and measurement units are missing.", | ||
134 | "format": "XLSX", | 134 | "format": "XLSX", | ||
135 | "hash": "", | 135 | "hash": "", | ||
136 | "id": "22fc7e71-7c8a-4e36-8777-40a22d0e9c0a", | 136 | "id": "22fc7e71-7c8a-4e36-8777-40a22d0e9c0a", | ||
137 | "last_modified": "2022-11-16T07:25:24.497574", | 137 | "last_modified": "2022-11-16T07:25:24.497574", | ||
138 | "metadata_modified": "2022-11-16T07:25:25.406885", | 138 | "metadata_modified": "2022-11-16T07:25:25.406885", | ||
139 | "mimetype": | 139 | "mimetype": | ||
140 | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | 140 | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | ||
141 | "mimetype_inner": null, | 141 | "mimetype_inner": null, | ||
142 | "name": "available_measurements.xlsx", | 142 | "name": "available_measurements.xlsx", | ||
143 | "package_id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | 143 | "package_id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | ||
144 | "position": 0, | 144 | "position": 0, | ||
145 | "resource_type": null, | 145 | "resource_type": null, | ||
146 | "size": 12029, | 146 | "size": 12029, | ||
147 | "state": "active", | 147 | "state": "active", | ||
148 | "url": | 148 | "url": | ||
149 | 0a22d0e9c0a/download/ilokkaanpuisto_car_heating_and_ev_charging.xlsx", | 149 | 0a22d0e9c0a/download/ilokkaanpuisto_car_heating_and_ev_charging.xlsx", | ||
150 | "url_type": "upload" | 150 | "url_type": "upload" | ||
151 | } | 151 | } | ||
152 | ], | 152 | ], | ||
153 | "state": "active", | 153 | "state": "active", | ||
154 | "tags": [ | 154 | "tags": [ | ||
155 | { | 155 | { | ||
156 | "display_name": "car heating", | 156 | "display_name": "car heating", | ||
157 | "id": "a309734b-f1b2-4fe3-95a0-df40aeaddf2b", | 157 | "id": "a309734b-f1b2-4fe3-95a0-df40aeaddf2b", | ||
158 | "name": "car heating", | 158 | "name": "car heating", | ||
159 | "state": "active", | 159 | "state": "active", | ||
160 | "vocabulary_id": null | 160 | "vocabulary_id": null | ||
161 | }, | 161 | }, | ||
162 | { | 162 | { | ||
163 | "display_name": "electric vehicle charging", | 163 | "display_name": "electric vehicle charging", | ||
164 | "id": "a1ad194a-3d95-4600-918a-9beb95c72a60", | 164 | "id": "a1ad194a-3d95-4600-918a-9beb95c72a60", | ||
165 | "name": "electric vehicle charging", | 165 | "name": "electric vehicle charging", | ||
166 | "state": "active", | 166 | "state": "active", | ||
167 | "vocabulary_id": null | 167 | "vocabulary_id": null | ||
168 | }, | 168 | }, | ||
169 | { | 169 | { | ||
170 | "display_name": "electricity", | 170 | "display_name": "electricity", | ||
171 | "id": "0c58cb6b-5845-4112-9871-6adda7eaac59", | 171 | "id": "0c58cb6b-5845-4112-9871-6adda7eaac59", | ||
172 | "name": "electricity", | 172 | "name": "electricity", | ||
173 | "state": "active", | 173 | "state": "active", | ||
174 | "vocabulary_id": null | 174 | "vocabulary_id": null | ||
175 | }, | 175 | }, | ||
176 | { | 176 | { | ||
177 | "display_name": "ilokkaanpuisto", | 177 | "display_name": "ilokkaanpuisto", | ||
178 | "id": "a0d74dd1-fa93-4370-a480-51b441b4a760", | 178 | "id": "a0d74dd1-fa93-4370-a480-51b441b4a760", | ||
179 | "name": "ilokkaanpuisto", | 179 | "name": "ilokkaanpuisto", | ||
180 | "state": "active", | 180 | "state": "active", | ||
181 | "vocabulary_id": null | 181 | "vocabulary_id": null | ||
182 | } | 182 | } | ||
183 | ], | 183 | ], | ||
184 | "title": "Ilokkaanpuisto car heating and electric vehicle charging | 184 | "title": "Ilokkaanpuisto car heating and electric vehicle charging | ||
185 | electricity measurements", | 185 | electricity measurements", | ||
186 | "type": "dataset", | 186 | "type": "dataset", | ||
187 | "url": "https://rest-api.sandbox.akamon.cloud/swagger/index.html", | 187 | "url": "https://rest-api.sandbox.akamon.cloud/swagger/index.html", | ||
188 | "version": "" | 188 | "version": "" | ||
189 | } | 189 | } |