CityOfPhiladelphia / ais

Address Information System
19 stars 8 forks source link

DOR addresses are being QC'd before being parsed #121

Open bertday opened 7 years ago

bertday commented 7 years ago

In load_dor_parcels it looks like the addresses components of each parcel are being tested before being run through Passyunk. If they don't meet certain criteria (e.g. "known street name"), they get excluded from the build. As a result, all parcels on MC CLELLAN ST, which gets standardized to MCCLELLAN ST by Passyunk are being filtered out.

IIRC the reason for this was to flag them as errors in the dor_parcel_error table. We may need to change the logic in load_dor_parcels to write out a warning instead so these parcels can still participate.

FYI @Alexander-M-Waldman I don't think this is new behavior (i.e. it's probably been like this forever) but just wanted to make sure it was documented :)