From 9e0d085b5398b3ad747c46cc31528991cfb0d313 Mon Sep 17 00:00:00 2001 From: linnealovespie Date: Wed, 27 Aug 2025 00:36:34 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d56e12..be063ce 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- `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. \ No newline at end of file -- 2.49.0