30 attribute fields, profiled from the April 2018 vintage.
Columns in Butte County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 50.0k | 6160, 6161, 6162 | |
| OWNER | OFTString | 50.0k | DE LA TORRE MARIANO, LOZADA ROSALIE ROBERTA, HIGHTOWER ROBERT L | |
| PARENTAPN | OFTString | 11.7k | 001-011-001, 001-011-001, 001-011-016 | |
| ALT_ID | OFTString | 50.0k | P1, P2, P3 | |
| APN | OFTString | 50.0k | 001-010-001-000, 001-011-004-000, 001-011-005-000 | |
| SUPDIST | OFTInteger64 | 5 | 4, 4, 4 | |
| JURISDICTN | OFTString | 2 | Incorporated, Incorporated, Incorporated | |
| PARCELMAP | OFTString | 2.7k | W:\AssessorMaps\MylarPDFs\001\01-01.pdf, W:\AssessorMaps\MylarPDFs\001\01-01.pdf, W:\AssessorMaps\MylarPDFs\001\01-01.pdf | |
| PARENTMAP | OFTString | 1.6k | 'W:\AssessorMaps\MylarPDFs\001\001-011.pdf, 'W:\AssessorMaps\MylarPDFs\001\001-011.pdf, 'W:\AssessorMaps\MylarPDFs\001\001-011.pdf | |
| GP | OFTString | 28 | City of Biggs, City of Biggs, City of Biggs | |
| ZONE | OFTString | 49 | City of Biggs, City of Biggs, City of Biggs | |
| GPDESC | OFTString | 5 | ||
| UPDATED | OFTString | 675 | 14978304, -2209161, -2209161 | |
| BOOK | OFTString | 58 | 001, 001, 001 | |
| PAGE | OFTString | 456 | 010, 011, 011 | |
| PARCEL | OFTString | 256 | 001, 004, 005 | |
| APN_BLDG_F | OFTString | 50.0k | 001-010-001, 001-011-004, 001-011-005 | |
| OWNER_ADD | OFTString | 50.0k | 187 TURNER AVE, PO BOX 14, 536 MADRONE AVE | |
| CITYSTZIP | OFTString | 3.3k | GRIDLEY CA 95948, BIGGS CA 95917, CHICO CA 95926 | |
| SITUS | OFTString | 50.0k | No Address Available, 492 G ST BIGGS, CA 95917, 496 G ST BIGGS, CA 95917 | |
| SITUSLONG | OFTString | 50.0k | 492 G STREET BIGGS CA 95917, 496 G STREET BIGGS CA 95917, 488 G STREET BIGGS CA 95917 | |
| ACRES | OFTReal | 5.7k | 0.0, 0.11, 0.22 | |
| TAXCODE | OFTString | 27 | 000, 000, 000 | |
| LANDUSE | OFTString | 67 | RS, RS, RS | |
| TRA_NUM | OFTString | 584 | 001000, 001000, 001000 | |
| LATITUDE | OFTString | 5.7k | 0, 39.417400, 39.417300 | |
| LONGITUDE | OFTString | 808 | 0, -121.714000, -121.714000 | |
| SHAPE_STAR | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| SHAPE_STLE | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| GLOBALID | OFTString | — |
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.