https://github.com/raleighlittles/santabarbarapropertydata
A collection of property/land data for Santa Barbara county.
https://github.com/raleighlittles/santabarbarapropertydata
apns assessor-parcel-numbers county parcel-number property-data santa-barbara santa-barbara-county
Last synced: 3 months ago
JSON representation
A collection of property/land data for Santa Barbara county.
- Host: GitHub
- URL: https://github.com/raleighlittles/santabarbarapropertydata
- Owner: raleighlittles
- Created: 2017-09-16T04:31:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T17:16:15.000Z (over 3 years ago)
- Last Synced: 2025-03-09T13:49:06.301Z (3 months ago)
- Topics: apns, assessor-parcel-numbers, county, parcel-number, property-data, santa-barbara, santa-barbara-county
- Language: Python
- Homepage: http://sbcassessor.com/assessor/search.aspx
- Size: 596 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
I was interested in seeing how expensive property is in Santa Barbara county so I used [Assessor Parcel Numbers](https://en.wikipedia.org/wiki/Assessor%27s_parcel_number) (APNs) to check. I used the [Santa Barbara County Clerk's website](http://www.sbcvote.com/assessor/AssessorParcelMap.aspx) to get every APN in the county.
The final output is a CSV containing 23 columns:
```
'APN', ' Address', ' City', ' State', ' ZIP code', ' Transfer Date', ' TRA', ' Document #', ' Transfer Tax Amount', ' Use Description', ' Jurisdiction', ' Acreage', ' Square Feet', ' Year Built', ' Bedrooms', ' Bathrooms', ' Fireplaces', ' Land & Mineral Rights', ' Improvements', ' Personal Property', ' Home Owner Exemption', ' Other Exemption', ' Net Assessed Value'
```In addition to this, I also downloaded the entire Parcel *Map* database from [the Public Works department](http://countyofsb.org/pwd/pmlookup.sbc). You can review some maps for each parcel number, as these are stored in the Maps folder, but not all maps exist for every APN, so as of now there isn't much you can do with these, but they are interesting to look at if you want to see a map of your property (according to the county).
The map section is a work in progress and there is more to come.