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 :)
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 onMC CLELLAN ST
, which gets standardized toMCCLELLAN 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 inload_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 :)