From f86fdf62a1f3f0d3c897d22836fcf6682921f5c3 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 6 Jan 2022 17:56:35 -0800 Subject: [PATCH] No 0 housenumbers --- conflation.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conflation.sql b/conflation.sql index 5bd57af..bb30eeb 100644 --- a/conflation.sql +++ b/conflation.sql @@ -501,8 +501,11 @@ update parcels_public_shapefile SET "addr:street" = REGEXP_REPLACE("addr:street" update parcels_public_shapefile SET "addr:street" = 'Stewarts Point-Skaggs Springs Road' where situsfmt1 LIKE '%STEWART%SKAGG%'; -- FYI this dataset has "Blank Road" but that is an actual real road --- TODO: consider "0" housenumbers +-- "0" housenumbers are not allowed +update parcels_public_shapefile SET "addr:housenumber" = NULL where "addr:housenumber" '0'; + +-- TODO: -- 900 TRANSPORT WAY #A&B -- 21075 RIVER BLVD #1 & 2 -- 34 A&B RANDALL LN