Free Parcel Data

New Hampshire Hillsborough County

Field dictionary

GEOID33011
Aged

51 attribute fields, profiled from the August 2022 vintage.

Columns in Hillsborough County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 06007-004018000, 06007-004059001, 06007-008062000
SITUS OFTString 98% 50.0k 7 CORDUROY RD 21, 96 COUNTY RD (REAR), 10 NORTH END OF LAKE
ADDR_NUMBE OFTString 87% 3.3k 7, 96, 10
STREET_PRE OFTString 5% 162 CORDUROY RD, COUNTY RD, N
STREET_NAM OFTString 98% 7.0k 21, (REAR), END OF
STREET_SUF OFTString 0% 4 N, N, N
STREET_TYP OFTString 95% 84 Lk, Lk, Lk
SITUS_CITY OFTString 83% 27 AMHERST, AMHERST, AMHERST
SITUS_ZIP OFTString 83% 35 03031, 03031, 03031
ADDR_SEC_U OFTString 2% 1.3k (BLDG A), LEDGES UNIT 2, (A)
OWNER OFTString 98% 50.0k GILPIN DALE, POCKL WILLIAM C, BOSTWICK JOHN
BLDG_SQFT OFTInteger64 100% 7.6k 880, 0, 845
LAND_USE_C OFTString 98% 607 1020, 8200, 1013
LAND_US_01 OFTString 90% 5 Residential, Residential, Residential
LAND_COVER OFTString 100% 50.0k {"90": 382}, {"21": 142, "42": 192, "95": 146}, {"11": 11, "21": 127, "42": 53, "95": 29}
CROP_COVER OFTString 100% 50.0k {"141": 0.32, "142": 0.01, "143": 0.23, "190": 0.54}, {"121": 0.14, "142": 0.17, "190": 0.16}, {"111": 0.05, "121": 0.53, "142": 0.2, "190": 0.14}
MUNI_ID OFTInteger64 100% 31 873531, 873531, 873531
SCHOOL_DIS OFTInteger64 100% 15 3304830, 3304740, 3304740
ACREAGE_AD OFTReal 100% 50.0k 72.6691702729812, 1.10359309412418, 1.09490493478311
ZIP_CODE OFTString 100% 36 3031, 3031, 3031
BUILDINGS OFTInteger64 26% 86 0, 5, 9
TAXED_TOTA OFTReal 100% 19.3k 169100.0, 0.0, 433200.0
TAXED_BLDG OFTReal 100% 11.2k 167800.0, 0.0, 89900.0
TAXED_LAND OFTReal 100% 11.6k 0.0, 0.0, 340200.0
TOTAL_BATH OFTReal 100% 46 1.0, 0.0, 1.0
HALFBATH OFTReal 100% 32 0.0, 0.0, 1.0
FULLBATH OFTReal 100% 37 1.0, 0.0, 1.0
BEDROOMS OFTInteger64 100% 118 1, 0, 2
TOTAL_ROOM OFTInteger64 100% 146 3, 0, 4
YEAR_BUILT OFTInteger64 100% 326 1985, 0, 1936
MAIL_ADDRE OFTString 98% 50.0k 7 CORDUROY RD 21, 1 COUNTY RD, 8 NORTH END LAKE
MAIL_AD_01 OFTString 4% 3.5k LIBERTY PARK, LONDON ONTARIO CANADA, RTE 101A
MAIL_AD_02 OFTString 98% 1.8k AMHERST, MERRIMACK, AMHERST
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
COOWNER OFTString 39% 46.3k GILPIN MARYBETH, BOSTWICK ELLEN, BOYD KATHRYN
CENSUS_TRA OFTInteger64 100% 86 15200, 15200, 15200
CENSUS_BLK OFTInteger 100% 6 2, 3, 1
CENSUS_BLO OFTInteger 100% 525 2016, 3004, 1002
AREA_METER OFTReal 100% 50.0k 294076.201986893, 4465.99932873694, 1891.87648312576
FLD_ZONE OFTString 13% 33 {AE,X,AE}, {AE,AE}, {AE,X}
ZONE_SUBTY OFTString 13% 24 {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD",FLOODWAY}, {NULL,FLOODWAY}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}
PLACE_GNIS OFTInteger64 47% 18 2378082, 2629710, 2629710
ALT_ID_1 OFTString 98% 50.0k 007-2778, 007-1134, 007-328
ELEVATION OFTString 99% 50.0k {"max": 228.83984375, "min": 214.0, "mean": 216.162109375}
ROBUST_ID OFTString 100% 50.0k AACA85sJjKkvUb06, AACA88qLtqYlOp5i, AACA841p18s6oTf8
CALC_ACREA OFTReal 100% 50.0k 72.6691702729811, 1.10359309412419, 0.467501597745206
COUNTY_NAM OFTString 100% 1 Hillsborough, Hillsborough, Hillsborough
COUNTY_FIP OFTInteger64 100% 1 33011, 33011, 33011
STATE_ABBR OFTString 100% 1 NH, NH, NH
CTY_ROW_ID OFTInteger64 100% 50.0k 1385, 1602, 3628

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.