37 attribute fields, profiled from the October 2022 vintage.
Columns in Douglas County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 49803, 49809, 49815 | |
| taxid | OFTString | 50.0k | 32080004400, 32080004500, 32080004600 | |
| prop_id | OFTString | 50.0k | R61699, R61706, R61713 | |
| name | OFTString | 39.7k | O & C Revested Grant, Cow Creek Band of Umpqua Indians, O & C Revested Grant | |
| addr1 | OFTString | 34.8k | 2371 NE Stephens St Ste 100, > Property Tax Administration, > Property Tax Administration | |
| addr2 | OFTString | 11.6k | P.O. Box 3349, P.O. Box 3349, P.O. Box 3349 | |
| addr3 | OFTString | 2.3k | 197 Clarendon St C-0source, 197 Clarendon St C-0source, 197 Clarendon St C-0source | |
| csz | OFTString | 2.6k | ,, Roseburg,OR 97470, , | |
| acreage | OFTReal | 8.1k | 637.79, 640.0, 640.0 | |
| alt_acct_n | OFTString | 50.0k | 15908.00, 15909.00, 15910.00 | |
| assd_value | OFTReal | 48.3k | 0.0, 151280.0, 0.0 | |
| total_land | OFTInteger | 30.4k | 502260, 246240, 504000 | |
| total_mark | OFTReal | 50.0k | 502260.0, 246240.0, 504000.0 | |
| total_imp | OFTReal | 39.7k | 0.0, 0.0, 0.0 | |
| county_pro | OFTString | 176 | 970, 600, 970 | |
| legal | OFTString | 50.0k | TRACT ALL SEC 19, ACRES 637.79, TRACT ALL SEC 20, ACRES 640.00, TRACT ALL SEC 21, ACRES 640.00 | |
| inst_no | OFTString | 46.2k | 2014-16251, 2021-14509, 2021-14509 | |
| loc_code | OFTString | 1.4k | 2524, 2524, 2524 | |
| maint_area | OFTString | 27 | 3, 3, 3 | |
| nbhd_code | OFTString | 311 | F, F, F | |
| owner_id | OFTInteger | 41.8k | 107, 49583, 107 | |
| code_area | OFTString | 218 | 07700, 07700, 07700 | |
| block | OFTString | 400 | 1, 1, 1 | |
| lot | OFTString | 7.6k | 8 & PT 9, 10 & PT 9, PT 10 | |
| special_in | OFTString | — | ||
| mtl_acreag | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| allaccount | OFTReal | 8.2k | 637.79, 640.0, 640.0 | |
| gdo_geomet | OFTReal | 50.0k | 4063002.914, 4067963.743, 4073153.806 | |
| gdo_geom00 | OFTReal | 50.0k | 417408.609, 417197.497, 417089.416 | |
| gdo_geom01 | OFTReal | 50.0k | 4068345.509, 4073308.098, 4078465.125 | |
| gdo_geom02 | OFTReal | 50.0k | 422897.014, 422897.014, 422657.143 | |
| id | OFTInteger | 50.0k | 27179, 25318, 24422 | |
| starea() | OFTReal | 50.0k | 26491416.220121, 27561436.274996, 27962684.041309 | |
| stlength() | OFTReal | 50.0k | 20626.2303, 21067.29235, 20892.096027 | |
| saledate | OFTString | 9.6k | 1899-12-30, 2014-12-08, 1899-12-30 | |
| situsaddre | OFTString | 46.7k | 0 COW CREEK RD, 0 COW CREEK RD, 0 COW CREEK RD | |
| situscsz | OFTString | 39 | GLENDALE, OR 97442, GLENDALE, OR 97442, GLENDALE, OR 97442 |
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.