Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/data_catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ The data catalog is a centralized hub to keep track of available datasets. It is
| [Biodiversity](./metadata_datasets/south_italy_uptown.md) | South | Italy | UpTown | *no specific value* | 15m | Yes | Politecnico di Milano | [neslab.it](https://www.neslab.it) |
| [Energy distribution](./metadata_datasets/south_italy_uptown.md) | South | Italy | UpTown | *no specific value* | Hourly | Yes | A2A | [neslab.it](https://www.neslab.it) |
| [Archaeological Site](./metadata_datasets/south_italy_mithraeum-of-circus-maximus.md) | South | Italy | Mithraeum of Circus Maximus | *no specific value* | Real-time | Yes | Politecnico di Milano | [neslab.it](https://www.neslab.it) |
| [District Heating Data](metadata_datasets/north_center denmark_center denmark.md) | North | Center Denmark | Center Denmark | Smart Data Models | Daily | Yes, 2 years | Center Denmark | [portal.centerdenmark.com](https://portal.centerdenmark.com) |
| [District Heating Data](./metadata_datasets/north_center denmark_center denmark.md#site-center-denmark-district-heating-data) | North | Center Denmark | Center Denmark | Smart Data Models | Daily | Yes, 2 years | Center Denmark | [portal.centerdenmark.com](https://portal.centerdenmark.com) |
| [Water Data](./metadata_datasets/north_center denmark_center denmark.md#site-center-denmark-water-data) | North | Center Denmark | Center Denmark | Smart Data Models | Daily | Yes, 2 years | Center Denmark | [portal.centerdenmark.com](https://portal.centerdenmark.com) |
| [Electricity Data](./metadata_datasets/north_center denmark_center denmark.md#site-center-denmark-electricity-data) | North | Center Denmark | Center Denmark | Smart Data Models | Daily | Yes, 2 years | Center Denmark | [portal.centerdenmark.com](https://portal.centerdenmark.com) |
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@
| flow | DOUBLE | m³/h | The flow rate of the district heating meter water supply. |
| forward_temperature | DOUBLE | °C | The forward temperature of the district heating meter water supply. |
| return_temperature | DOUBLE | °C | Return temperature

## Site: Center Denmark | Water Data

| ATTRIBUTE | TYPE | UNITS (SI) | DESCRIPTION/COMMENTS |
|:------------|:---------|:-------------|:-------------------------------------------------------------------------------------------------------------------------------|
| id | INTEGER | | Identifier |
| timestamp | DATETIME | | Date and time are shown in UTC in ISO 8601 format. Timestamps are represented in full hours, i.e., minutes and seconds are 00. |
| location | STRING | | Adress - following DAR (Danish Adress Register) |
| volumen | DOUBLE | M3 | Unit for Volumen |
| flow | DOUBLE | m³/h | The flow rate of the water supply. |

## Site: Center Denmark | Electricity Data

| ATTRIBUTE | TYPE | UNITS (SI) | DESCRIPTION/COMMENTS |
|:------------|:---------|:-------------|:-------------------------------------------------------------------------------------------------------------------------------|
| id | INTEGER | | Identifier |
| timestamp | DATETIME | | Date and time are shown in UTC in ISO 8601 format. Timestamps are represented in full hours, i.e., minutes and seconds are 00. |
| location | STRING | | Adress - following DAR (Danish Adress Register) |
| value | DOUBLE | kWh | The actual value of the reading. |