Small fixes
This commit is contained in:
parent
d93beb9201
commit
7591e5fc05
12 changed files with 198 additions and 14 deletions
|
|
@ -104,6 +104,18 @@ PROPERTY_TYPE_MAP = {
|
|||
"Garages": "Other",
|
||||
"Mews": "Terraced",
|
||||
"Property": "Other",
|
||||
"Flat Share": "Other",
|
||||
"Block of Apartments": "Flats/Maisonettes",
|
||||
"Private Halls": "Flats/Maisonettes",
|
||||
"Terraced Bungalow": "Terraced",
|
||||
"Equestrian Facility": "Other",
|
||||
"Ground Maisonette": "Flats/Maisonettes",
|
||||
"Country House": "Detached",
|
||||
"Village House": "Detached",
|
||||
"Farm Land": "Other",
|
||||
"House Boat": "Other",
|
||||
"Barn": "Other",
|
||||
"Serviced Apartments": "Flats/Maisonettes",
|
||||
# Lowercase variants (from home.co.uk / Rightmove APIs)
|
||||
"house": "Detached",
|
||||
"bungalow": "Other",
|
||||
|
|
@ -113,6 +125,19 @@ PROPERTY_TYPE_MAP = {
|
|||
"not-specified": "Other",
|
||||
"retirement-property": "Flats/Maisonettes",
|
||||
"equestrian-facility": "Other",
|
||||
"flat": "Flats/Maisonettes",
|
||||
"detached": "Detached",
|
||||
"semi-detached": "Semi-Detached",
|
||||
"terraced": "Terraced",
|
||||
"maisonette": "Flats/Maisonettes",
|
||||
"apartment": "Flats/Maisonettes",
|
||||
"studio": "Flats/Maisonettes",
|
||||
"penthouse": "Flats/Maisonettes",
|
||||
"cottage": "Other",
|
||||
"chalet": "Other",
|
||||
"farm_house": "Detached",
|
||||
"country house": "Detached",
|
||||
"village house": "Detached",
|
||||
}
|
||||
|
||||
CHANNELS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue