Datasets:
Upload REFIT processed dataset
Browse files- README.md +52 -0
- house_features_refit.parquet +3 -0
- refit_processed_metadata.csv +21 -0
- refit_processing_notes.txt +110 -0
- timeseries_data/refit_home_1.parquet +3 -0
- timeseries_data/refit_home_10.parquet +3 -0
- timeseries_data/refit_home_11.parquet +3 -0
- timeseries_data/refit_home_12.parquet +3 -0
- timeseries_data/refit_home_13.parquet +3 -0
- timeseries_data/refit_home_15.parquet +3 -0
- timeseries_data/refit_home_16.parquet +3 -0
- timeseries_data/refit_home_17.parquet +3 -0
- timeseries_data/refit_home_18.parquet +3 -0
- timeseries_data/refit_home_19.parquet +3 -0
- timeseries_data/refit_home_2.parquet +3 -0
- timeseries_data/refit_home_20.parquet +3 -0
- timeseries_data/refit_home_21.parquet +3 -0
- timeseries_data/refit_home_3.parquet +3 -0
- timeseries_data/refit_home_4.parquet +3 -0
- timeseries_data/refit_home_5.parquet +3 -0
- timeseries_data/refit_home_6.parquet +3 -0
- timeseries_data/refit_home_7.parquet +3 -0
- timeseries_data/refit_home_8.parquet +3 -0
- timeseries_data/refit_home_9.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: REFIT
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
+
task_categories:
|
| 5 |
+
- time-series-forecasting
|
| 6 |
+
tags:
|
| 7 |
+
- time-series
|
| 8 |
+
- tabular
|
| 9 |
+
- building-energy
|
| 10 |
+
- residential-buildings
|
| 11 |
+
- parquet
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: timeseries
|
| 14 |
+
default: true
|
| 15 |
+
data_files:
|
| 16 |
+
- split: timeseries
|
| 17 |
+
path: timeseries_data/*.parquet
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# REFIT
|
| 21 |
+
|
| 22 |
+
Processed real residential time-series subset used with RESCAST-100k.
|
| 23 |
+
|
| 24 |
+
## Download
|
| 25 |
+
|
| 26 |
+
```bash
|
| 27 |
+
hf download Jainam03/RESCAST-100k-REFIT --repo-type dataset --local-dir REFIT
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
|
| 32 |
+
This processed release is distributed under CC BY 4.0. The original dataset/article is distributed under CC BY 4.0.
|
| 33 |
+
|
| 34 |
+
## Files
|
| 35 |
+
|
| 36 |
+
- `timeseries_data/*.parquet`
|
| 37 |
+
- `refit_processed_metadata.csv`
|
| 38 |
+
- `house_features_refit.parquet`
|
| 39 |
+
- `refit_processing_notes.txt`
|
| 40 |
+
|
| 41 |
+
## Time-Series Schema
|
| 42 |
+
|
| 43 |
+
Schema observed from `timeseries_data/refit_home_1.parquet`.
|
| 44 |
+
|
| 45 |
+
| Column | Type | Description |
|
| 46 |
+
|---|---|---|
|
| 47 |
+
| `Time` | datetime64[ns] | Timestamp. |
|
| 48 |
+
| `Total Load` | float64 | Total electricity load, kWh. |
|
| 49 |
+
|
| 50 |
+
## Original Dataset Citation
|
| 51 |
+
|
| 52 |
+
Murray, D.; Stankovic, L.; Stankovic, V. (2017). *An electrical load measurements dataset of United Kingdom households from a two-year longitudinal study*. Scientific Data, 4, 160122. https://doi.org/10.1038/sdata.2016.122
|
house_features_refit.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cec1f6c8a7f6ae13a1ef5d3cae6c5e1d00902d1f3d9ed970c80c4d41d3f6752
|
| 3 |
+
size 35791
|
refit_processed_metadata.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bldg_id,build_existing_model.ashrae_iecc_climate_zone_2004,build_existing_model.ashrae_iecc_climate_zone_2004_2_a_split,build_existing_model.building_america_climate_zone,build_existing_model.county_metro_status,build_existing_model.doors,build_existing_model.geometry_attic_type,build_existing_model.geometry_building_level_mf,build_existing_model.geometry_building_number_units_mf,build_existing_model.geometry_building_number_units_sfa,build_existing_model.geometry_building_type_acs,build_existing_model.geometry_floor_area,build_existing_model.geometry_floor_area_bin,build_existing_model.geometry_foundation_type,build_existing_model.geometry_garage,build_existing_model.geometry_stories,build_existing_model.geometry_story_bin,build_existing_model.geometry_wall_exterior_finish,build_existing_model.geometry_wall_type,build_existing_model.heating_fuel,build_existing_model.hvac_cooling_type,build_existing_model.hvac_has_shared_system,build_existing_model.hvac_heating_type,build_existing_model.hvac_heating_type_and_fuel,build_existing_model.insulation_ceiling,build_existing_model.insulation_floor,build_existing_model.insulation_foundation_wall,build_existing_model.insulation_rim_joist,build_existing_model.insulation_roof,build_existing_model.insulation_slab,build_existing_model.insulation_wall,build_existing_model.interior_shading,build_existing_model.neighbors,build_existing_model.occupants,build_existing_model.orientation,build_existing_model.puma,build_existing_model.puma_metro_status,build_existing_model.vintage,build_existing_model.vintage_acs,build_existing_model.weather_file_city,build_existing_model.window_areas,build_existing_model.windows,build_existing_model.weather_file_latitude,build_existing_model.weather_file_longitude,build_existing_model.bedrooms
|
| 2 |
+
retrofit_home_1,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,1970s,1960-79,,,,52.7667,-1.2,4
|
| 3 |
+
retrofit_home_2,4C,4C,Marine,Metropolitan,,,,,,Single-Family Attached,,,,,,,,,,,,,,,,,,,,,,,4,,,,,,,,,52.7667,-1.2,3
|
| 4 |
+
retrofit_home_3,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,1980s,1980-99,,,,52.7667,-1.2,3
|
| 5 |
+
retrofit_home_4,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,<1940,<1940,,,,52.7667,-1.2,4
|
| 6 |
+
retrofit_home_5,4C,4C,Marine,Metropolitan,,,,,,Single-Family Attached,,,,,,,,,,,,,,,,,,,,,,,4,,,,<1940,<1940,,,,52.7667,-1.2,4
|
| 7 |
+
retrofit_home_6,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,2000s,2000-09,,,,52.7667,-1.2,4
|
| 8 |
+
retrofit_home_7,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,4,,,,1960s,1960-79,,,,52.7667,-1.2,3
|
| 9 |
+
retrofit_home_8,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,1960s,1960-79,,,,52.7667,-1.2,2
|
| 10 |
+
retrofit_home_9,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,<1940,<1940,,,,52.7667,-1.2,3
|
| 11 |
+
retrofit_home_10,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,4,,,,<1940,<1940,,,,52.7667,-1.2,3
|
| 12 |
+
retrofit_home_11,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,1,,,,1940s,1940-59,,,,52.7667,-1.2,3
|
| 13 |
+
retrofit_home_12,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,3,,,,1990s,1980-99,,,,52.7667,-1.2,3
|
| 14 |
+
retrofit_home_13,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,4,,,,2000s,2000-09,,,,52.7667,-1.2,4
|
| 15 |
+
retrofit_home_15,4C,4C,Marine,Metropolitan,,,,,,Single-Family Attached,,,,,,,,,,,,,,,,,,,,,,,1,,,,1960s,1960-79,,,,52.7667,-1.2,3
|
| 16 |
+
retrofit_home_16,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,6,,,,1980s,1980-99,,,,52.7667,-1.2,5
|
| 17 |
+
retrofit_home_17,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,3,,,,1960s,1960-79,,,,52.7667,-1.2,3
|
| 18 |
+
retrofit_home_18,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,1960s,1960-79,,,,52.7667,-1.2,3
|
| 19 |
+
retrofit_home_19,4C,4C,Marine,Metropolitan,,,,,,Single-Family Attached,,,,,,,,,,,,,,,,,,,,,,,4,,,,1940s,1940-59,,,,52.7667,-1.2,3
|
| 20 |
+
retrofit_home_20,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,2,,,,1960s,1960-79,,,,52.7667,-1.2,3
|
| 21 |
+
retrofit_home_21,4C,4C,Marine,Metropolitan,,,,,,Single-Family Detached,,,,,,,,,,,,,,,,,,,,,,,4,,,,1980s,1980-99,,,,52.7667,-1.2,3
|
refit_processing_notes.txt
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
REFIT METADATA PROCESSING REPORT
|
| 2 |
+
|
| 3 |
+
Output file: refit_processed_metadata.csv
|
| 4 |
+
Rows preserved: 20
|
| 5 |
+
Columns preserved from metadata_cols_to_keep.yaml: 45
|
| 6 |
+
|
| 7 |
+
1. Scope
|
| 8 |
+
- Kept only the columns defined in metadata_cols_to_keep.yaml.
|
| 9 |
+
- Preserved the same row count and building IDs as the input REFIT metadata file.
|
| 10 |
+
- Standardized values to align with the classes used in results-Baseline.csv when a clear mapping was possible.
|
| 11 |
+
- Left values null when confidence was low or no clean reference-class mapping was available.
|
| 12 |
+
|
| 13 |
+
2. Column-level changes made
|
| 14 |
+
|
| 15 |
+
build_existing_model.ashrae_iecc_climate_zone_2004
|
| 16 |
+
- 20 row(s): nan -> 4C
|
| 17 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 18 |
+
|
| 19 |
+
build_existing_model.ashrae_iecc_climate_zone_2004_2_a_split
|
| 20 |
+
- 20 row(s): nan -> 4C
|
| 21 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 22 |
+
|
| 23 |
+
build_existing_model.building_america_climate_zone
|
| 24 |
+
- 20 row(s): nan -> Marine
|
| 25 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 26 |
+
|
| 27 |
+
build_existing_model.county_metro_status
|
| 28 |
+
- 20 row(s): nan -> Metropolitan
|
| 29 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 30 |
+
|
| 31 |
+
build_existing_model.geometry_building_type_acs
|
| 32 |
+
- 16 row(s): Detached -> Single-Family Detached
|
| 33 |
+
- 3 row(s): Semi-detached -> Single-Family Attached
|
| 34 |
+
- 1 row(s): Mid-terrace -> Single-Family Attached
|
| 35 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 36 |
+
|
| 37 |
+
build_existing_model.geometry_garage
|
| 38 |
+
- 4 row(s): Yes -> nan
|
| 39 |
+
Affected IDs: retrofit_home_7, retrofit_home_10, retrofit_home_17, retrofit_home_18
|
| 40 |
+
|
| 41 |
+
build_existing_model.neighbors
|
| 42 |
+
- 16 row(s): No Neighbors -> nan
|
| 43 |
+
- 3 row(s): One Side -> nan
|
| 44 |
+
- 1 row(s): Two Sides -> nan
|
| 45 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 46 |
+
|
| 47 |
+
build_existing_model.vintage
|
| 48 |
+
- 1 row(s): 1975-1980 -> 1970s
|
| 49 |
+
- 1 row(s): 1988 -> 1980s
|
| 50 |
+
- 1 row(s): 1850-1899 -> <1940
|
| 51 |
+
- 1 row(s): 1878 -> <1940
|
| 52 |
+
- 1 row(s): 2005 -> 2000s
|
| 53 |
+
- 4 row(s): 1965-1974 -> 1960s
|
| 54 |
+
- 1 row(s): 1966 -> 1960s
|
| 55 |
+
- 2 row(s): 1919-1944 -> <1940
|
| 56 |
+
- 2 row(s): 1945-1964 -> 1940s
|
| 57 |
+
- 1 row(s): 1991-1995 -> 1990s
|
| 58 |
+
- 1 row(s): post 2002 -> 2000s
|
| 59 |
+
- 2 row(s): 1981-1990 -> 1980s
|
| 60 |
+
- 1 row(s): mid 60s -> 1960s
|
| 61 |
+
Affected IDs: retrofit_home_1, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 62 |
+
|
| 63 |
+
build_existing_model.vintage_acs
|
| 64 |
+
- 1 row(s): 1975-1980 -> 1960-79
|
| 65 |
+
- 1 row(s): 1988 -> 1980-99
|
| 66 |
+
- 1 row(s): 1850-1899 -> <1940
|
| 67 |
+
- 1 row(s): 1878 -> <1940
|
| 68 |
+
- 1 row(s): 2005 -> 2000-09
|
| 69 |
+
- 4 row(s): 1965-1974 -> 1960-79
|
| 70 |
+
- 1 row(s): 1966 -> 1960-79
|
| 71 |
+
- 2 row(s): 1919-1944 -> <1940
|
| 72 |
+
- 2 row(s): 1945-1964 -> 1940-59
|
| 73 |
+
- 1 row(s): 1991-1995 -> 1980-99
|
| 74 |
+
- 1 row(s): post 2002 -> 2000-09
|
| 75 |
+
- 2 row(s): 1981-1990 -> 1980-99
|
| 76 |
+
- 1 row(s): mid 60s -> 1960-79
|
| 77 |
+
Affected IDs: retrofit_home_1, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 78 |
+
|
| 79 |
+
build_existing_model.weather_file_city
|
| 80 |
+
- 20 row(s): Loughborough -> nan
|
| 81 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 82 |
+
|
| 83 |
+
build_existing_model.weather_file_latitude
|
| 84 |
+
- 20 row(s): nan -> 52.7667
|
| 85 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 86 |
+
|
| 87 |
+
build_existing_model.weather_file_longitude
|
| 88 |
+
- 20 row(s): nan -> -1.2
|
| 89 |
+
Affected IDs: retrofit_home_1, retrofit_home_2, retrofit_home_3, retrofit_home_4, retrofit_home_5, retrofit_home_6, retrofit_home_7, retrofit_home_8, retrofit_home_9, retrofit_home_10, retrofit_home_11, retrofit_home_12, retrofit_home_13, retrofit_home_15, retrofit_home_16, retrofit_home_17, retrofit_home_18, retrofit_home_19, retrofit_home_20, retrofit_home_21
|
| 90 |
+
|
| 91 |
+
3. Assumptions used
|
| 92 |
+
- Building type mapping: Detached was mapped to Single-Family Detached.
|
| 93 |
+
- Building type mapping: Semi-detached and Mid-terrace were mapped to Single-Family Attached.
|
| 94 |
+
- Versions of vintage labels that did not match the reference classes were binned into the nearest baseline class using the date range implied by the text.
|
| 95 |
+
- Vintage examples used: 1975-1980 -> 1970s and 1960-79; 1981-1990 -> 1980s and 1980-99; pre-1940 labels -> <1940.
|
| 96 |
+
- All homes were treated as located in or around Loughborough when filling location-based fields because the source metadata used Loughborough as the weather city.
|
| 97 |
+
- weather_file_latitude was filled as 52.7667 and weather_file_longitude as -1.2 as approximate coordinates for Loughborough.
|
| 98 |
+
- county_metro_status was filled as Metropolitan as a best-fit standardization rather than a direct UK administrative equivalent.
|
| 99 |
+
- ashrae_iecc_climate_zone_2004 and ashrae_iecc_climate_zone_2004_2_a_split were filled as 4C as a best-fit climate analogue for Loughborough.
|
| 100 |
+
- building_america_climate_zone was filled as Marine as a best-fit climate analogue for Loughborough.
|
| 101 |
+
- weather_file_city was left null because Loughborough did not clearly match one of the baseline city classes.
|
| 102 |
+
- geometry_garage was left null when the source value could not be confidently translated into a baseline class such as 1 Car, 2 Car, or 3 Car.
|
| 103 |
+
- neighbors values from REFIT were not forced into the output when they did not cleanly match the baseline classes; low-confidence cases were left null.
|
| 104 |
+
- Any field not directly inferable from the REFIT metadata or not confidently mappable to a baseline class was left null.
|
| 105 |
+
|
| 106 |
+
4. Confidence notes
|
| 107 |
+
- High confidence: row count preservation, column filtering, direct building-type remaps, and straightforward vintage binning.
|
| 108 |
+
- Medium confidence: latitude/longitude for Loughborough.
|
| 109 |
+
- Low confidence: climate-zone analogues and metro-status analogue, because the baseline taxonomy appears US-centric while REFIT is UK-based.
|
| 110 |
+
- Low confidence: any inferred geographic/categorical field without an exact REFIT source value or exact baseline class equivalent.
|
timeseries_data/refit_home_1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45119469eb768de0f2e5b801976af18a99338252b6c70bacc18c492d3acd4d1f
|
| 3 |
+
size 1094884
|
timeseries_data/refit_home_10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:741ba521e7cdec0f5ad8a3e8e7a7a8384309b6db72a06c6b79f83415614a4e61
|
| 3 |
+
size 991084
|
timeseries_data/refit_home_11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb720f7be10e7c3028002f9ad66d6bb9c41a0a4332c53d3a47bd3f7d3fdfaddc
|
| 3 |
+
size 669431
|
timeseries_data/refit_home_12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091374550d6a46874c935e564bf4b45d7d0db3d509228e2c947e320881e9b041
|
| 3 |
+
size 838849
|
timeseries_data/refit_home_13.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc3a92b05565f8fa554e4294aab5870e3288ced212d06476b0b992634d48f453
|
| 3 |
+
size 805484
|
timeseries_data/refit_home_15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05444456c8cede6d07ef74f69eebabdcd6b5c09619f72d3d710878fe939f5309
|
| 3 |
+
size 953192
|
timeseries_data/refit_home_16.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd2020920c2cf703552683423e396f46d18bcdd53f377c32b0cce6ca9858c44c
|
| 3 |
+
size 922032
|
timeseries_data/refit_home_17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5097acf5bbf81a0df0b117ba97f4322db47242b0f2b414524cc3f2fbcd9b7c8
|
| 3 |
+
size 835210
|
timeseries_data/refit_home_18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fef1c2a6b30aced09d3cc4f9483ee748947cfbd62162d8ac7cfc0970787a6d45
|
| 3 |
+
size 789641
|
timeseries_data/refit_home_19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9036ba9b3ad7090a547e4d78fea79db312b1780b7c4dcc2a44cc0e2dc16d7c01
|
| 3 |
+
size 831199
|
timeseries_data/refit_home_2.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6565520a56d332ae26e71c3c8badcd9f20611b86a884ef87d4176319ab0b7b0
|
| 3 |
+
size 1007075
|
timeseries_data/refit_home_20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23ff2bf2a557a3248e29c4d96ff998b15345150793ea4b4cc8ef72064ed2d698
|
| 3 |
+
size 807962
|
timeseries_data/refit_home_21.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ffec21ed84e778c7921e3424c98621d107a5b6d66082c8ddf54d59eb81a9c5c
|
| 3 |
+
size 819980
|
timeseries_data/refit_home_3.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e76308ea1b10323c48fea0e23aa2e38ae334092aae8f1dbb704bcbd4780f1634
|
| 3 |
+
size 1009158
|
timeseries_data/refit_home_4.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c51cab63fbc1fab52acd7b84d46161103138c7f5753c66f3e4653a1566b5e73c
|
| 3 |
+
size 1082773
|
timeseries_data/refit_home_5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfb256a7d47edf020bf4f576bf3dff8452ca7ec569d2c436c418544c5e204b16
|
| 3 |
+
size 1145701
|
timeseries_data/refit_home_6.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74e99b6ef3fbbdc6b78171df587fcb38b7ec5f807134fe3345fdb3ecfb527460
|
| 3 |
+
size 980094
|
timeseries_data/refit_home_7.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77ae4682a8c2dbd2f941e60d1dfa16c90ee5999dea2a8d2100d1535e1ff4488d
|
| 3 |
+
size 1060110
|
timeseries_data/refit_home_8.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57c0c5445a8cb54c54bac44589b9790aaf64b3855bd4a58613d74db3fca1ebf5
|
| 3 |
+
size 966527
|
timeseries_data/refit_home_9.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2db1fd707ff0b8f6ac01d2820b26e2205eab4de6d05cf304c9cbc6427b48f1d4
|
| 3 |
+
size 926360
|