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