Free Parcel Data

New Mexico Mora County

Field dictionary

GEOID35033
Aged

17 attribute fields, profiled from the November 2022 vintage.

Columns in Mora County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 99% 770 008-196, 009-032, 010-049
LAND_COVER OFTString 100% 969 {"42": 619}, {"21": 103, "42": 610}, {"42": 617}
CROP_COVER OFTString 100% 961 {"142": 0.64}, {"142": 0.73}, {"142": 1.24}
ACREAGE_AD OFTReal 100% 1.0k 0.639926196307709, 0.732336349316976, 1.23614752708638
ZIP_CODE OFTString 100% 8 87732, 87732, 87732
PLSS_SECTI OFTString 16% 9 14, 02, 14
PLSS_TOWNS OFTString 16% 2 20N, 20N, 21N
CENSUS_BLK OFTInteger 100% 4 3, 3, 3
CENSUS_BLO OFTInteger 100% 66 3114, 3000, 3000
AREA_METER OFTReal 100% 1.0k 2589.6410356024, 2963.60466722098, 5002.41806113221
ELEVATION OFTString 100% 1.0k
ROBUST_ID OFTString 100% 1.0k AACI2Ttz3EEhBpFB, AACI2e08BF-IRcDa, AACI2SFrpSZhswvu
CALC_ACREA OFTReal 100% 1.0k 0.639926196307709, 0.732336349316976, 1.23614752708638
COUNTY_NAM OFTString 100% 1 Mora, Mora, Mora
COUNTY_FIP OFTInteger64 100% 1 35033, 35033, 35033
STATE_ABBR OFTString 100% 1 NM, NM, NM
CTY_ROW_ID OFTInteger64 100% 1.0k 77, 112, 180

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.