This library is a python client that provides up-to-date open data from the City of Philadelphia. The data comes from the following sources:
- opa-property-assessments (CartoDB) (Colab)
- licenses-and-inspections-violations (CartoDB)
- licenses-and-inspections-business-licenses (CartoDB)
- licenses-and-inspections-building-permits (CartoDB)
- license-and-inspections-appeals (CartoDB)
- licenses-and-inspections-service-requests (CartoDB)
- real-estate-transfers (CartoDB)
- property-tax-delinquencies (CartoDB)
- licenses-and-inspections-inspections (CartoDB)
- Condominiums (CartoDB)
This tool attempts to remove any property that is owned by the city. However, city property is poorly labeled in the data, which makes it hard to find and remove.
Check out the exclusion list for the list of terms that are connected to public housing and therefore automatically excluded.
There are two "types" of tests. One actually hits the URLs, the other mocks the request. By default, the mocked request is used. To hit the URLs, use the --make-request
option.
./test.sh
./test.sh --make-request