Free Parcel Data

New York Montgomery County

Field dictionary

GEOID36057
Archive

53 attribute fields, profiled from the September 2023 vintage.

Columns in Montgomery County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 99% 25.2k 39.11-4-54, 38.12-2-43, 38.12-2-39
SITUS OFTString 99% 19.0k 96 Cor Chapel-Tremont, 1 East Main St, 11 East Main St
ADDR_NUMBE OFTString 71% 2.5k 96, 1, 11
STREET_PRE OFTString 9% 29 Cor, E, E
STREET_NAM OFTString 99% 1.5k Chapel-Tremont, Main, Main
STREET_SUF OFTString 1% 5 N, S, N
STREET_TYP OFTString 87% 34 St, St, St
SITUS_CITY OFTString 67% 13 FORT JOHNSON, FORT JOHNSON, AMSTERDAM
SITUS_ZIP OFTString 67% 13 12070, 12070, 12010
ADDR_SEC_U OFTString 0% 36 # 6, Rear, Wp 42Hm
OWNER OFTString 98% 18.4k Sollecito-Davis Diane, Demitraszek Peter P, Cedeno Noel
BLDG_SQFT OFTInteger64 100% 199 0, 0, 0
LAND_USE_C OFTString 98% 190 311, 210, 220
LAND_US_01 OFTString 78% 5 Residential, Residential, Commercial
LAND_COVER OFTString 100% 22.3k {"21": 166, "22": 2, "23": 17}, {"21": 121, "23": 328}, {"22": 298, "23": 48}
CROP_COVER OFTString 100% 17.8k {"121": 0.12, "122": 0.01}, {"121": 0.12, "123": 0.32}, {"122": 0.11, "123": 0.02}
MUNI_ID OFTInteger64 100% 11 978677, 978678, 978678
SCHOOL_DIS OFTInteger64 100% 16 3602970, 3602970, 3602970
ACREAGE OFTReal 100% 1.9k 0.0, 0.0, 0.0
ACREAGE_AD OFTReal 100% 20.9k 0.619557946905134, 0.439808888713092, 0.124213780191861
MKT_VAL_LA OFTReal 100% 2.1k 2900.0, 900.0, 300.0
MKT_VAL_BL OFTReal 100% 3.7k 0.0, 7500.0, 6500.0
MKT_VAL_TO OFTReal 100% 8.3k 5800.0, 105000.0, 85000.0
ZIP_CODE OFTString 100% 19 12010, 12070, 12070
BUILDINGS OFTInteger64 100% 30 0, 2, 1
SEWER OFTString 78% 2 Comm/public, Private, Private
WATER OFTString 78% 2 Comm/public, Private, Private
FULLBATH OFTReal 100% 7 0.0, 1.0, 2.0
BEDROOMS OFTInteger64 100% 15 0, 3, 6
STYLE OFTString 61% 17 8, 8, 8
HEATSRC OFTString 60% 4 Hot wtr/stm, No central, Hot wtr/stm
YEAR_BUILT OFTInteger64 100% 253 0, 1910, 1920
MAIL_ADDRE OFTString 92% 15.9k 60 Wilkes Ave, 11 East Main St Apt 2, 817 E Main St
MAIL_AD_01 OFTString 9% 665 PO BOX 217, PO BOX 435, PO BOX 435
MAIL_AD_02 OFTString 98% 1.4k Amsterdam NY 12010, Fort Johnson NY 12070, Fort Johnson NY 12070
OWNER_OCCU OFTString 100% 3 F, F, T
USPS_RESID OFTString 100% 3 ?, T, T
CENSUS_TRA OFTInteger64 100% 16 70500, 72100, 72100
CENSUS_BLK OFTInteger 100% 4 2, 4, 4
CENSUS_BLO OFTInteger 100% 460 2004, 4044, 4046
AREA_METER OFTReal 100% 25.3k 526.504227106614, 1779.8101603055, 502.665939022544
FLD_ZONE OFTString 2% 9 {AE,AE}, {AE,AE}, {AE}
ZONE_SUBTY OFTString 2% 10 {NULL,FLOODWAY}, {NULL,FLOODWAY}, {FLOODWAY}
PLACE_GNIS OFTInteger64 50% 13 978677, 2390846, 2390846
ALT_ID_1 OFTString 99% 25.2k 03901100040540000000, 03801200020430000000, 03801200020390000000
ALT_ID_2 OFTString 99% 26 270100, 272001, 272001
ELEVATION OFTString 100% 25.3k
ROBUST_ID OFTString 100% 25.9k AACM2T97dUFl-9gE, AACM2YF-ln96Jn7a, AACM2Sce5hyL-BVm
CALC_ACREA OFTReal 100% 25.3k 0.130104459560315, 0.439808888713092, 0.124213780191861
COUNTY_NAM OFTString 100% 1 Montgomery, Montgomery, Montgomery
COUNTY_FIP OFTInteger64 100% 1 36057, 36057, 36057
STATE_ABBR OFTString 100% 1 NY, NY, NY
CTY_ROW_ID OFTInteger64 100% 25.9k 19303, 1907, 1902

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.