Free Parcel Data

Georgia Glynn County

Field dictionary

GEOID13127
Aged

40 attribute fields, profiled from the January 2022 vintage.

Columns in Glynn County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 43.4k 01-07410, 01-07402, 01-07409
SITUS OFTString 98% 41.9k 110 E CATWALK DR, 111 E CATWALK DR, 112 E CATWALK DR
ADDR_NUMBE OFTString 96% 4.3k 110, 111, 112
STREET_PRE OFTString 4% 4 E, E, E
STREET_NAM OFTString 98% 2.0k CATWALK, CATWALK, CATWALK
STREET_SUF OFTString 1% 4 S, S, S
STREET_TYP OFTString 92% 49 Dr, Dr, Dr
SITUS_CITY OFTString 84% 6 BRUNSWICK, BRUNSWICK, BRUNSWICK
SITUS_ZIP OFTString 84% 9 31520, 31520, 31520
OWNER OFTString 78% 25.8k HOLCOMBE MARK, HOLDER DONNA, VIRANI ABDULLAH
TRANS_DATE OFTDate 86% 5.2k 2013-07-12, 2006-08-18, 2013-07-12
SALE_PRICE OFTReal 100% 3.3k 0.0, 165000.0, 0.0
LAND_COVER OFTString 100% 34.6k {"21": 241, "22": 66}, {"22": 309}, {"21": 242, "22": 66}
MUNI_ID OFTInteger64 100% 5 1936140, 1936140, 1936140
SCHOOL_DIS OFTInteger64 100% 2 1302400, 1302400, 1302400
ZIP_CODE OFTString 100% 10 31520, 31520, 31520
BUILDINGS OFTInteger64 100% 50 0, 0, 0
LEGAL_DESC OFTString 100% 42.1k 102 LIBERTY HARBOR PHS 1, 128 LIBERTY HARBOR PHS 1, 101 LIBERTY HARBOR PHS 1
MAIL_ADDRE OFTString 99% 3.6k EXETER NH 03833, OLD LYME CT 06371, EXETER NH 03833
MAIL_AD_01 OFTString 7% 1.4k P O BOX 521, PO BOX 920185, PO BOX 920185
MAIL_AD_02 OFTString 92% 26.7k 92 PORTSMOUTH AV, 10 WHITMAN LN, 92 PORTSMOUTH AV
MAIL_NAME OFTString 21% 3.5k LHS HOLDINGS LLC, LHS HOLDINGS LLC, BRR HOLDINGS LLC
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 15 900, 900, 900
CENSUS_BLK OFTInteger 100% 8 2, 2, 2
CENSUS_BLO OFTInteger 100% 792 2000, 2000, 2000
AREA_METER OFTReal 100% 43.6k 446.047167294658, 446.04040092412, 446.085230322788
FLD_ZONE OFTString 81% 13 {AE}, {AE}, {AE}
ZONE_SUBTY OFTString 81% 7 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 50% 4 2403944, 2403944, 2403944
ALT_ID_1 OFTString 100% 43.4k B00107100017, B00107100009, B00107100016
ALT_ID_2 OFTString 99% 33.8k 197583, 153037, 197583
ELEVATION OFTString 100% 42.3k {"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% 43.6k AAAzR-XXB_RWhvLl, AAAzR6GxqgdewAUy, AAAzR53QIXm1d4iV
CALC_ACREA OFTReal 100% 43.6k 0.110222715510183, 0.110221043472359, 0.110232121265064
COUNTY_NAM OFTString 100% 1 Glynn, Glynn, Glynn
COUNTY_FIP OFTInteger64 100% 1 13127, 13127, 13127
STATE_ABBR OFTString 100% 1 GA, GA, GA
CTY_ROW_ID OFTInteger64 100% 43.6k 39926, 39930, 20895

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.