Free Parcel Data

Louisiana Terrebonne Parish

Field dictionary

GEOID22109
Aged

36 attribute fields, profiled from the October 2022 vintage.

Columns in Terrebonne Parish

Field Type Filled Distinct Example values
PARCEL_ID OFTString 98% 48.2k R03-16415, R03-16878, R03-12631
SITUS OFTString 100% 39.8k 10123 EAST MAIN ST, 10129 EAST MAIN ST, 10139 EAST MAIN ST
ADDR_NUMBE OFTString 79% 6.7k 10123, 10129, 10139
STREET_PRE OFTString 6% 4 E, E, E
STREET_NAM OFTString 100% 1.7k MAIN, MAIN, MAIN
STREET_SUF OFTString 0% 3 SE, SE, SE
STREET_TYP OFTString 74% 21 St, St, St
SITUS_CITY OFTString 71% 11 HOUMA, HOUMA, HOUMA
SITUS_ZIP OFTString 71% 13 70363, 70363, 70363
ADDR_SEC_U OFTString 0% 2 STE, APT
ADDR_SE_01 OFTString 0% 2 3001, 1
OWNER OFTString 87% 34.5k MARCELLO DESIGN L.L.C., SUNCOAST FABRICATION SERVICES INC., BROUSSARD RONNIE G.
LAND_COVER OFTString 100% 39.2k {"22": 91}, {"22": 189, "23": 37, "31": 67}, {"22": 137, "23": 88, "31": 165}
CROP_COVER OFTString 100% 25.8k {"122": 0.01}, {"122": 0.35, "176": 0.08, "195": 0.02}, {"122": 0.17, "195": 0.12}
MUNI_ID OFTInteger64 100% 9 1929772, 1929772, 1929772
SCHOOL_DIS OFTInteger64 100% 3 2201740, 2201740, 2201740
ACREAGE_AD OFTReal 100% 45.3k 0.0133565788200134, 0.447986069162231, 0.289194981918479
ZIP_CODE OFTString 100% 16 70363, 70363, 70363
BUILDINGS OFTInteger64 99% 57 0, 1, 1
MAIL_ADDRE OFTString 86% 31.7k 301A CANAL BLVD, 7910 MAIN ST SUITE 307, 10139 EAST MAIN STREET
MAIL_AD_01 OFTString 87% 1.6k THIBODAUX LA 70301-, HOUMA LA 70360-0000, HOUMA LA 70363-0000
OWNER_OCCU OFTString 100% 3 F, F, T
USPS_RESID OFTString 100% 3 T, F, T
CENSUS_TRA OFTInteger64 100% 22 700, 700, 700
CENSUS_BLK OFTInteger 100% 7 4, 4, 4
CENSUS_BLO OFTInteger 100% 547 4014, 4014, 4014
AREA_METER OFTReal 100% 50.0k 54.0511465339864, 1812.90141702979, 1170.30869620201
PLACE_GNIS OFTInteger64 64% 10 2404734, 2404734, 2404734
ALT_ID_1 OFTString 100% 42.7k 16415, 16878, 12631
ELEVATION OFTString 100% 50.0k {"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% 50.0k AABWXRHKHTioF603, AABWXdHfLiadPv_2, AABWXeKeYJAEZ5EU
CALC_ACREA OFTReal 100% 50.0k 0.0133565788200134, 0.447986069162231, 0.289194981918479
COUNTY_NAM OFTString 100% 1 Terrebonne, Terrebonne, Terrebonne
COUNTY_FIP OFTInteger64 100% 1 22109, 22109, 22109
STATE_ABBR OFTString 100% 1 LA, LA, LA
CTY_ROW_ID OFTInteger64 100% 50.0k 17264, 17263, 17262

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.