Free Parcel Data

California Sonoma County

Field dictionary

GEOID06097
Aged

43 attribute fields, profiled from the January 2021 vintage.

Columns in Sonoma County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 001-192-026, 001-173-010, 001-173-004
SITUS OFTString 98% 50.0k 0 E 1ST ST, 102 E 1ST ST, 104 E 1ST ST
ADDR_NUMBE OFTString 92% 19.6k 102, 104, 121
STREET_PRE OFTString 3% 6 E, E, E
STREET_NAM OFTString 97% 5.5k 1ST, 1ST, 1ST
STREET_SUF OFTString 1% 4 N, N, N
STREET_TYP OFTString 93% 47 St, St, St
SITUS_CITY OFTString 83% 29 CLOVERDALE, CLOVERDALE, CLOVERDALE
SITUS_ZIP OFTString 83% 35 95425, 95425, 95425
ADDR_SEC_U OFTString 0% 5 Unit, STE, Ste
ADDR_SE_01 OFTString 0% 27 1, 100, 110
OWNER OFTString 100% 50.0k HOLMBERG JON RICHARD, DUTT VIKRAM TR & DUTT JUHL TR, DUTT VIKRAM TR & DUTT JUHL TR
BLDG_SQFT OFTInteger64 99% 7.8k 0, 2139, 13188
LAND_COVER OFTString 100% 34.5k {"22": 2, "23": 3}, {"24": 1}, {"24": 1}
MUNI_ID OFTInteger64 100% 7 1935055, 1935055, 1935055
SCHOOL_DIS OFTInteger64 100% 14 608970, 608970, 608970
MKT_VAL_LA OFTReal 100% 40.7k 148569.0, 81181.0, 119066.0
MKT_VAL_BL OFTReal 100% 50.0k 0.0, 0.0, 460033.0
ZIP_CODE OFTString 100% 37 95425, 95425, 95425
BUILDINGS OFTInteger64 100% 117 0, 0, 1
TOTAL_BATH OFTReal 96% 134 0.0, 1.0, 1.0
BEDROOMS OFTInteger64 96% 156 0, 2, 1
YEAR_BUILT OFTInteger64 81% 175 1948, 1950, 1922
MAIL_ADDRE OFTString 100% 35.2k SAN JOSE CA 95123, GREENBRAE CA 94904, GREENBRAE CA 94904
MAIL_AD_01 OFTString 100% 50.0k 195 BLOSSOM HILL RD # 269, 51 ELIZABETH CIR, 51 ELIZABETH CIR
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, F, F
CENSUS_TRA OFTInteger64 100% 99 154201, 154201, 154201
CENSUS_BLK OFTInteger 100% 6 4, 4, 4
CENSUS_BLO OFTInteger 100% 715 4015, 4012, 4012
ZONING OFTString 46% 691 R-2, DTC, DTC
AREA_METER OFTReal 100% 50.0k 1247.6044492735, 165.474349469228, 269.181987761888
FLD_ZONE OFTString 13% 52 {AE}, {AE}, {AE}
ZONE_SUBTY OFTString 13% 26 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 77% 37 2409487, 2409487, 2409487
ALT_ID_1 OFTString 100% 50.0k 001192026, 001173010, 001173004
ELEVATION OFTString 99% 50.0k {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}
ROBUST_ID OFTString 100% 50.0k AAAX0TPPvIu09Bj4, AAAX0T_mPhynnNVI, AAAX0WwO8eniHfL6
CALC_ACREA OFTReal 100% 50.0k 0.308295535459975, 0.0408903664973409, 0.0665175609958401
COUNTY_NAM OFTString 100% 1 Sonoma, Sonoma, Sonoma
COUNTY_FIP OFTInteger64 100% 1 6097, 6097, 6097
STATE_ABBR OFTString 100% 1 CA, CA, CA
CTY_ROW_ID OFTInteger64 100% 50.0k 157680, 155738, 156337

Why this differs from the next county over

There is no national parcel schema. Every assessor's office built its own, usually decades ago, usually inside whatever CAMA system it bought at the time. One county's owner column is OWNER_NAME, the next one's is own1, and a third splits it across four fields. Shapefile's ten-character DBF limit truncated a generation of them into things like TOTLNDVAL.

Nothing here is renamed or remapped. The columns above are exactly what is in the file, because a normalisation layer that quietly guesses wrong is worse than no normalisation at all — and every guess it makes is one you cannot audit.

The Filled column is the share of rows with a real value. Placeholder text such as n/a counts as empty; a column that is 100% present but 90% placeholder is a column that will disappoint you, and the profiler treats it accordingly.