changes
This commit is contained in:
parent
524580eb25
commit
ffe080adef
82 changed files with 2652 additions and 2956 deletions
|
|
@ -58,21 +58,6 @@ pub struct EnumFeatureGroup {
|
|||
pub features: &'static [EnumFeatureConfig],
|
||||
}
|
||||
|
||||
/// Columns in parquet that are not filterable
|
||||
pub const IGNORED_COLUMNS: &[&str] = &[
|
||||
"lat",
|
||||
"lon",
|
||||
"Address per Property Register",
|
||||
"Address per EPC",
|
||||
"Postcode",
|
||||
"historical_prices",
|
||||
"Is construction date approximate",
|
||||
"Current energy rating",
|
||||
"Potential energy rating",
|
||||
"Property sub-type",
|
||||
"Listing URL",
|
||||
"Price qualifier",
|
||||
];
|
||||
|
||||
pub static FEATURE_GROUPS: &[FeatureGroup] = &[
|
||||
FeatureGroup {
|
||||
|
|
@ -964,6 +949,20 @@ pub static ENUM_FEATURE_GROUPS: &[EnumFeatureGroup] = &[
|
|||
detail: "From HM Land Registry Price Paid data. The broad property type classification: Detached, Semi-Detached, Terraced, or Flat/Maisonette.",
|
||||
source: "price-paid",
|
||||
},
|
||||
EnumFeatureConfig {
|
||||
name: "Current energy rating",
|
||||
order: Some(&["A", "B", "C", "D", "E", "F", "G"]),
|
||||
description: "Current EPC energy efficiency rating (A = best, G = worst)",
|
||||
detail: "The current energy efficiency rating from the Energy Performance Certificate. Ranges from A (most efficient) to G (least efficient). Based on the property's energy use per square metre of floor area.",
|
||||
source: "epc",
|
||||
},
|
||||
EnumFeatureConfig {
|
||||
name: "Potential energy rating",
|
||||
order: Some(&["A", "B", "C", "D", "E", "F", "G"]),
|
||||
description: "Potential EPC rating if all recommended improvements were made",
|
||||
detail: "The potential energy efficiency rating from the Energy Performance Certificate if all cost-effective improvements recommended in the EPC report were carried out. Ranges from A (most efficient) to G (least efficient).",
|
||||
source: "epc",
|
||||
},
|
||||
],
|
||||
},
|
||||
EnumFeatureGroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue