biglocalnews/usps

Request: throw out null addresses

Opened this issue · 1 comments

Some addresses on open addresses don't actually have number or street.

We should check if those exist, and throw them out during the data loading and indexing stage.

Screenshot 2023-03-15 at 3 17 53 PM

jnu commented

Only hesitation is that I want to figure out why they are missing. If it's missing from OA then sure, we can toss it. But it might be missing due to an error in our processing, in which case we should fix the underlying error.