Free Parcel Data

Georgia Bryan County

Field dictionary

GEOID13029
Archive

47 attribute fields, profiled from the April 2024 vintage.

Columns in Bryan County

Field Type Filled Distinct Example values
join_count OFTInteger 100% 5 3, 2, 1
target_fid OFTInteger 100% 16.2k 1, 2, 3
objectid OFTInteger 100% 16.2k 1, 2, 3
target_f_1 OFTReal 100% 21.1k 0.0, 1.0, 2.0
parcel_no OFTString 100% 20.9k 07100201, 071003, 065045
realkey OFTReal 100% 20.5k 9831.0, 9832.0, 9340.0
ownkey OFTReal 100% 19.5k 1064669.0, 1013931.0, 1066185.0
house_no OFTReal 100% 2.7k 0.0, 203.0, 383.0
extension OFTString 0% 8 A, 9, 10
stdirect OFTString 5% 6 E, W, W
sttype OFTString 90% 36 CT, DR, CT
street_nam OFTString 95% 1.0k BELLE ISLAND, OAK VIEW POINT, BELLE ISLAND
unit OFTString 0% 50 09, 08, 07
landlot OFTString 4% 1 TS, TS, TS
landdist OFTString 0% 4 20, OK, NLD
landgmd OFTString 37% 10 20, 20, 20
zoningcode OFTString 96% 48 A-5, A-5, RR-1
assess_rsn OFTString 14% 22 NO, NO, NO
parcel_n_1 OFTString 98% 20.5k 071 002 01, 071 003, 065 045
legal_desc OFTString 97% 19.9k PB 473 / PG 4 BELLE ISLAND TRACT 6-B, 20GMD 5-D-55 02/27/81 PBG-2 140, 20GMD PARCEL A PBM 104
prev_val OFTReal 100% 8.8k 652800.0, 602020.0, 132300.0
curr_val OFTReal 100% 8.7k 652800.0, 602150.0, 132300.0
valchgdate OFTString 21% 604 2023-05-10, 2018-03-06, 2023-05-18
land_type OFTReal 100% 3 1.0, 1.0, 1.0
taxdistric OFTString 98% 4 03, 03, 03
homeexempt OFTString 98% 9 S0, S0, S0
a_value OFTReal 100% 2.0k 652800.0, 579600.0, 90000.0
p_value OFTReal 100% 334 0.0, 0.0, 0.0
woodacres OFTReal 100% 89 0.0, 0.0, 0.0
totalacres OFTReal 100% 1.7k 32.64, 17.47, 2.6
subd_name OFTString 65% 199 HARMONY OAKS, HARMONY OAKS, HARMONY OAKS
subd_lot OFTString 69% 1.8k 147, 146, 139
zip OFTString 97% 5 31324, 31324, 31324
fmvres OFTReal 100% 5.6k 0.0, 11510.0, 0.0
fmvcom OFTReal 100% 580 0.0, 0.0, 0.0
fmvacc OFTReal 100% 1.7k 0.0, 11040.0, 42300.0
ownkey_1 OFTReal 100% 19.5k 1064669.0, 1013931.0, 1066185.0
lastname OFTString 97% 17.4k WOODLAND HAMMOCK LLC, VICKERY MARVIN M, LEWIS GRIFFIN E & LEWIS DANA B
address1 OFTString 23% 3.5k FAWN, 23756 HWY 144, MARIE
address2 OFTString 84% 14.0k 325 OYSTER HOUSE ROAD, 203 BELLE ISLAND COURT, 320 OAKVIEW POINT DR
address3 OFTString 12% 2.0k 140 BELLE ISLAND LANE, 116 BELLE ISLAND COURT, 236 BELLE ISLAND LANE
city OFTString 98% 841 RICHMOND HILL, RICHMOND HILL, RICHMOND HILL
state OFTString 98% 53 GA, GA, GA
zip_1 OFTString 98% 1.5k 31324, 313240000, 31324
fld_zone OFTString 100% 4 AE, AE, AE
zone_subty OFTString 69% 3 0.2 PCT ANNUAL CHANCE FLOOD HAZARD, 0.2 PCT ANNUAL CHANCE FLOOD HAZARD, 0.2 PCT ANNUAL CHANCE FLOOD HAZARD
fldzonedes OFTString 100% 31 AE, VE, X - 0.2 PCT ANNUAL CHANCE FLOOD HAZARD, AE, X - 0.2 PCT ANNUAL CHANCE FLOOD HAZARD, AE

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.