Free Parcel Data

New Mexico Sierra County

Field dictionary

GEOID35051
Aged

37 attribute fields, profiled from the November 2022 vintage.

Columns in Sierra County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 15.8k 3020075294487, 3020075302490, 3020075311488
SITUS OFTString 50% 7.6k 100 AVE NIDO LOOP, 102 AVE NIDO LOOP, 104 AVE NIDO LOOP
ADDR_NUMBE OFTString 49% 1.4k 100, 102, 104
STREET_PRE OFTString 8% 10 AVE, AVE, AVE
STREET_NAM OFTString 50% 631 NIDO, NIDO, NIDO
STREET_SUF OFTString 0%
STREET_TYP OFTString 22% 15 Loop, Loop, Loop
SITUS_CITY OFTString 21% 5 TRUTH OR CONSEQUENCES, TRUTH OR CONSEQUENCES, TRUTH OR CONSEQUENCES
SITUS_ZIP OFTString 21% 5 87901, 87901, 87901
OWNER OFTString 92% 9.1k TURTLEBACK DEVELOPMENT CORPORATION, PADILLA PETE G, CURTIS LISA K REVOCABLE TRUST
LAND_COVER OFTString 100% 11.7k {"23": 9, "52": 362}, {"23": 4, "52": 370}, {"52": 386}
CROP_COVER OFTString 100% 9.1k {"122": 0.0, "123": 0.0, "152": 0.36}, {"123": 0.0, "152": 0.28}, {"152": 0.29}
MUNI_ID OFTInteger64 100% 2 1937607, 1937607, 1937607
SCHOOL_DIS OFTInteger64 100% 3 3502610, 3502610, 3502610
ACREAGE_AD OFTReal 100% 11.1k 86.2905421617389, 0.287346804395941, 0.2910076147106
ZIP_CODE OFTString 100% 13 87935, 87935, 87935
PLSS_SECTI OFTString 69% 36 04, 04, 04
PLSS_TOWNS OFTString 70% 10 14S, 14S, 14S
PLSS_RANGE OFTString 70% 14 4W, 4W, 4W
MAIL_ADDRE OFTString 92% 8.2k 600 17TH ST. SUITE 1800N DENVER CO 80202, 604 CAMINO DEL CIELO T OR C NM 87901, 215 CENTRAL AVE NW SUITE 300 ALBUQUERQUE NM 87102
MAIL_NAME OFTString 19% 2.0k STAGNER JERRY IRA, STARLIN VERNONA KAY, CARRIE VIRGINIA LAWSON
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 4 962401, 962401, 962401
CENSUS_BLK OFTInteger 100% 2 2, 2, 2
CENSUS_BLO OFTInteger 100% 743 2069, 2069, 2069
AREA_METER OFTReal 100% 15.8k 1482.79625110808, 1162.8295269149, 1177.64402375703
FLD_ZONE OFTString 0% 2 {D}, {A}, {A}
PLACE_GNIS OFTInteger64 58% 11 2410420, 2410420, 2410420
ALT_ID_1 OFTString 92% 12.0k 18229, 18614, 18577
ELEVATION OFTString 100% 15.8k {}
ROBUST_ID OFTString 100% 17.3k AACI61XGTQCiOKY-, AACI6-usccsWhDRr, AACI6-HfrWBPp8IO
CALC_ACREA OFTReal 100% 15.8k 0.366413781611318, 0.287346804395941, 0.2910076147106
COUNTY_NAM OFTString 100% 1 Sierra, Sierra, Sierra
COUNTY_FIP OFTInteger64 100% 1 35051, 35051, 35051
STATE_ABBR OFTString 100% 1 NM, NM, NM
CTY_ROW_ID OFTInteger64 100% 17.3k 10693, 9969, 10436

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.