Free Parcel Data

Maine Penobscot County

Field dictionary

GEOID23019
Aged

45 attribute fields, profiled from the August 2022 vintage.

Columns in Penobscot County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 86% 35.1k 043-020-A, 043-020-A, 001-092
SITUS OFTString 100% 27.0k 0, 0, 0
ADDR_NUMBE OFTString 10% 914 512, 685, 711
STREET_PRE OFTString 1% 4 S, S, N
STREET_NAM OFTString 100% 20.7k 0, 0, 0
STREET_SUF OFTString 3% 5 W, E, W
STREET_TYP OFTString 65% 38 Ave, Ave, St
SITUS_CITY OFTString 12% 19 BANGOR, BANGOR, BANGOR
SITUS_ZIP OFTString 12% 19 04401, 04401, 04401
ADDR_SEC_U OFTString 1% 7 Unit, Unit, Unit
ADDR_SE_01 OFTString 0% 21 1, 1, 1
OWNER OFTString 83% 23.3k STONE ALDROF STONE BETTY E., STONE ALDROF STONE BETTY E., STONE ALDROF STONE BETTY E.
TRANS_DATE OFTDate 72% 1.3k 1899-12-30, 1899-12-30, 1899-12-30
LAND_USE_C OFTString 72% 123 0, 0, 0
LAND_US_01 OFTString 56% 2 Residential, Residential, Residential
LAND_COVER OFTString 100% 44.8k {"21": 2, "23": 9, "42": 137, "43": 103, "90": 61}, {"21": 64, "22": 62, "23": 21, "43": 484, "90": 37}, {"42": 222, "43": 251}
CROP_COVER OFTString 100% 37.6k {"121": 0.01, "122": 0.07, "143": 1.39, "190": 0.62}, {"142": 0.36, "143": 0.24, "190": 0.52}, {"122": 0.32, "143": 0.01, "176": 0.11}
MUNI_ID OFTInteger64 100% 43 2378257, 2378257, 2378257
SCHOOL_DIS OFTInteger64 100% 37 2382010, 2382010, 2382010
ACREAGE OFTReal 100% 352 0.0, 0.0, 0.0
ACREAGE_AD OFTReal 100% 37.4k 16457.3572958079, 16457.3572958079, 16457.3572958079
MKT_VAL_LA OFTReal 100% 3.9k 81613.0, 81613.0, 81613.0
MKT_VAL_BL OFTReal 100% 4.9k 170354.0, 170354.0, 170354.0
MKT_VAL_TO OFTReal 100% 6.5k 251967.0, 251967.0, 251967.0
ZIP_CODE OFTString 100% 45 4468, 4468, 4468
BUILDINGS OFTInteger64 21% 36 0, 0, 1
MAIL_ADDRE OFTString 78% 22.5k 369 MINOT AVE, 369 MINOT AVE, 369 MINOT AVE
MAIL_AD_01 OFTString 36% 12.5k 15 MEADOW LANE, 15 MEADOW LANE, 36 CAMPGROUND RD
MAIL_AD_02 OFTString 81% 3.2k MINOT ME 04258, MINOT ME 04258, MINOT ME 04258
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 38 21500, 21500, 21500
CENSUS_BLK OFTInteger 100% 6 1, 1, 1
CENSUS_BLO OFTInteger 100% 705 1026, 1026, 1025
AREA_METER OFTReal 100% 48.7k 56679.7215288766, 8449.75179411155, 40563.9365898528
FLD_ZONE OFTString 2% 14 {AE,AE}, {AE,AE}, {AE,X}
ZONE_SUBTY OFTString 2% 12 {NULL,FLOODWAY}, {NULL,FLOODWAY}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}
PLACE_GNIS OFTInteger64 52% 10 582648, 582648, 582340
ELEVATION OFTString 100% 48.5k {"max": 0.0, "min": 0.0, "mean": 0.0}
ROBUST_ID OFTString 100% 49.1k AABZ6yy48RrOxnsX, AABZ6z6u8mPgrIfy, AABZ69jSJSF4ecZe
CALC_ACREA OFTReal 100% 48.7k 14.0061259870007, 2.0880181658429, 10.0237543707185
COUNTY_NAM OFTString 100% 1 Penobscot, Penobscot, Penobscot
COUNTY_FIP OFTInteger64 100% 1 23019, 23019, 23019
STATE_ABBR OFTString 100% 1 ME, ME, ME
CTY_ROW_ID OFTInteger64 100% 49.1k 44313, 44748, 44745

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.