Free Parcel Data

Utah Weber County

Field dictionary

GEOID49057
Aged

36 attribute fields, profiled from the July 2017 vintage.

Columns in Weber County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 100530001, 100560001, 100540001
SUBDIVISIO OFTString 64% 2.7k Freemont Island, Shadow Oak, En Gedi
SUB_PHASE OFTString 44% 3.2k Shadow Oak Unit 1, Nelmoy Property No 3, Shadow Creek Estates No 1
TAX_UNIT OFTInteger64 100% 245 380, 380, 380
NAME_ONE OFTString 99% 50.0k STATE OF UTAH, STATE OF UTAH, STATE OF UTAH
STREET OFTString 96% 50.0k 5068 S HOLLADAY BLVD, 10679 N FRANK LLOYD WRIGHT #103, 3451 AIRPORT RD
CITY_STATE OFTString 96% 1.7k HOLLADAY UT, SCOTTSDALE AZ, OGDEN UT
ZIPCODE OFTString 96% 19.8k 84117, 852592675, 84405
PROP_STREE OFTString 79% 50.0k 2715 E 6425 S, 2043 E 6650 S, 1607 E 6600 S
PROP_CITY OFTString 79% 20 OGDEN, UINTAH, UINTAH
TOT_MARKET OFTInteger64 100% 22.1k 12668609, 3655339, 5612013
TOT_TAXABL OFTInteger64 100% 24.3k 0, 0, 0
NET_ASMT_C OFTReal 100% 77 0.0, 0.0, 0.0
TOT_DIRECT OFTReal 100% 3.9k 0.0, 0.0, 0.0
TOT_PAYMEN OFTReal 100% 1.8k 0.0, 0.0, 0.0
PENALTY_CH OFTReal 100% 1 0.0, 0.0, 0.0
PENALTY_PA OFTReal 100% 1 0.0, 0.0, 0.0
PRIVATE_FL OFTString 100% 2 N, N, N
YR_RATE OFTReal 100% 125 0.012527, 0.012527, 0.012527
LAST_YR_RA OFTReal 100% 121 0.012709, 0.012709, 0.012709
ACCTTYPE OFTString 98% 7 EXEMPT, EXEMPT, EXEMPT
ECONOMICAR OFTString 98% 10 8, 8, 8
LANDGROSSA OFTReal 100% 11.3k 4222.869536, 12184.463108, 18706.70854
ZONINGCODE OFTString 98% 155 S-1, S-1, S-1
APPROACHTY OFTString 98% 8 Cost, Cost, Cost
LEA OFTString 98% 1.3k 0825, 0825, 0825
PRIMARYUSE OFTString 98% 31 951, 951, 951
APPRAISALT OFTString 98% 1 Real, Real, Real
IMPNO OFTReal 100% 3 0.0, 0.0, 0.0
IMPQUALITY OFTString 78% 11 Average, Average Plus, Good
IMPCONDITI OFTString 78% 6 Very Good, Good, Very Good
BLTASYEARB OFTInteger64 100% 154 0, 0, 0
BLTASCODE OFTReal 100% 155 0.0, 0.0, 0.0
BLTASSTORI OFTReal 100% 20 0.0, 0.0, 0.0
AREA OFTReal 100% 50.0k 183821104.052207, 531013237.317823, 815032366.452314
LEN OFTReal 100% 50.0k 86363.07914, 128467.484154, 160502.53785

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.