Free Parcel Data

Missouri Barton County

Field dictionary

GEOID29011
Aged

41 attribute fields, profiled from the October 2022 vintage.

Columns in Barton County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 8.3k 04-03.0-05-00.0-000-002.010, 04-05.0-16-00.0-000-004.000, 04-07.0-36-00.0-000-003.010
SITUS OFTString 100% 7.1k 904 N 43 HWY, 759 N FF HWY, 408 N HWY W
ADDR_NUMBE OFTString 73% 1.6k 904, 759, 408
STREET_PRE OFTString 78% 34 N, N, N
STREET_NAM OFTString 100% 573 43, FF, HWY
STREET_SUF OFTString 1% 9 W, W, W
STREET_TYP OFTString 74% 12 Hwy, Hwy, HWY)
SITUS_CITY OFTString 62% 8 SHELDON, SHELDON, SHELDON
SITUS_ZIP OFTString 62% 8 64784, 64784, 64784
ADDR_SEC_U OFTString 1% 27 160, 160, 160
OWNER OFTString 100% 5.7k CLAFLIN HARRY & MARY FAMILY TRUST, WILSON DENNIS W & JOAN M, SCHNEIDER ERIC & ANGELA
LAND_COVER OFTString 100% 8.0k {"11": 8, "21": 33, "22": 2, "23": 4, "81": 1457, "82": 4}, {"41": 363, "81": 324}, {"21": 36, "22": 36, "81": 639}
CROP_COVER OFTString 100% 7.0k {"141": 1.53, "176": 0.2}, {"5": 0.01, "37": 0.21, "141": 0.36, "176": 3.55}, {"5": 0.01, "37": 0.21, "141": 0.36, "176": 3.55}
MUNI_ID OFTInteger64 100% 15 766274, 766274, 766274
SCHOOL_DIS OFTInteger64 100% 6 2918510, 2918510, 2918510
ACREAGE OFTReal 100% 1.2k 74.8, 160.0, 1.7
ACREAGE_AD OFTReal 100% 7.6k 79.2134738991867, 158.496409038123, 1.73239403137281
ZIP_CODE OFTString 100% 9 64762, 64762, 64759
LEGAL_DESC OFTString 100% 7.2k W2 SW4, N2 SE4 & S2 NE4, N2 NE4
PLSS_SECTI OFTString 100% 36 05, 16, 36
PLSS_TOWNS OFTString 100% 4 33N, 33N, 33N
PLSS_RANGE OFTString 100% 5 32W, 32W, 32W
MAIL_ADDRE OFTString 100% 4.6k 904 N HWY 43, 759 N HWY FF, 408 N HWY W
MAIL_AD_01 OFTString 100% 1.9k BRONAUGH 64728-0000, LIBERAL 64762-0000, LAMAR 64759-9417
OWNER_OCCU OFTString 100% 3 T, F, F
USPS_RESID OFTString 100% 3 T, ?, ?
CENSUS_TRA OFTInteger64 100% 3 960200, 960200, 960200
CENSUS_BLK OFTInteger 100% 5 2, 2, 2
CENSUS_BLO OFTInteger 100% 894 2027, 2129, 2197
AREA_METER OFTReal 100% 8.6k 320559.564158418, 641400.222727217, 7010.61887974105
FLD_ZONE OFTString 44% 5 {A}, {A}, {A}
ZONE_SUBTY OFTString 44% 3 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 36% 9 2395617, 2395617, 2395617
ALT_ID_1 OFTString 100% 8.3k 37134, 35749, 42193
ELEVATION OFTString 100% 8.6k
ROBUST_ID OFTString 100% 11.1k AABxU5NYR3bU9igM, AABxU2sozGneKwyl, AABxU73kE6-gtyzn
CALC_ACREA OFTReal 100% 8.6k 79.2134738991867, 158.496409038123, 1.73239403137281
COUNTY_NAM OFTString 100% 1 Barton, Barton, Barton
COUNTY_FIP OFTInteger64 100% 1 29011, 29011, 29011
STATE_ABBR OFTString 100% 1 MO, MO, MO
CTY_ROW_ID OFTInteger64 100% 11.1k 9368, 7777, 5234

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.