Free Parcel Data

New York Wyoming County

Field dictionary

GEOID36121
Aged

34 attribute fields, profiled from the July 2022 vintage.

Columns in Wyoming County

Field Type Filled Distinct Example values
shape_leng OFTReal 100% 23.0k 230.707173, 511.890176, 423.628813
shape_area OFTReal 100% 23.0k 2762.944509, 13968.619461, 6168.616208
c_print OFTString 100% 23.3k 111.20-2-8, 111.20-2-82.1, 123.8-1-20
parcelnum OFTString 100% 1.4k 8, 82.1, 20
survey OFTInteger 100% 1 0, 0, 0
swis OFTString 100% 25 562689, 562689, 562689
print_key OFTString 100% 23.2k 111.20-2-8, 111.20-2-82.1, 123.8-1-20
loc_st_nbr OFTString 72% 6.2k 6704, 6747, 6689(3)
loc_st_nam OFTString 100% 944 Lake Shore, East Lake, Lake Shore
prop_class OFTString 100% 195 260, 210, 210
sch_code OFTString 100% 14 562601, 562601, 562601
front OFTReal 100% 2.1k 35.0, 132.0, 40.0
depth OFTReal 100% 1.7k 80.0, 160.0, 165.0
acres OFTReal 100% 5.2k 0.0, 0.0, 0.0
pcl_book OFTString 92% 648 774, 720, 501
pcl_page OFTString 92% 1.9k 505, 264, 00043
grid_east OFTReal 100% 20.3k 1294428.0, 1295052.0, 1294166.0
grid_north OFTReal 100% 20.4k 976106.0, 976075.0, 976070.0
land_av OFTReal 100% 2.5k 9400.0, 31400.0, 60000.0
total_av OFTReal 100% 3.6k 64900.0, 74900.0, 195000.0
cc_print_k OFTString 100% 23.2k 11102000020080000000, 11102000020820010000, 12300800010200000000
owner_name OFTString 100% 17.2k Krueger, Albert B., Reusch, John J., Manning, Bruce W.
po_box OFTString 7% 432 34, 126, 50
current_ow OFTString 2% 158 Apt B3, Lot 4, Apt B
street_add OFTString 95% 15.0k 2828 Casona Way, 6747 E Lake Rd, 6689 Lakeshore Dr
own_countr OFTString 0% 7 CANADA, Puerto Rico, 14221
city_state OFTString 100% 1.5k Raleigh, NC 27616, Castile, NY 14427, Castile, NY 14427
cc_swis_in OFTString 100% 25 5626892022, 5626892022, 5626892022
cc_co_name OFTString 100% 1 562022, 562022, 562022
cc_cur_fla OFTString 100% 25 5626892022, 5626892022, 5626892022
cc_date_ti OFTString 100% 1 2022-05-06, 2022-05-06, 2022-05-06
surveymap OFTString 0% 2 170.4-1-38.1, SurveyMap
shape__are OFTReal 100% 23.0k 475.222656, 2402.558594, 1060.984375
shape__len OFTReal 100% 23.3k 95.660761, 212.21209, 175.762669

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.