Free Parcel Data

Utah Carbon County

Field dictionary

GEOID49007
Aged

42 attribute fields, profiled from the July 2017 vintage.

Columns in Carbon County

Field Type Filled Distinct Example values
ID OFTInteger64 100% 23.7k 1, 2, 3
FeatID OFTInteger64 100% 23.7k 1, 2, 3
Plat OFTString 90% 1.6k
Photo OFTString 53% 9.4k 01-2256-0000 20130807.JPG, 01-2301-0019 20130917.JPG, 01-2301-0030 20130917.JPG
Parcel OFTString 100% 15.7k 01-1345-0001, 01-1809-000A, 01-2256-0000
Year OFTInteger64 100% 1 2018, 2018, 2018
Name OFTString 100% 9.3k UTAH DEPT. OF TRANSPORTATION, COTTONWOOD HOMEOWNER''S ASSN., MAHLERES NICK A.
Name2 OFTString 8% 601 SIAPERAS ROSINA, %ANNABELL ROMERO, %ANNABELL ROMERO
Add1 OFTString 100% 7.8k 203 STATE CAPITOL BUILDING, 1450 EAST SAGEWOOD RD #18, 950 E 800 N
Add2 OFTString 2% 144 APT 3D, APT 3D, PROPERTY TAX DEPT ROOM 200
City OFTString 100% 545 SALT LAKE CITY, PRICE, PRICE
State OFTString 100% 46 UT, UT, UT
Zip OFTInteger64 100% 2.2k 841141202, 845010000, 845011917
Status OFTInteger64 100% 6 4, 4, 1
PropertyAd OFTString 46% 7.9k 950 E 800 N, 1522 EASTWOOD CIR, 825 PINEWOOD CIR
PropertyCi OFTString 46% 9 PRICE, PRICE, PRICE
PropertyZi OFTInteger64 100% 13 0, 0, 84526
ChangeDate OFTDate 83% 2.3k 2014-05-21, 2003-02-10, 2015-03-09
District OFTInteger64 100% 22 8, 1, 1
EntryNumbe OFTString 100% 10.8k
TaxInfo OFTString 100% 15.7k
SubDivisio OFTInteger64 100% 466 0, 0, 0
Acres OFTReal 100% 2.2k 0.86, 1.49, 0.19
Protected OFTInteger64 100% 1 0, 0, 0
ZipDPoint OFTInteger64 100% 1 0, 0, 0
ReviewDate OFTDate 76% 139 2014-03-18, 2014-03-14, 2014-03-14
STR OFTInteger64 100% 8 0, 0, 0
Legal OFTString 0%
MortgageCo OFTString 1% 15 LERETA, LERETA, CORELOGIC
BackTaxFla OFTString 100% 2 X, X, X
YearBuilt OFTInteger64 100% 127 0, 0, 1970
SqFeet OFTReal 100% 2.3k 0.0, 0.0, 1162.0
2016Balanc OFTReal 100% 2.5k 0.0, 0.0, 689.0
TaxesAbate OFTReal 100% 1 0.0, 0.0, 0.0
TaxesPaid OFTReal 100% 1 0.0, 0.0, 0.0
SpecialsCh OFTReal 100% 1 0.0, 0.0, 0.0
PenaltyCha OFTReal 100% 1 0.0, 0.0, 0.0
TaxesCharg OFTReal 100% 2.5k 0.0, 0.0, 689.0
Buildings OFTReal 100% 8.5k 0.0, 0.0, 77884.0
Land OFTReal 100% 4.1k 0.0, 0.0, 15300.0
Taxable OFTReal 100% 10.4k 0.0, 0.0, 51251.0
Market OFTReal 100% 10.8k 0.0, 0.0, 93184.0

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.