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