Free Parcel Data

Missouri Ozark County

Field dictionary

GEOID29153
Archive

37 attribute fields, profiled from the January 2024 vintage.

Columns in Ozark County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 99% 11.7k 090101000000001000, 040417000000001000, 040417000000002000
SITUS OFTString 0% 6 0, 0, 0
ADDR_NUMBE OFTString 0%
STREET_PRE OFTString 0% 1 W
STREET_NAM OFTString 0% 5 0, 0, 0
STREET_SUF OFTString 0%
STREET_TYP OFTString 0%
SITUS_CITY OFTString 0%
SITUS_ZIP OFTString 0%
OWNER OFTString 99% 8.1k STATE OF MISSOURI, RALLS STEVEN W. & LINDA S., MONTGOMERY BETTY
LAND_COVER OFTString 100% 11.5k {"21": 47, "22": 39, "41": 484, "43": 24, "81": 448}, {"21": 68, "22": 15, "41": 235, "43": 16, "81": 181}, {"21": 87, "22": 10, "23": 2, "41": 58, "43": 8, "81": 1449}
CROP_COVER OFTString 100% 10.3k {"121": 0.63, "141": 2.76, "143": 0.56, "176": 1.97}, {"121": 2.91, "122": 0.05, "141": 32.52}, {"121": 0.6, "141": 1.1, "143": 0.13, "176": 0.93}
MUNI_ID OFTInteger64 100% 18 767123, 767123, 767123
SCHOOL_DIS OFTInteger64 100% 6 2912600, 2912600, 2912600
ACREAGE OFTReal 100% 1.7k 0.0, 12.0, 5.6
ACREAGE_AD OFTReal 100% 9.2k 7941.95440683319, 134.33845504745, 28.574267955993
ZIP_CODE OFTString 100% 19 65773, 65773, 65773
PLSS_SECTI OFTString 88% 36 01, 17, 17
PLSS_TOWNS OFTString 88% 4 23N, 24N, 24N
PLSS_RANGE OFTString 88% 6 14W, 14W, 14W
MAIL_ADDRE OFTString 11% 759 516 GLENGARRY COURT, 24602 STATE HIGHWAY 95, 24602 STATE HIGHWAY 95
MAIL_AD_01 OFTString 99% 2.5k GAINESVILLE MO 65655-0000, WASOLA MO 65773-0000, COLUMBIA MO 65203-0000
CENSUS_TRA OFTInteger64 100% 2 470200, 470200, 470200
CENSUS_BLK OFTInteger 100% 5 1, 1, 1
CENSUS_BLO OFTInteger 100% 745 1087, 1068, 1041
AREA_METER OFTReal 100% 11.9k 2585502.49289096, 55172.5939443427, 24007.2789774931
FLD_ZONE OFTString 20% 8 {A}, {A}, {A}
ZONE_SUBTY OFTString 20% 5 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 28% 6 2587119, 2587119, 2587119
ALT_ID_1 OFTString 100% 11.8k 090101000000001000, 040417000000001000, 040417000000002000
ELEVATION OFTString 100% 11.9k
ROBUST_ID OFTString 100% 11.9k AABx4dIgfz9f4k6O, AABx4TyMKB1cQMLO, AABx4SB6tkawPVo_
CALC_ACREA OFTReal 100% 11.9k 638.903521018285, 13.6336996895865, 5.93243870812832
COUNTY_NAM OFTString 100% 1 Ozark, Ozark, Ozark
COUNTY_FIP OFTInteger64 100% 1 29153, 29153, 29153
STATE_ABBR OFTString 100% 1 MO, MO, MO
CTY_ROW_ID OFTInteger64 100% 11.9k 9455, 9987, 9993

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.