Update README.md #1
@ -3,6 +3,7 @@
|
||||
Initial repository for building up Seattle database for anti-eviction mapping.
|
||||
|
||||
Modelled off the [evictorbase pipeline code](https://github.com/antievictionmappingproject/eb-data-pipeline).
|
||||
Relevant but not 1-1 walkthrough of how to programmatically find building owners: [350 Seattle BEPS Repo](https://github.com/BenBagBag/350_seattle_building_ownership/blob/main/How%20to%20Find%20Building%20Owners.ipynb)
|
||||
|
||||
## Project Structure
|
||||
|
||||
@ -12,4 +13,10 @@ Modelled off the [evictorbase pipeline code](https://github.com/antievictionmapp
|
||||
- `inputs/`: directory with only files that come directly from APIs or public websites
|
||||
- `intermediates/`: directory for folders containing intermediate transformed versions of the inputs
|
||||
- `to_load/`: directory for files that can be loaded directly into the PostgreSQL database
|
||||
- `experiments/`: directory for Jupyter notebooks for data exploration and script development
|
||||
- `experiments/`: directory for Jupyter notebooks for data exploration and script development
|
||||
|
||||
## Data Inputs:
|
||||
[eRealProperty](https://kingcounty.gov/en/dept/kcit/data-information-services/gis-center/property-research): King County assessor data for finding the owner of a given parcel.
|
||||
[Washington State Corporations and Charities Filing Database (CCFS)](https://kingcounty.gov/en/dept/kcit/data-information-services/gis-center/property-research): For looking up a parcel owner name and finding the related business listing and related info.
|
||||
|
||||
TODO: Find a good source for eviction filing data. Those with access can refer to the [potential data source list](https://docs.google.com/spreadsheets/d/1Ew0UrZvP-S74velkWSKaiSGBYcxIAoRH6IGpEzNWX6s/edit?gid=0#gid=0) to find new data sources.
|
||||
Reference in New Issue
Block a user