This commit is contained in:
Andras Schmelczer 2026-03-15 17:38:26 +00:00
parent 80c093b7ba
commit f72c43a9fa
101 changed files with 2168 additions and 1177 deletions

View file

@ -94,9 +94,6 @@ def transform_property(prop: dict, outcode: str, pc_index: PostcodeSpatialIndex)
key_features = [kf.get("description", "") for kf in prop.get("keyFeatures", []) if kf.get("description")]
listing_update = prop.get("listingUpdate", {})
update_date = listing_update.get("listingUpdateDate", "")
postcode = pc_index.nearest(lat, lng)
if not postcode:
log.debug("No England postcode for property at %.4f, %.4f — skipping", lat, lng)