Free Parcel Data

California Del Norte County

Field dictionary

GEOID06015
Aged

43 attribute fields, profiled from the February 2022 vintage.

Columns in Del Norte County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 12.9k 116160044000, 118440020000, 118440011000
SITUS OFTString 68% 10.8k 280 E ADAMS AVE, 1015 E CONDOR ST, 1045 E CONDOR ST
ADDR_NUMBE OFTString 67% 2.8k 280, 1015, 1045
STREET_PRE OFTString 6% 4 E, E, E
STREET_NAM OFTString 68% 756 ADAMS, CONDOR, CONDOR
STREET_SUF OFTString 1% 2 N, N, N
STREET_TYP OFTString 64% 16 Ave, St, St
SITUS_CITY OFTString 52% 4 CRESCENT CITY, CRESCENT CITY, CRESCENT CITY
SITUS_ZIP OFTString 52% 4 95531, 95531, 95531
OWNER OFTString 80% 9.2k MOUA KOU & LEE, CC SEABREEZE L.P., CC SEABREEZE L.P.
STORY_HEIG OFTReal 100% 6 0.0, 0.0, 0.0
LAND_USE_C OFTString 80% 43 M1, XR, XR
LAND_US_01 OFTString 43% 4 Residential, Residential, Residential
LAND_COVER OFTString 100% 14.5k {"22": 456, "23": 27}, {"22": 202, "23": 239}, {"23": 423}
MUNI_ID OFTInteger64 100% 3 1935066, 1935066, 1935066
ACREAGE OFTReal 100% 1.3k 0.51, 0.0, 0.0
MKT_VAL_LA OFTReal 100% 6.0k 64379.0, 59406.0, 65595.0
MKT_VAL_BL OFTReal 100% 6.5k 97862.0, 184639.0, 314390.0
ZIP_CODE OFTString 100% 9 95531, 95531, 95531
TOTAL_BATH OFTReal 100% 23 0.0, 4.0, 8.0
HALFBATH OFTReal 100% 3 0.0, 0.0, 0.0
BEDROOMS OFTInteger64 100% 32 0, 4, 12
TOTAL_ROOM OFTInteger64 100% 36 0, 4, 12
YEAR_BUILT OFTInteger64 100% 149 0, 1979, 1979
MAIL_ADDRE OFTString 35% 1.0k UKIAH CA 95482, UKIAH CA 95482, UKIAH CA 95482
MAIL_AD_01 OFTString 80% 4.8k CRESCENT CITY CA 95531, 499 LESLIE STREET, 499 LESLIE STREET
MAIL_AD_02 OFTString 80% 7.5k 4550 WONDER STUMP RD, DBA SEABREEZE APARTMENTS X, DBA SEABREEZE APARTMENTS I
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 T, T, ?
CENSUS_TRA OFTInteger64 100% 7 105, 101, 101
CENSUS_BLK OFTInteger 100% 5 1, 2, 2
CENSUS_BLO OFTInteger 100% 665 1039, 2000, 2000
AREA_METER OFTReal 100% 16.2k 1962.25294528304, 1371.47306843389, 1316.40669870726
FLD_ZONE OFTString 25% 41 {X}, {X}, {X}
ZONE_SUBTY OFTString 25% 18 {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}
PLACE_GNIS OFTInteger64 35% 7 2410262, 2410262, 2410262
ELEVATION OFTString 100% 16.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% 16.2k AAAXf2afPsArukfa, AAAXf6M2RqR0AlbI, AAAXf_VulI3oNwAi
CALC_ACREA OFTReal 100% 16.2k 0.484892325308892, 0.338904709940698, 0.325297259317551
COUNTY_NAM OFTString 100% 1 Del Norte, Del Norte, Del Norte
COUNTY_FIP OFTInteger64 100% 1 6015, 6015, 6015
STATE_ABBR OFTString 100% 1 CA, CA, CA
CTY_ROW_ID OFTInteger64 100% 16.2k 9621, 14104, 14107

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.