CityOfPhiladelphia / ais

Address Information System
19 stars 8 forks source link

Unhandled Passyunk exceptions #119

Closed bertday closed 7 years ago

bertday commented 7 years ago

Searching for 0 LISTER on the addresses endpoint gives a 500 error:

http://api.phila.gov/ais/v1/addresses/0%20LISTER

Alexander-M-Waldman commented 7 years ago

What's happening is Passyunk is classifying it as an address but normalizing it to LISTER ST (w/o low_num) - either Passyunk can classify as a street and this will solve the issue, or AIS can handle addresses without low numbers as 404s. What do you think @rbrtmrtn ?

bertday commented 7 years ago

@Alexander-M-Waldman I think it's OK to return a 404 for this.