Free Parcel Data

Maine Sagadahoc County

Field dictionary

GEOID23023
Aged

43 attribute fields, profiled from the December 2021 vintage.

Columns in Sagadahoc County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 99% 17.4k 000, 000, 000
SITUS OFTString 100% 11.2k 0, 0, 0
ADDR_NUMBE OFTString 45% 1.4k 12, 14, 15
STREET_PRE OFTString 2% 4 E, E, E
STREET_NAM OFTString 100% 2.5k 0, 0, 0
STREET_SUF OFTString 0% 2 S, S, S
STREET_TYP OFTString 46% 43 Pt, Pt, Pt
SITUS_CITY OFTString 40% 8 BATH, BATH, BATH
SITUS_ZIP OFTString 40% 8 04530, 04530, 04530
ADDR_SEC_U OFTString 0% 3 LOT, LOT, LOT
ADDR_SE_01 OFTString 0% 3 19, 21, A
OWNER OFTString 84% 12.9k BOUCHARD ROGER R BOUCHARD MARLA L, HAGER DONALD K., FLEMING THOMAS
TRANS_DATE OFTDate 93% 2.5k 1899-12-30, 1899-12-30, 1899-12-30
SALE_PRICE OFTReal 100% 954 0.0, 0.0, 0.0
LAND_USE_C OFTString 93% 167 0, 0, 0
LAND_US_01 OFTString 57% 2 Residential, Residential, Residential
LAND_COVER OFTString 100% 13.1k {"11": 1}, {"90": 1}, {"95": 1}
MUNI_ID OFTInteger64 100% 11 582329, 582329, 582329
SCHOOL_DIS OFTInteger64 100% 8 2314772, 2314772, 2314772
ACREAGE OFTReal 100% 2 0.0, 0.0, 0.0
MKT_VAL_LA OFTReal 100% 4.6k 0.0, 0.0, 0.0
MKT_VAL_BL OFTReal 100% 5.1k 0.0, 0.0, 0.0
MKT_VAL_TO OFTReal 100% 7.2k 0.0, 0.0, 0.0
ZIP_CODE OFTString 100% 12 4530, 4530, 4530
MAIL_ADDRE OFTString 77% 1.5k BOWDOIN ME 04287, BOWDOIN ME 04287, BOWDOIN ME 04287
MAIL_AD_01 OFTString 4% 573 1090 MAIN ST, 213 MAUTON RD, 6A BURNHAM RD
MAIL_AD_02 OFTString 76% 10.5k 876 AUGUSTA RD, 32 MORGANS WAY, 314 WEST BURROUGH RD
OWNER_OCCU OFTString 100% 3 ?, ?, ?
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 9 970400, 970400, 970400
CENSUS_BLK OFTInteger 100% 6 1, 1, 1
CENSUS_BLO OFTInteger 100% 350 1037, 1006, 1007
AREA_METER OFTReal 100% 20.7k 125.823095599418, 212.579187105454, 128.135984971807
FLD_ZONE OFTString 0% 3 {A}, {A}, {A}
ZONE_SUBTY OFTString 0% 3 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 36% 7 582343, 582343, 582343
ELEVATION OFTString 100% 20.5k {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}
ROBUST_ID OFTString 100% 20.7k AABZ7wMQLlPhasXc, AABZ7xki_wG0ZUKy, AABZ789og--KlwVP
CALC_ACREA OFTReal 100% 20.7k 0.0310921451535722, 0.0525304429256287, 0.0316636832463832
COUNTY_NAM OFTString 100% 1 Sagadahoc, Sagadahoc, Sagadahoc
COUNTY_FIP OFTInteger64 100% 1 23023, 23023, 23023
STATE_ABBR OFTString 100% 1 ME, ME, ME
CTY_ROW_ID OFTInteger64 100% 20.7k 9279, 12198, 12308

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.