diff --git a/CHANGELOG.md b/CHANGELOG.md index 444a0d7..0a3ef7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,59 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project a ## [Unreleased] +### Added, DINS completeness cut by year, by county and by structure category + +- **Three cuts of the damage inspection file**, published as + `completeness_by_year`, `completeness_by_county` and + `completeness_by_structure_category` in `site/data/dins-coverage.json` and as three + tables on the DINS page. Completeness was published for the whole file and per + incident, and it differs along every axis this file has: fields that exist only in + later inspection forms, the two spellings of Not Applicable that occupy + non-overlapping eras, construction attributes that apply to a residence and not to a + shed. A reader planning to use `EAVES` needs to know it is blank in the early years + and not the late ones, and one number across the file describes no year in particular. + + Each cohort carries its own record count as its denominator, the same assessed / + inaccessible / neither split the whole file carries, the three-state count for every + registered field, and each field's completeness inside each of those three access + populations as `[present, total]` pairs rather than as shares. Nothing compares one + cohort against another, no county is ranked, and no row is a rate of anything but its + own cells. + + Three refusals are load-bearing and each has a test. + + A record whose county cell is empty, and a record whose county cell carries a marker, + are two cohorts and neither is a county: their published `value` is `null` while their + `label` is prose, so a consumer grouping by `value` never acquires a county named the + empty string. A recorded structure category the publisher's domain does not describe + goes to one `outside_published_domain` cohort rather than getting a row, because a row + would publish a category CAL FIRE does not define as though this project had found one + (ADR 0002). And the page's field columns are shares of each cohort's *assessed* + records, so a cohort made entirely of structures nobody could reach reads *no records* + rather than *0.0%*: there is no denominator to divide by, and a zero would say the + inspectors found nothing when what happened is that nobody could walk up to anything. + + Cohorts with no records are not published at all. A row of zeros reads as a finding + about a county the file simply never names. + + `test_each_cut_sums_back_to_the_file_totals` asserts the partition per field and per + state across the whole registry, in all three cuts, so a cut that lost or double + counted a record fails rather than publishing a quietly smaller denominator. + +- **The `NA` against `N/A` era claim is measured rather than remembered.** + `docs/MARKERS.md` section 2 rests the decision to count both spellings as CAL FIRE's + finding on the observation that they fall on opposite sides of one year, and both + counts and that boundary were numbers a person measured once and typed into the + document. They are published now, per incident-start year, under + `not_applicable_spellings_by_year`, and a test holds the paragraph to the artifact in + both directions: the sentence must state the counts the file produces, and the + boundary the sentence claims must still hold in it. Measured on the acquired file at + the same values the document already carried: 6,544 `N/A` records, all in 2018 and + 2019; 12,234 `NA` records, all in 2020 and later; no year carrying both. + + Every existing number is unchanged. `make diff` against the previous artifact reports + 24,947 additions, **0 changes and 0 removals** across 81,189 leaves. + ### Added, the artifacts are the product and now carry a contract a consumer can hold them to - **`site/data/schema/perimeters-coverage.schema.json` and diff --git a/docs/MARKERS.md b/docs/MARKERS.md index ec41ccf..138e9da 100644 --- a/docs/MARKERS.md +++ b/docs/MARKERS.md @@ -115,6 +115,15 @@ What the file shows (F1). Four things, and they agree: 2. **They fall on opposite sides of one year.** Every one of the 6,544 `N/A` records belongs to an incident that started in 2018 or 2019. Every one of the 12,234 `NA` records belongs to an incident that started in 2020 or later. + + This one is measured rather than remembered. Both counts and the boundary are + published per incident-start year under `not_applicable_spellings_by_year` in + `site/data/dins-coverage.json` and on the DINS page, and + `tests/test_completeness_cuts.py` holds this paragraph to that artifact in both + directions: the sentence has to state the counts the file produces, and the boundary + the sentence claims has to still hold in the file. Before that it was a number + somebody measured once and typed here, which is exactly the shape this document + exists to be suspicious of. 3. **The question was asked on both sides of that line.** Recorded distances appear in both eras at comparable rates, 7,229 in 2018 alone against 2,799 in 2020, so the change is a change of spelling and not of whether the field was collected. diff --git a/site/data/dins-coverage.json b/site/data/dins-coverage.json index 6d06822..229e968 100644 --- a/site/data/dins-coverage.json +++ b/site/data/dins-coverage.json @@ -490,6 +490,52499 @@ "undetermined_total": 0 } ], + "completeness_by_county": [ + { + "access": { + "assessed": 120, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 120 + }, + "fields": { + "APN": [ + 116, + 0, + 4 + ], + "ASSESSEDIMPROVEDVALUE": [ + 115, + 0, + 5 + ], + "CALFIREUNIT": [ + 120, + 0, + 0 + ], + "CITY": [ + 13, + 107, + 0 + ], + "COMMUNITY": [ + 13, + 0, + 107 + ], + "COUNTY": [ + 120, + 0, + 0 + ], + "DAMAGE": [ + 120, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 46, + 74, + 0 + ], + "DECKPORCHONGRADE": [ + 47, + 73, + 0 + ], + "DEFENSIVEACTIONS": [ + 6, + 4, + 110 + ], + "EAVES": [ + 38, + 82, + 0 + ], + "EXTERIORSIDING": [ + 58, + 62, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 53, + 67, + 0 + ], + "HAZARDTYPE": [ + 120, + 0, + 0 + ], + "INCIDENTNAME": [ + 120, + 0, + 0 + ], + "INCIDENTNUM": [ + 120, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 120, + 0, + 0 + ], + "LATITUDE": [ + 120, + 0, + 0 + ], + "LONGITUDE": [ + 120, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 120 + ], + "NOOUTBUILDINGSDAMAGED": [ + 18, + 0, + 102 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 12, + 0, + 108 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 2, + 0, + 118 + ], + "PATIOCOVERCARPORT": [ + 45, + 75, + 0 + ], + "PROPANETANKDISTANCE": [ + 22, + 56, + 42 + ], + "ROOFCONSTRUCTION": [ + 60, + 60, + 0 + ], + "SITEADDRESS": [ + 116, + 0, + 4 + ], + "STREETNAME": [ + 119, + 1, + 0 + ], + "STREETTYPE": [ + 120, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 120, + 0, + 0 + ], + "STRUCTURETYPE": [ + 120, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 10, + 0, + 110 + ], + "VENTSCREEN": [ + 38, + 82, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 1, + 0, + 119 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 1, + 0, + 119 + ], + "WINDOWPANE": [ + 41, + 79, + 0 + ], + "YEARBUILT": [ + 50, + 0, + 70 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 116, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 115, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 13, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 13, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 46, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 47, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 6, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 38, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 58, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 53, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 18, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 12, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 2, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 45, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 22, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 60, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 116, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 119, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 120, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 10, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 38, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 1, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 41, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 50, + 120 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Alameda", + "records": 120, + "value": "Alameda" + }, + { + "access": { + "assessed": 414, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 415 + }, + "fields": { + "APN": [ + 415, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 331, + 0, + 84 + ], + "CALFIREUNIT": [ + 415, + 0, + 0 + ], + "CITY": [ + 394, + 19, + 2 + ], + "COMMUNITY": [ + 12, + 0, + 403 + ], + "COUNTY": [ + 415, + 0, + 0 + ], + "DAMAGE": [ + 415, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 413, + 2, + 0 + ], + "DECKPORCHONGRADE": [ + 414, + 1, + 0 + ], + "DEFENSIVEACTIONS": [ + 63, + 1, + 351 + ], + "EAVES": [ + 401, + 14, + 0 + ], + "EXTERIORSIDING": [ + 414, + 1, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 414, + 1, + 0 + ], + "HAZARDTYPE": [ + 415, + 0, + 0 + ], + "INCIDENTNAME": [ + 415, + 0, + 0 + ], + "INCIDENTNUM": [ + 415, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 415, + 0, + 0 + ], + "LATITUDE": [ + 415, + 0, + 0 + ], + "LONGITUDE": [ + 415, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 21, + 0, + 394 + ], + "NOOUTBUILDINGSDAMAGED": [ + 64, + 0, + 351 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 73, + 0, + 342 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 22, + 0, + 393 + ], + "PATIOCOVERCARPORT": [ + 413, + 2, + 0 + ], + "PROPANETANKDISTANCE": [ + 156, + 0, + 259 + ], + "ROOFCONSTRUCTION": [ + 414, + 1, + 0 + ], + "SITEADDRESS": [ + 326, + 0, + 89 + ], + "STREETNAME": [ + 415, + 0, + 0 + ], + "STREETTYPE": [ + 415, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 415, + 0, + 0 + ], + "STRUCTURETYPE": [ + 415, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 111, + 0, + 304 + ], + "VENTSCREEN": [ + 407, + 8, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 415 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 415 + ], + "WINDOWPANE": [ + 413, + 2, + 0 + ], + "YEARBUILT": [ + 0, + 0, + 415 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 331, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 393, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 12, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 413, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 63, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 401, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 21, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 64, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 73, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 22, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 413, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 156, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 326, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 414, + 414 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 111, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 407, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 413, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 414 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Alpine", + "records": 415, + "value": "Alpine" + }, + { + "access": { + "assessed": 87, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 87 + }, + "fields": { + "APN": [ + 86, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 76, + 0, + 11 + ], + "CALFIREUNIT": [ + 87, + 0, + 0 + ], + "CITY": [ + 72, + 5, + 10 + ], + "COMMUNITY": [ + 2, + 0, + 85 + ], + "COUNTY": [ + 87, + 0, + 0 + ], + "DAMAGE": [ + 87, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 85, + 1, + 1 + ], + "DECKPORCHONGRADE": [ + 85, + 1, + 1 + ], + "DEFENSIVEACTIONS": [ + 20, + 6, + 61 + ], + "EAVES": [ + 84, + 3, + 0 + ], + "EXTERIORSIDING": [ + 85, + 2, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 85, + 1, + 1 + ], + "HAZARDTYPE": [ + 87, + 0, + 0 + ], + "INCIDENTNAME": [ + 87, + 0, + 0 + ], + "INCIDENTNUM": [ + 87, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 87, + 0, + 0 + ], + "LATITUDE": [ + 87, + 0, + 0 + ], + "LONGITUDE": [ + 87, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 72, + 0, + 15 + ], + "NOOUTBUILDINGSDAMAGED": [ + 80, + 0, + 7 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 79, + 0, + 8 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 79, + 0, + 8 + ], + "PATIOCOVERCARPORT": [ + 85, + 1, + 1 + ], + "PROPANETANKDISTANCE": [ + 42, + 0, + 45 + ], + "ROOFCONSTRUCTION": [ + 86, + 1, + 0 + ], + "SITEADDRESS": [ + 81, + 0, + 6 + ], + "STREETNAME": [ + 87, + 0, + 0 + ], + "STREETTYPE": [ + 87, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 87, + 0, + 0 + ], + "STRUCTURETYPE": [ + 87, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 42, + 0, + 45 + ], + "VENTSCREEN": [ + 86, + 1, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 1, + 84 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 2, + 1, + 84 + ], + "WINDOWPANE": [ + 77, + 10, + 0 + ], + "YEARBUILT": [ + 12, + 2, + 73 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 86, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 76, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 72, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 85, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 85, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 20, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 84, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 85, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 85, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 72, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 80, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 79, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 79, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 85, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 42, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 86, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 81, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 87, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 42, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 86, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 2, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 77, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 12, + 87 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Amador", + "records": 87, + "value": "Amador" + }, + { + "access": { + "assessed": 28741, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 6, + "total": 28747 + }, + "fields": { + "APN": [ + 28700, + 0, + 47 + ], + "ASSESSEDIMPROVEDVALUE": [ + 28306, + 0, + 441 + ], + "CALFIREUNIT": [ + 28747, + 0, + 0 + ], + "CITY": [ + 23873, + 3111, + 1763 + ], + "COMMUNITY": [ + 21145, + 46, + 7556 + ], + "COUNTY": [ + 28747, + 0, + 0 + ], + "DAMAGE": [ + 28747, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 23935, + 477, + 4335 + ], + "DECKPORCHONGRADE": [ + 24077, + 335, + 4335 + ], + "DEFENSIVEACTIONS": [ + 911, + 9956, + 17880 + ], + "EAVES": [ + 16888, + 7717, + 4142 + ], + "EXTERIORSIDING": [ + 24366, + 249, + 4132 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 24129, + 282, + 4336 + ], + "HAZARDTYPE": [ + 28747, + 0, + 0 + ], + "INCIDENTNAME": [ + 28747, + 0, + 0 + ], + "INCIDENTNUM": [ + 28747, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 28747, + 0, + 0 + ], + "LATITUDE": [ + 28747, + 0, + 0 + ], + "LONGITUDE": [ + 28747, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 4510, + 0, + 24237 + ], + "NOOUTBUILDINGSDAMAGED": [ + 4678, + 0, + 24069 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 4683, + 0, + 24064 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 6378, + 0, + 22369 + ], + "PATIOCOVERCARPORT": [ + 23284, + 1128, + 4335 + ], + "PROPANETANKDISTANCE": [ + 15412, + 0, + 13335 + ], + "ROOFCONSTRUCTION": [ + 24332, + 288, + 4127 + ], + "SITEADDRESS": [ + 27887, + 673, + 187 + ], + "STREETNAME": [ + 24649, + 19, + 4079 + ], + "STREETTYPE": [ + 24045, + 7, + 4695 + ], + "STRUCTURECATEGORY": [ + 28747, + 0, + 0 + ], + "STRUCTURETYPE": [ + 28747, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 10835, + 0, + 17912 + ], + "VENTSCREEN": [ + 20995, + 3601, + 4151 + ], + "WHATDIDFIRESTARTFROM": [ + 1622, + 3287, + 23838 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 527, + 5574, + 22646 + ], + "WINDOWPANE": [ + 22785, + 1821, + 4141 + ], + "YEARBUILT": [ + 26857, + 1623, + 267 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 28694, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 28300, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 23868, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 21141, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 23932, + 28741 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 24073, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 911, + 28741 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 16883, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 24361, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 24126, + 28741 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 4508, + 28741 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 4674, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 4679, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 6374, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 23282, + 28741 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 15408, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 24327, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 27882, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 24643, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 24039, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 28741, + 28741 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 10831, + 28741 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 20994, + 28741 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1622, + 28741 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 527, + 28741 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 22780, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 26852, + 28741 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Butte", + "records": 28747, + "value": "Butte" + }, + { + "access": { + "assessed": 1277, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 4, + "total": 1281 + }, + "fields": { + "APN": [ + 1277, + 0, + 4 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1189, + 0, + 92 + ], + "CALFIREUNIT": [ + 1281, + 0, + 0 + ], + "CITY": [ + 1245, + 0, + 36 + ], + "COMMUNITY": [ + 689, + 0, + 592 + ], + "COUNTY": [ + 1281, + 0, + 0 + ], + "DAMAGE": [ + 1281, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 309, + 9, + 963 + ], + "DECKPORCHONGRADE": [ + 309, + 9, + 963 + ], + "DEFENSIVEACTIONS": [ + 12, + 12, + 1257 + ], + "EAVES": [ + 509, + 759, + 13 + ], + "EXTERIORSIDING": [ + 1203, + 75, + 3 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 316, + 2, + 963 + ], + "HAZARDTYPE": [ + 1281, + 0, + 0 + ], + "INCIDENTNAME": [ + 1281, + 0, + 0 + ], + "INCIDENTNUM": [ + 1281, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1281, + 0, + 0 + ], + "LATITUDE": [ + 1281, + 0, + 0 + ], + "LONGITUDE": [ + 1281, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 1281 + ], + "NOOUTBUILDINGSDAMAGED": [ + 14, + 0, + 1267 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 14, + 0, + 1267 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 14, + 0, + 1267 + ], + "PATIOCOVERCARPORT": [ + 313, + 5, + 963 + ], + "PROPANETANKDISTANCE": [ + 30, + 0, + 1251 + ], + "ROOFCONSTRUCTION": [ + 1225, + 52, + 4 + ], + "SITEADDRESS": [ + 1211, + 0, + 70 + ], + "STREETNAME": [ + 1276, + 2, + 3 + ], + "STREETTYPE": [ + 1195, + 0, + 86 + ], + "STRUCTURECATEGORY": [ + 1281, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1281, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 17, + 0, + 1264 + ], + "VENTSCREEN": [ + 668, + 582, + 31 + ], + "WHATDIDFIRESTARTFROM": [ + 8, + 0, + 1273 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 6, + 2, + 1273 + ], + "WINDOWPANE": [ + 791, + 454, + 36 + ], + "YEARBUILT": [ + 248, + 70, + 963 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1273, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1185, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1241, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 689, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 306, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 306, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 12, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 506, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1200, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 314, + 1277 + ], + "inaccessible": [ + 2, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 14, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 14, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 14, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 310, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 30, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1221, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1207, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1272, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1191, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1277, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 17, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 668, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 8, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 6, + 1277 + ], + "inaccessible": [ + 0, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 788, + 1277 + ], + "inaccessible": [ + 3, + 4 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 244, + 1277 + ], + "inaccessible": [ + 4, + 4 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Calaveras", + "records": 1281, + "value": "Calaveras" + }, + { + "access": { + "assessed": 52, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 52 + }, + "fields": { + "APN": [ + 52, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 52, + 0, + 0 + ], + "CALFIREUNIT": [ + 52, + 0, + 0 + ], + "CITY": [ + 24, + 0, + 28 + ], + "COMMUNITY": [ + 0, + 0, + 52 + ], + "COUNTY": [ + 52, + 0, + 0 + ], + "DAMAGE": [ + 52, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 52, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 51, + 1, + 0 + ], + "DEFENSIVEACTIONS": [ + 0, + 30, + 22 + ], + "EAVES": [ + 52, + 0, + 0 + ], + "EXTERIORSIDING": [ + 52, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 52, + 0, + 0 + ], + "HAZARDTYPE": [ + 52, + 0, + 0 + ], + "INCIDENTNAME": [ + 52, + 0, + 0 + ], + "INCIDENTNUM": [ + 52, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 52, + 0, + 0 + ], + "LATITUDE": [ + 52, + 0, + 0 + ], + "LONGITUDE": [ + 52, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 52 + ], + "NOOUTBUILDINGSDAMAGED": [ + 14, + 0, + 38 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 12, + 0, + 40 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 4, + 0, + 48 + ], + "PATIOCOVERCARPORT": [ + 51, + 1, + 0 + ], + "PROPANETANKDISTANCE": [ + 16, + 0, + 36 + ], + "ROOFCONSTRUCTION": [ + 52, + 0, + 0 + ], + "SITEADDRESS": [ + 24, + 0, + 28 + ], + "STREETNAME": [ + 52, + 0, + 0 + ], + "STREETTYPE": [ + 52, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 52, + 0, + 0 + ], + "STRUCTURETYPE": [ + 52, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 25, + 0, + 27 + ], + "VENTSCREEN": [ + 50, + 2, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 52 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 52 + ], + "WINDOWPANE": [ + 51, + 1, + 0 + ], + "YEARBUILT": [ + 36, + 16, + 0 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 24, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 51, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 14, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 12, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 4, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 51, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 16, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 24, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 25, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 50, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 51, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 36, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Colusa", + "records": 52, + "value": "Colusa" + }, + { + "access": { + "assessed": 2, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 2 + }, + "fields": { + "APN": [ + 2, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2, + 0, + 0 + ], + "CALFIREUNIT": [ + 2, + 0, + 0 + ], + "CITY": [ + 2, + 0, + 0 + ], + "COMMUNITY": [ + 2, + 0, + 0 + ], + "COUNTY": [ + 2, + 0, + 0 + ], + "DAMAGE": [ + 2, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 2, + 0 + ], + "DECKPORCHONGRADE": [ + 0, + 2, + 0 + ], + "DEFENSIVEACTIONS": [ + 0, + 1, + 1 + ], + "EAVES": [ + 0, + 2, + 0 + ], + "EXTERIORSIDING": [ + 1, + 1, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 2, + 0, + 0 + ], + "HAZARDTYPE": [ + 2, + 0, + 0 + ], + "INCIDENTNAME": [ + 2, + 0, + 0 + ], + "INCIDENTNUM": [ + 2, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2, + 0, + 0 + ], + "LATITUDE": [ + 2, + 0, + 0 + ], + "LONGITUDE": [ + 2, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 2 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 2 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 2 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 2 + ], + "PATIOCOVERCARPORT": [ + 0, + 2, + 0 + ], + "PROPANETANKDISTANCE": [ + 1, + 0, + 1 + ], + "ROOFCONSTRUCTION": [ + 1, + 1, + 0 + ], + "SITEADDRESS": [ + 2, + 0, + 0 + ], + "STREETNAME": [ + 2, + 0, + 0 + ], + "STREETTYPE": [ + 2, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 2, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1, + 0, + 1 + ], + "VENTSCREEN": [ + 0, + 2, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 1, + 1 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 1, + 1 + ], + "WINDOWPANE": [ + 0, + 2, + 0 + ], + "YEARBUILT": [ + 2, + 0, + 0 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 0, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 2, + 2 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Contra Costa", + "records": 2, + "value": "Contra Costa" + }, + { + "access": { + "assessed": 4666, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 2, + "total": 4668 + }, + "fields": { + "APN": [ + 4668, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 4164, + 0, + 504 + ], + "CALFIREUNIT": [ + 4668, + 0, + 0 + ], + "CITY": [ + 4375, + 240, + 53 + ], + "COMMUNITY": [ + 1427, + 0, + 3241 + ], + "COUNTY": [ + 4668, + 0, + 0 + ], + "DAMAGE": [ + 4668, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 4485, + 179, + 4 + ], + "DECKPORCHONGRADE": [ + 4541, + 122, + 5 + ], + "DEFENSIVEACTIONS": [ + 1099, + 737, + 2832 + ], + "EAVES": [ + 4276, + 391, + 1 + ], + "EXTERIORSIDING": [ + 4577, + 90, + 1 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 4609, + 51, + 8 + ], + "HAZARDTYPE": [ + 4668, + 0, + 0 + ], + "INCIDENTNAME": [ + 4668, + 0, + 0 + ], + "INCIDENTNUM": [ + 4668, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 4668, + 0, + 0 + ], + "LATITUDE": [ + 4668, + 0, + 0 + ], + "LONGITUDE": [ + 4668, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 4563, + 0, + 105 + ], + "NOOUTBUILDINGSDAMAGED": [ + 4578, + 0, + 90 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 4578, + 0, + 90 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 4581, + 0, + 87 + ], + "PATIOCOVERCARPORT": [ + 4486, + 174, + 8 + ], + "PROPANETANKDISTANCE": [ + 2446, + 0, + 2222 + ], + "ROOFCONSTRUCTION": [ + 4578, + 90, + 0 + ], + "SITEADDRESS": [ + 4308, + 0, + 360 + ], + "STREETNAME": [ + 4641, + 21, + 6 + ], + "STREETTYPE": [ + 4662, + 0, + 6 + ], + "STRUCTURECATEGORY": [ + 4668, + 0, + 0 + ], + "STRUCTURETYPE": [ + 4668, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1946, + 0, + 2722 + ], + "VENTSCREEN": [ + 4358, + 308, + 2 + ], + "WHATDIDFIRESTARTFROM": [ + 44, + 14, + 4610 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 46, + 12, + 4610 + ], + "WINDOWPANE": [ + 4410, + 256, + 2 + ], + "YEARBUILT": [ + 190, + 119, + 4359 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 4162, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 4373, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1425, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 4485, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 4541, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1099, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 4276, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 4577, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 4609, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 4561, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 4576, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 4576, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 4579, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 4486, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 2446, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 4578, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 4306, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 4639, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 4660, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 4666, + 4666 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1946, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 4358, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 44, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 46, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 4410, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 190, + 4666 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "El Dorado", + "records": 4668, + "value": "El Dorado" + }, + { + "access": { + "assessed": 2984, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 2984 + }, + "fields": { + "APN": [ + 2838, + 0, + 146 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2983, + 0, + 1 + ], + "CALFIREUNIT": [ + 2984, + 0, + 0 + ], + "CITY": [ + 139, + 2774, + 71 + ], + "COMMUNITY": [ + 917, + 0, + 2067 + ], + "COUNTY": [ + 2984, + 0, + 0 + ], + "DAMAGE": [ + 2984, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1029, + 1945, + 10 + ], + "DECKPORCHONGRADE": [ + 1062, + 1912, + 10 + ], + "DEFENSIVEACTIONS": [ + 167, + 101, + 2716 + ], + "EAVES": [ + 891, + 2093, + 0 + ], + "EXTERIORSIDING": [ + 1113, + 1871, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1075, + 1899, + 10 + ], + "HAZARDTYPE": [ + 2984, + 0, + 0 + ], + "INCIDENTNAME": [ + 2984, + 0, + 0 + ], + "INCIDENTNUM": [ + 2984, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2984, + 0, + 0 + ], + "LATITUDE": [ + 2984, + 0, + 0 + ], + "LONGITUDE": [ + 2984, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 2852, + 0, + 132 + ], + "NOOUTBUILDINGSDAMAGED": [ + 2873, + 0, + 111 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 2875, + 0, + 109 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 2871, + 0, + 113 + ], + "PATIOCOVERCARPORT": [ + 1015, + 1959, + 10 + ], + "PROPANETANKDISTANCE": [ + 650, + 0, + 2334 + ], + "ROOFCONSTRUCTION": [ + 1115, + 1869, + 0 + ], + "SITEADDRESS": [ + 2480, + 0, + 504 + ], + "STREETNAME": [ + 2961, + 21, + 2 + ], + "STREETTYPE": [ + 2982, + 0, + 2 + ], + "STRUCTURECATEGORY": [ + 2984, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2984, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 292, + 0, + 2692 + ], + "VENTSCREEN": [ + 965, + 2019, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 19, + 9, + 2956 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 19, + 10, + 2955 + ], + "WINDOWPANE": [ + 1013, + 1971, + 0 + ], + "YEARBUILT": [ + 1353, + 1617, + 14 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 2838, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2983, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 139, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 917, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1029, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1062, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 167, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 891, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1113, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1075, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 2852, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 2873, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 2875, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 2871, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1015, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 650, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1115, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 2480, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 2961, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2982, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2984, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 292, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 965, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 19, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 19, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1013, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1353, + 2984 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Fresno", + "records": 2984, + "value": "Fresno" + }, + { + "access": { + "assessed": 52, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 52 + }, + "fields": { + "APN": [ + 52, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 44, + 0, + 8 + ], + "CALFIREUNIT": [ + 52, + 0, + 0 + ], + "CITY": [ + 52, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 52 + ], + "COUNTY": [ + 52, + 0, + 0 + ], + "DAMAGE": [ + 52, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 52, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 52, + 0, + 0 + ], + "DEFENSIVEACTIONS": [ + 23, + 2, + 27 + ], + "EAVES": [ + 52, + 0, + 0 + ], + "EXTERIORSIDING": [ + 52, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 52, + 0, + 0 + ], + "HAZARDTYPE": [ + 52, + 0, + 0 + ], + "INCIDENTNAME": [ + 52, + 0, + 0 + ], + "INCIDENTNUM": [ + 52, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 52, + 0, + 0 + ], + "LATITUDE": [ + 52, + 0, + 0 + ], + "LONGITUDE": [ + 52, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 52 + ], + "NOOUTBUILDINGSDAMAGED": [ + 2, + 0, + 50 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 6, + 0, + 46 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 52 + ], + "PATIOCOVERCARPORT": [ + 52, + 0, + 0 + ], + "PROPANETANKDISTANCE": [ + 7, + 0, + 45 + ], + "ROOFCONSTRUCTION": [ + 52, + 0, + 0 + ], + "SITEADDRESS": [ + 41, + 0, + 11 + ], + "STREETNAME": [ + 52, + 0, + 0 + ], + "STREETTYPE": [ + 52, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 52, + 0, + 0 + ], + "STRUCTURETYPE": [ + 52, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 3, + 0, + 49 + ], + "VENTSCREEN": [ + 52, + 0, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 52 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 52 + ], + "WINDOWPANE": [ + 52, + 0, + 0 + ], + "YEARBUILT": [ + 37, + 0, + 15 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 44, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 23, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 2, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 6, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 7, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 41, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 3, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 52, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 37, + 52 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Glenn", + "records": 52, + "value": "Glenn" + }, + { + "access": { + "assessed": 19, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 19 + }, + "fields": { + "APN": [ + 19, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 19, + 0, + 0 + ], + "CALFIREUNIT": [ + 19, + 0, + 0 + ], + "CITY": [ + 6, + 0, + 13 + ], + "COMMUNITY": [ + 14, + 0, + 5 + ], + "COUNTY": [ + 19, + 0, + 0 + ], + "DAMAGE": [ + 19, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 14, + 0, + 5 + ], + "DECKPORCHONGRADE": [ + 14, + 0, + 5 + ], + "DEFENSIVEACTIONS": [ + 13, + 1, + 5 + ], + "EAVES": [ + 12, + 2, + 5 + ], + "EXTERIORSIDING": [ + 14, + 0, + 5 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 13, + 1, + 5 + ], + "HAZARDTYPE": [ + 19, + 0, + 0 + ], + "INCIDENTNAME": [ + 19, + 0, + 0 + ], + "INCIDENTNUM": [ + 19, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 19, + 0, + 0 + ], + "LATITUDE": [ + 19, + 0, + 0 + ], + "LONGITUDE": [ + 19, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 19 + ], + "NOOUTBUILDINGSDAMAGED": [ + 14, + 0, + 5 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 14, + 0, + 5 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 3, + 0, + 16 + ], + "PATIOCOVERCARPORT": [ + 14, + 0, + 5 + ], + "PROPANETANKDISTANCE": [ + 13, + 0, + 6 + ], + "ROOFCONSTRUCTION": [ + 13, + 1, + 5 + ], + "SITEADDRESS": [ + 6, + 0, + 13 + ], + "STREETNAME": [ + 19, + 0, + 0 + ], + "STREETTYPE": [ + 19, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 19, + 0, + 0 + ], + "STRUCTURETYPE": [ + 19, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 14, + 0, + 5 + ], + "VENTSCREEN": [ + 13, + 1, + 5 + ], + "WHATDIDFIRESTARTFROM": [ + 1, + 0, + 18 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 1, + 0, + 18 + ], + "WINDOWPANE": [ + 13, + 1, + 5 + ], + "YEARBUILT": [ + 0, + 13, + 6 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 6, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 12, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 3, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 6, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 19, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 14, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 1, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 13, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 19 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Humboldt", + "records": 19, + "value": "Humboldt" + }, + { + "access": { + "assessed": 20, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 20 + }, + "fields": { + "APN": [ + 20, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 19, + 0, + 1 + ], + "CALFIREUNIT": [ + 20, + 0, + 0 + ], + "CITY": [ + 20, + 0, + 0 + ], + "COMMUNITY": [ + 16, + 0, + 4 + ], + "COUNTY": [ + 20, + 0, + 0 + ], + "DAMAGE": [ + 20, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 16, + 2, + 2 + ], + "DECKPORCHONGRADE": [ + 16, + 2, + 2 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 20 + ], + "EAVES": [ + 12, + 7, + 1 + ], + "EXTERIORSIDING": [ + 18, + 2, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 18, + 0, + 2 + ], + "HAZARDTYPE": [ + 20, + 0, + 0 + ], + "INCIDENTNAME": [ + 20, + 0, + 0 + ], + "INCIDENTNUM": [ + 20, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 20, + 0, + 0 + ], + "LATITUDE": [ + 20, + 0, + 0 + ], + "LONGITUDE": [ + 20, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 20 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 20 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 20 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 20 + ], + "PATIOCOVERCARPORT": [ + 16, + 2, + 2 + ], + "PROPANETANKDISTANCE": [ + 3, + 0, + 17 + ], + "ROOFCONSTRUCTION": [ + 19, + 1, + 0 + ], + "SITEADDRESS": [ + 19, + 0, + 1 + ], + "STREETNAME": [ + 20, + 0, + 0 + ], + "STREETTYPE": [ + 20, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 20, + 0, + 0 + ], + "STRUCTURETYPE": [ + 20, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 20 + ], + "VENTSCREEN": [ + 12, + 6, + 2 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 0, + 18 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 2, + 0, + 18 + ], + "WINDOWPANE": [ + 17, + 2, + 1 + ], + "YEARBUILT": [ + 17, + 1, + 2 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 19, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 16, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 16, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 16, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 12, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 18, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 18, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 16, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 3, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 19, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 19, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 20, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 12, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 2, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 17, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 17, + 20 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Inyo", + "records": 20, + "value": "Inyo" + }, + { + "access": { + "assessed": 1476, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 2, + "total": 1478 + }, + "fields": { + "APN": [ + 1449, + 0, + 29 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1311, + 0, + 167 + ], + "CALFIREUNIT": [ + 1478, + 0, + 0 + ], + "CITY": [ + 1331, + 0, + 147 + ], + "COMMUNITY": [ + 591, + 1, + 886 + ], + "COUNTY": [ + 1478, + 0, + 0 + ], + "DAMAGE": [ + 1478, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1025, + 34, + 419 + ], + "DECKPORCHONGRADE": [ + 1023, + 36, + 419 + ], + "DEFENSIVEACTIONS": [ + 215, + 265, + 998 + ], + "EAVES": [ + 986, + 167, + 325 + ], + "EXTERIORSIDING": [ + 1380, + 97, + 1 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1052, + 7, + 419 + ], + "HAZARDTYPE": [ + 1478, + 0, + 0 + ], + "INCIDENTNAME": [ + 1478, + 0, + 0 + ], + "INCIDENTNUM": [ + 1478, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1478, + 0, + 0 + ], + "LATITUDE": [ + 1478, + 0, + 0 + ], + "LONGITUDE": [ + 1478, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 507, + 0, + 971 + ], + "NOOUTBUILDINGSDAMAGED": [ + 539, + 0, + 939 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 537, + 0, + 941 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 513, + 0, + 965 + ], + "PATIOCOVERCARPORT": [ + 1017, + 42, + 419 + ], + "PROPANETANKDISTANCE": [ + 542, + 0, + 936 + ], + "ROOFCONSTRUCTION": [ + 1400, + 78, + 0 + ], + "SITEADDRESS": [ + 1157, + 0, + 321 + ], + "STREETNAME": [ + 1471, + 7, + 0 + ], + "STREETTYPE": [ + 1406, + 0, + 72 + ], + "STRUCTURECATEGORY": [ + 1478, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1478, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 524, + 0, + 954 + ], + "VENTSCREEN": [ + 989, + 289, + 200 + ], + "WHATDIDFIRESTARTFROM": [ + 23, + 0, + 1455 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 22, + 1, + 1455 + ], + "WINDOWPANE": [ + 1195, + 178, + 105 + ], + "YEARBUILT": [ + 361, + 326, + 791 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1448, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1309, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1329, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 590, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1023, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1021, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 215, + 1476 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 985, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1378, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1050, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 505, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 537, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 535, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 511, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1015, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 540, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1398, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1156, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1469, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1404, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1476, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 522, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 988, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 23, + 1476 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 22, + 1476 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1193, + 1476 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 360, + 1476 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Kern", + "records": 1478, + "value": "Kern" + }, + { + "access": { + "assessed": 1, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 1 + }, + "fields": { + "APN": [ + 1, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 0, + 0, + 1 + ], + "CALFIREUNIT": [ + 1, + 0, + 0 + ], + "CITY": [ + 1, + 0, + 0 + ], + "COMMUNITY": [ + 1, + 0, + 0 + ], + "COUNTY": [ + 1, + 0, + 0 + ], + "DAMAGE": [ + 1, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 1 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 1 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 1 + ], + "EAVES": [ + 0, + 1, + 0 + ], + "EXTERIORSIDING": [ + 1, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 1 + ], + "HAZARDTYPE": [ + 1, + 0, + 0 + ], + "INCIDENTNAME": [ + 1, + 0, + 0 + ], + "INCIDENTNUM": [ + 1, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1, + 0, + 0 + ], + "LATITUDE": [ + 1, + 0, + 0 + ], + "LONGITUDE": [ + 1, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 1 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 1 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 1 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 1 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 1 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 1 + ], + "ROOFCONSTRUCTION": [ + 1, + 0, + 0 + ], + "SITEADDRESS": [ + 0, + 0, + 1 + ], + "STREETNAME": [ + 0, + 0, + 1 + ], + "STREETTYPE": [ + 0, + 0, + 1 + ], + "STRUCTURECATEGORY": [ + 1, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 1 + ], + "VENTSCREEN": [ + 0, + 1, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 1 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 1 + ], + "WINDOWPANE": [ + 0, + 1, + 0 + ], + "YEARBUILT": [ + 0, + 0, + 1 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 1 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Kings", + "records": 1, + "value": "Kings" + }, + { + "access": { + "assessed": 3211, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 5, + "total": 3216 + }, + "fields": { + "APN": [ + 3200, + 1, + 15 + ], + "ASSESSEDIMPROVEDVALUE": [ + 3029, + 0, + 187 + ], + "CALFIREUNIT": [ + 3216, + 0, + 0 + ], + "CITY": [ + 3038, + 52, + 126 + ], + "COMMUNITY": [ + 1713, + 0, + 1503 + ], + "COUNTY": [ + 3216, + 0, + 0 + ], + "DAMAGE": [ + 3216, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 483, + 89, + 2644 + ], + "DECKPORCHONGRADE": [ + 480, + 92, + 2644 + ], + "DEFENSIVEACTIONS": [ + 32, + 193, + 2991 + ], + "EAVES": [ + 435, + 2672, + 109 + ], + "EXTERIORSIDING": [ + 1574, + 1587, + 55 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 522, + 50, + 2644 + ], + "HAZARDTYPE": [ + 3216, + 0, + 0 + ], + "INCIDENTNAME": [ + 3216, + 0, + 0 + ], + "INCIDENTNUM": [ + 3216, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3216, + 0, + 0 + ], + "LATITUDE": [ + 3216, + 0, + 0 + ], + "LONGITUDE": [ + 3216, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 3216 + ], + "NOOUTBUILDINGSDAMAGED": [ + 23, + 0, + 3193 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 6, + 0, + 3210 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 12, + 0, + 3204 + ], + "PATIOCOVERCARPORT": [ + 486, + 86, + 2644 + ], + "PROPANETANKDISTANCE": [ + 285, + 41, + 2890 + ], + "ROOFCONSTRUCTION": [ + 1796, + 1373, + 47 + ], + "SITEADDRESS": [ + 3180, + 0, + 36 + ], + "STREETNAME": [ + 3201, + 3, + 12 + ], + "STREETTYPE": [ + 2637, + 1, + 578 + ], + "STRUCTURECATEGORY": [ + 3216, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3216, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 187, + 0, + 3029 + ], + "VENTSCREEN": [ + 610, + 2461, + 145 + ], + "WHATDIDFIRESTARTFROM": [ + 51, + 140, + 3025 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 27, + 169, + 3020 + ], + "WINDOWPANE": [ + 909, + 2183, + 124 + ], + "YEARBUILT": [ + 302, + 167, + 2747 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3195, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 3024, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3033, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1713, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 483, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 480, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 32, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 435, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1574, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 522, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 23, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 6, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 12, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 486, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 285, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1795, + 3211 + ], + "inaccessible": [ + 1, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3175, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3196, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2632, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3211, + 3211 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 187, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 610, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 51, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 27, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 909, + 3211 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 300, + 3211 + ], + "inaccessible": [ + 2, + 5 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Lake", + "records": 3216, + "value": "Lake" + }, + { + "access": { + "assessed": 1013, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 7, + "total": 1020 + }, + "fields": { + "APN": [ + 1017, + 0, + 3 + ], + "ASSESSEDIMPROVEDVALUE": [ + 965, + 0, + 55 + ], + "CALFIREUNIT": [ + 1020, + 0, + 0 + ], + "CITY": [ + 976, + 31, + 13 + ], + "COMMUNITY": [ + 394, + 0, + 626 + ], + "COUNTY": [ + 1020, + 0, + 0 + ], + "DAMAGE": [ + 1020, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 956, + 64, + 0 + ], + "DECKPORCHONGRADE": [ + 961, + 59, + 0 + ], + "DEFENSIVEACTIONS": [ + 131, + 78, + 811 + ], + "EAVES": [ + 859, + 161, + 0 + ], + "EXTERIORSIDING": [ + 985, + 35, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 988, + 32, + 0 + ], + "HAZARDTYPE": [ + 1020, + 0, + 0 + ], + "INCIDENTNAME": [ + 1020, + 0, + 0 + ], + "INCIDENTNUM": [ + 1020, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1020, + 0, + 0 + ], + "LATITUDE": [ + 1020, + 0, + 0 + ], + "LONGITUDE": [ + 1020, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 725, + 0, + 295 + ], + "NOOUTBUILDINGSDAMAGED": [ + 851, + 0, + 169 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 869, + 0, + 151 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 746, + 0, + 274 + ], + "PATIOCOVERCARPORT": [ + 946, + 74, + 0 + ], + "PROPANETANKDISTANCE": [ + 330, + 0, + 690 + ], + "ROOFCONSTRUCTION": [ + 998, + 22, + 0 + ], + "SITEADDRESS": [ + 948, + 0, + 72 + ], + "STREETNAME": [ + 1013, + 7, + 0 + ], + "STREETTYPE": [ + 1020, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 1020, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1020, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 203, + 0, + 817 + ], + "VENTSCREEN": [ + 852, + 168, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 14, + 14, + 992 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 14, + 12, + 994 + ], + "WINDOWPANE": [ + 930, + 90, + 0 + ], + "YEARBUILT": [ + 221, + 15, + 784 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1010, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 958, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 969, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 390, + 1013 + ], + "inaccessible": [ + 4, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 956, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 961, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 131, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 859, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 985, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 988, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 718, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 844, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 862, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 739, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 946, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 330, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 998, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 941, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1006, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1013, + 1013 + ], + "inaccessible": [ + 7, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 203, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 852, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 14, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 14, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 930, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 221, + 1013 + ], + "inaccessible": [ + 0, + 7 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Lassen", + "records": 1020, + "value": "Lassen" + }, + { + "access": { + "assessed": 34316, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 148, + "total": 34464 + }, + "fields": { + "APN": [ + 34445, + 0, + 19 + ], + "ASSESSEDIMPROVEDVALUE": [ + 34300, + 0, + 164 + ], + "CALFIREUNIT": [ + 34464, + 0, + 0 + ], + "CITY": [ + 33445, + 228, + 791 + ], + "COMMUNITY": [ + 3100, + 43, + 31321 + ], + "COUNTY": [ + 34464, + 0, + 0 + ], + "DAMAGE": [ + 34464, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 29601, + 4570, + 293 + ], + "DECKPORCHONGRADE": [ + 31892, + 2279, + 293 + ], + "DEFENSIVEACTIONS": [ + 1861, + 11271, + 21332 + ], + "EAVES": [ + 21149, + 13315, + 0 + ], + "EXTERIORSIDING": [ + 32957, + 1507, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 31681, + 2490, + 293 + ], + "HAZARDTYPE": [ + 34464, + 0, + 0 + ], + "INCIDENTNAME": [ + 34464, + 0, + 0 + ], + "INCIDENTNUM": [ + 34464, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 34464, + 0, + 0 + ], + "LATITUDE": [ + 34464, + 0, + 0 + ], + "LONGITUDE": [ + 34464, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 31773, + 0, + 2691 + ], + "NOOUTBUILDINGSDAMAGED": [ + 32151, + 0, + 2313 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 32151, + 0, + 2313 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 32668, + 0, + 1796 + ], + "PATIOCOVERCARPORT": [ + 29091, + 5079, + 294 + ], + "PROPANETANKDISTANCE": [ + 13226, + 0, + 21238 + ], + "ROOFCONSTRUCTION": [ + 31239, + 3225, + 0 + ], + "SITEADDRESS": [ + 33593, + 0, + 871 + ], + "STREETNAME": [ + 34393, + 15, + 56 + ], + "STREETTYPE": [ + 34177, + 0, + 287 + ], + "STRUCTURECATEGORY": [ + 34464, + 0, + 0 + ], + "STRUCTURETYPE": [ + 34464, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 13023, + 0, + 21441 + ], + "VENTSCREEN": [ + 24595, + 9869, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 1847, + 749, + 31868 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 1774, + 902, + 31788 + ], + "WINDOWPANE": [ + 25441, + 9023, + 0 + ], + "YEARBUILT": [ + 32767, + 1573, + 124 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 34298, + 34316 + ], + "inaccessible": [ + 147, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 34153, + 34316 + ], + "inaccessible": [ + 147, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 33309, + 34316 + ], + "inaccessible": [ + 136, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 3089, + 34316 + ], + "inaccessible": [ + 11, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 29578, + 34316 + ], + "inaccessible": [ + 23, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 31859, + 34316 + ], + "inaccessible": [ + 33, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1861, + 34316 + ], + "inaccessible": [ + 0, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 21086, + 34316 + ], + "inaccessible": [ + 63, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 32895, + 34316 + ], + "inaccessible": [ + 62, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 31623, + 34316 + ], + "inaccessible": [ + 58, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 31648, + 34316 + ], + "inaccessible": [ + 125, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 32016, + 34316 + ], + "inaccessible": [ + 135, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 32016, + 34316 + ], + "inaccessible": [ + 135, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 32533, + 34316 + ], + "inaccessible": [ + 135, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 29065, + 34316 + ], + "inaccessible": [ + 26, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 13193, + 34316 + ], + "inaccessible": [ + 33, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 31186, + 34316 + ], + "inaccessible": [ + 53, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 33447, + 34316 + ], + "inaccessible": [ + 146, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 34245, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 34029, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 34316, + 34316 + ], + "inaccessible": [ + 148, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 12993, + 34316 + ], + "inaccessible": [ + 30, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 24568, + 34316 + ], + "inaccessible": [ + 27, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1847, + 34316 + ], + "inaccessible": [ + 0, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 1774, + 34316 + ], + "inaccessible": [ + 0, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 25394, + 34316 + ], + "inaccessible": [ + 47, + 148 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 32625, + 34316 + ], + "inaccessible": [ + 142, + 148 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Los Angeles", + "records": 34464, + "value": "Los Angeles" + }, + { + "access": { + "assessed": 758, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 3, + "total": 761 + }, + "fields": { + "APN": [ + 733, + 0, + 28 + ], + "ASSESSEDIMPROVEDVALUE": [ + 747, + 0, + 14 + ], + "CALFIREUNIT": [ + 761, + 0, + 0 + ], + "CITY": [ + 264, + 478, + 19 + ], + "COMMUNITY": [ + 215, + 0, + 546 + ], + "COUNTY": [ + 761, + 0, + 0 + ], + "DAMAGE": [ + 761, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 317, + 426, + 18 + ], + "DECKPORCHONGRADE": [ + 319, + 424, + 18 + ], + "DEFENSIVEACTIONS": [ + 82, + 88, + 591 + ], + "EAVES": [ + 283, + 478, + 0 + ], + "EXTERIORSIDING": [ + 342, + 419, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 335, + 408, + 18 + ], + "HAZARDTYPE": [ + 761, + 0, + 0 + ], + "INCIDENTNAME": [ + 761, + 0, + 0 + ], + "INCIDENTNUM": [ + 761, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 761, + 0, + 0 + ], + "LATITUDE": [ + 761, + 0, + 0 + ], + "LONGITUDE": [ + 761, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 608, + 0, + 153 + ], + "NOOUTBUILDINGSDAMAGED": [ + 630, + 0, + 131 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 647, + 0, + 114 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 615, + 0, + 146 + ], + "PATIOCOVERCARPORT": [ + 317, + 426, + 18 + ], + "PROPANETANKDISTANCE": [ + 229, + 0, + 532 + ], + "ROOFCONSTRUCTION": [ + 351, + 410, + 0 + ], + "SITEADDRESS": [ + 572, + 1, + 188 + ], + "STREETNAME": [ + 760, + 1, + 0 + ], + "STREETTYPE": [ + 761, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 761, + 0, + 0 + ], + "STRUCTURETYPE": [ + 761, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 82, + 0, + 679 + ], + "VENTSCREEN": [ + 305, + 455, + 1 + ], + "WHATDIDFIRESTARTFROM": [ + 1, + 1, + 759 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 3, + 0, + 758 + ], + "WINDOWPANE": [ + 329, + 430, + 2 + ], + "YEARBUILT": [ + 339, + 320, + 102 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 730, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 744, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 261, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 214, + 758 + ], + "inaccessible": [ + 1, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 317, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 319, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 82, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 283, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 342, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 335, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 608, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 630, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 647, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 615, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 317, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 229, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 351, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 569, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 757, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 758, + 758 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 82, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 305, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 3, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 329, + 758 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 338, + 758 + ], + "inaccessible": [ + 1, + 3 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Madera", + "records": 761, + "value": "Madera" + }, + { + "access": { + "assessed": 1181, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 1182 + }, + "fields": { + "APN": [ + 1181, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1154, + 0, + 28 + ], + "CALFIREUNIT": [ + 1182, + 0, + 0 + ], + "CITY": [ + 1162, + 0, + 20 + ], + "COMMUNITY": [ + 58, + 0, + 1124 + ], + "COUNTY": [ + 1182, + 0, + 0 + ], + "DAMAGE": [ + 1182, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 981, + 37, + 164 + ], + "DECKPORCHONGRADE": [ + 989, + 29, + 164 + ], + "DEFENSIVEACTIONS": [ + 236, + 131, + 815 + ], + "EAVES": [ + 947, + 218, + 17 + ], + "EXTERIORSIDING": [ + 1132, + 40, + 10 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 984, + 34, + 164 + ], + "HAZARDTYPE": [ + 1182, + 0, + 0 + ], + "INCIDENTNAME": [ + 1182, + 0, + 0 + ], + "INCIDENTNUM": [ + 1182, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1182, + 0, + 0 + ], + "LATITUDE": [ + 1182, + 0, + 0 + ], + "LONGITUDE": [ + 1182, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 234, + 0, + 948 + ], + "NOOUTBUILDINGSDAMAGED": [ + 304, + 0, + 878 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 323, + 0, + 859 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 237, + 0, + 945 + ], + "PATIOCOVERCARPORT": [ + 956, + 62, + 164 + ], + "PROPANETANKDISTANCE": [ + 584, + 0, + 598 + ], + "ROOFCONSTRUCTION": [ + 1150, + 24, + 8 + ], + "SITEADDRESS": [ + 1140, + 3, + 39 + ], + "STREETNAME": [ + 1155, + 1, + 26 + ], + "STREETTYPE": [ + 1133, + 0, + 49 + ], + "STRUCTURECATEGORY": [ + 1182, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1182, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 181, + 0, + 1001 + ], + "VENTSCREEN": [ + 969, + 192, + 21 + ], + "WHATDIDFIRESTARTFROM": [ + 11, + 10, + 1161 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 30, + 11, + 1141 + ], + "WINDOWPANE": [ + 1037, + 123, + 22 + ], + "YEARBUILT": [ + 413, + 521, + 248 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1180, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1153, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1161, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 58, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 980, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 988, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 236, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 946, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1131, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 983, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 234, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 304, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 323, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 237, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 955, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 583, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1149, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1139, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1154, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1132, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1181, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 181, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 969, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 11, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 30, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1036, + 1181 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 413, + 1181 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Mariposa", + "records": 1182, + "value": "Mariposa" + }, + { + "access": { + "assessed": 937, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 937 + }, + "fields": { + "APN": [ + 937, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 853, + 0, + 84 + ], + "CALFIREUNIT": [ + 937, + 0, + 0 + ], + "CITY": [ + 934, + 3, + 0 + ], + "COMMUNITY": [ + 624, + 0, + 313 + ], + "COUNTY": [ + 937, + 0, + 0 + ], + "DAMAGE": [ + 937, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 331, + 15, + 591 + ], + "DECKPORCHONGRADE": [ + 331, + 15, + 591 + ], + "DEFENSIVEACTIONS": [ + 15, + 41, + 881 + ], + "EAVES": [ + 337, + 577, + 23 + ], + "EXTERIORSIDING": [ + 809, + 109, + 19 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 335, + 11, + 591 + ], + "HAZARDTYPE": [ + 937, + 0, + 0 + ], + "INCIDENTNAME": [ + 937, + 0, + 0 + ], + "INCIDENTNUM": [ + 937, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 937, + 0, + 0 + ], + "LATITUDE": [ + 937, + 0, + 0 + ], + "LONGITUDE": [ + 937, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 937 + ], + "NOOUTBUILDINGSDAMAGED": [ + 24, + 0, + 913 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 25, + 0, + 912 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 17, + 0, + 920 + ], + "PATIOCOVERCARPORT": [ + 315, + 31, + 591 + ], + "PROPANETANKDISTANCE": [ + 139, + 0, + 798 + ], + "ROOFCONSTRUCTION": [ + 815, + 105, + 17 + ], + "SITEADDRESS": [ + 870, + 0, + 67 + ], + "STREETNAME": [ + 924, + 2, + 11 + ], + "STREETTYPE": [ + 924, + 0, + 13 + ], + "STRUCTURECATEGORY": [ + 937, + 0, + 0 + ], + "STRUCTURETYPE": [ + 937, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 82, + 0, + 855 + ], + "VENTSCREEN": [ + 458, + 445, + 34 + ], + "WHATDIDFIRESTARTFROM": [ + 9, + 5, + 923 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 9, + 5, + 923 + ], + "WINDOWPANE": [ + 507, + 401, + 29 + ], + "YEARBUILT": [ + 0, + 569, + 368 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 853, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 934, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 624, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 331, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 331, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 15, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 337, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 809, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 335, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 24, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 25, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 17, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 315, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 139, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 815, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 870, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 924, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 924, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 937, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 82, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 458, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 9, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 9, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 507, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 937 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Mendocino", + "records": 937, + "value": "Mendocino" + }, + { + "access": { + "assessed": 3, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 3 + }, + "fields": { + "APN": [ + 3, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 3, + 0, + 0 + ], + "CALFIREUNIT": [ + 3, + 0, + 0 + ], + "CITY": [ + 3, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 3 + ], + "COUNTY": [ + 3, + 0, + 0 + ], + "DAMAGE": [ + 3, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 3, + 0, + 0 + ], + "DEFENSIVEACTIONS": [ + 1, + 0, + 2 + ], + "EAVES": [ + 3, + 0, + 0 + ], + "EXTERIORSIDING": [ + 3, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 3, + 0, + 0 + ], + "HAZARDTYPE": [ + 3, + 0, + 0 + ], + "INCIDENTNAME": [ + 3, + 0, + 0 + ], + "INCIDENTNUM": [ + 3, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3, + 0, + 0 + ], + "LATITUDE": [ + 3, + 0, + 0 + ], + "LONGITUDE": [ + 3, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 3 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1, + 0, + 2 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1, + 0, + 2 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 3 + ], + "PATIOCOVERCARPORT": [ + 3, + 0, + 0 + ], + "PROPANETANKDISTANCE": [ + 1, + 0, + 2 + ], + "ROOFCONSTRUCTION": [ + 3, + 0, + 0 + ], + "SITEADDRESS": [ + 3, + 0, + 0 + ], + "STREETNAME": [ + 3, + 0, + 0 + ], + "STREETTYPE": [ + 3, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 3, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1, + 0, + 2 + ], + "VENTSCREEN": [ + 3, + 0, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 3 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 3 + ], + "WINDOWPANE": [ + 3, + 0, + 0 + ], + "YEARBUILT": [ + 3, + 0, + 0 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 3, + 3 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Merced", + "records": 3, + "value": "Merced" + }, + { + "access": { + "assessed": 7, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 7 + }, + "fields": { + "APN": [ + 7, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 7, + 0, + 0 + ], + "CALFIREUNIT": [ + 7, + 0, + 0 + ], + "CITY": [ + 1, + 0, + 6 + ], + "COMMUNITY": [ + 2, + 0, + 5 + ], + "COUNTY": [ + 7, + 0, + 0 + ], + "DAMAGE": [ + 7, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 7, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 7, + 0, + 0 + ], + "DEFENSIVEACTIONS": [ + 3, + 0, + 4 + ], + "EAVES": [ + 7, + 0, + 0 + ], + "EXTERIORSIDING": [ + 7, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 7, + 0, + 0 + ], + "HAZARDTYPE": [ + 7, + 0, + 0 + ], + "INCIDENTNAME": [ + 7, + 0, + 0 + ], + "INCIDENTNUM": [ + 7, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 7, + 0, + 0 + ], + "LATITUDE": [ + 7, + 0, + 0 + ], + "LONGITUDE": [ + 7, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 7 + ], + "NOOUTBUILDINGSDAMAGED": [ + 6, + 0, + 1 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 6, + 0, + 1 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 4, + 0, + 3 + ], + "PATIOCOVERCARPORT": [ + 7, + 0, + 0 + ], + "PROPANETANKDISTANCE": [ + 2, + 0, + 5 + ], + "ROOFCONSTRUCTION": [ + 7, + 0, + 0 + ], + "SITEADDRESS": [ + 1, + 0, + 6 + ], + "STREETNAME": [ + 7, + 0, + 0 + ], + "STREETTYPE": [ + 7, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 7, + 0, + 0 + ], + "STRUCTURETYPE": [ + 7, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 2, + 0, + 5 + ], + "VENTSCREEN": [ + 7, + 0, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 7 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 7 + ], + "WINDOWPANE": [ + 7, + 0, + 0 + ], + "YEARBUILT": [ + 1, + 6, + 0 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 6, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 6, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 4, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 2, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 2, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Modoc", + "records": 7, + "value": "Modoc" + }, + { + "access": { + "assessed": 114, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 114 + }, + "fields": { + "APN": [ + 114, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 114, + 0, + 0 + ], + "CALFIREUNIT": [ + 114, + 0, + 0 + ], + "CITY": [ + 113, + 0, + 1 + ], + "COMMUNITY": [ + 64, + 0, + 50 + ], + "COUNTY": [ + 114, + 0, + 0 + ], + "DAMAGE": [ + 114, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 45, + 5, + 64 + ], + "DECKPORCHONGRADE": [ + 47, + 3, + 64 + ], + "DEFENSIVEACTIONS": [ + 3, + 12, + 99 + ], + "EAVES": [ + 34, + 80, + 0 + ], + "EXTERIORSIDING": [ + 88, + 26, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 47, + 3, + 64 + ], + "HAZARDTYPE": [ + 114, + 0, + 0 + ], + "INCIDENTNAME": [ + 114, + 0, + 0 + ], + "INCIDENTNUM": [ + 114, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 114, + 0, + 0 + ], + "LATITUDE": [ + 114, + 0, + 0 + ], + "LONGITUDE": [ + 114, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 114 + ], + "NOOUTBUILDINGSDAMAGED": [ + 4, + 0, + 110 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 4, + 0, + 110 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1, + 0, + 113 + ], + "PATIOCOVERCARPORT": [ + 42, + 8, + 64 + ], + "PROPANETANKDISTANCE": [ + 18, + 0, + 96 + ], + "ROOFCONSTRUCTION": [ + 104, + 10, + 0 + ], + "SITEADDRESS": [ + 111, + 0, + 3 + ], + "STREETNAME": [ + 114, + 0, + 0 + ], + "STREETTYPE": [ + 110, + 0, + 4 + ], + "STRUCTURECATEGORY": [ + 114, + 0, + 0 + ], + "STRUCTURETYPE": [ + 114, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 20, + 0, + 94 + ], + "VENTSCREEN": [ + 36, + 23, + 55 + ], + "WHATDIDFIRESTARTFROM": [ + 4, + 0, + 110 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 3, + 1, + 110 + ], + "WINDOWPANE": [ + 61, + 52, + 1 + ], + "YEARBUILT": [ + 44, + 6, + 64 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 113, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 64, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 45, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 47, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 3, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 34, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 88, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 47, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 4, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 4, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 42, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 18, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 104, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 111, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 110, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 114, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 20, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 36, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 4, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 3, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 61, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 44, + 114 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Mono", + "records": 114, + "value": "Mono" + }, + { + "access": { + "assessed": 699, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 699 + }, + "fields": { + "APN": [ + 698, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 613, + 0, + 86 + ], + "CALFIREUNIT": [ + 699, + 0, + 0 + ], + "CITY": [ + 184, + 509, + 6 + ], + "COMMUNITY": [ + 133, + 0, + 566 + ], + "COUNTY": [ + 699, + 0, + 0 + ], + "DAMAGE": [ + 699, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 161, + 446, + 92 + ], + "DECKPORCHONGRADE": [ + 168, + 439, + 92 + ], + "DEFENSIVEACTIONS": [ + 55, + 14, + 630 + ], + "EAVES": [ + 111, + 588, + 0 + ], + "EXTERIORSIDING": [ + 201, + 498, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 165, + 442, + 92 + ], + "HAZARDTYPE": [ + 699, + 0, + 0 + ], + "INCIDENTNAME": [ + 699, + 0, + 0 + ], + "INCIDENTNUM": [ + 699, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 699, + 0, + 0 + ], + "LATITUDE": [ + 699, + 0, + 0 + ], + "LONGITUDE": [ + 699, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 699 + ], + "NOOUTBUILDINGSDAMAGED": [ + 27, + 0, + 672 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 45, + 0, + 654 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 22, + 0, + 677 + ], + "PATIOCOVERCARPORT": [ + 150, + 457, + 92 + ], + "PROPANETANKDISTANCE": [ + 71, + 408, + 220 + ], + "ROOFCONSTRUCTION": [ + 246, + 453, + 0 + ], + "SITEADDRESS": [ + 620, + 0, + 79 + ], + "STREETNAME": [ + 649, + 50, + 0 + ], + "STREETTYPE": [ + 694, + 0, + 5 + ], + "STRUCTURECATEGORY": [ + 699, + 0, + 0 + ], + "STRUCTURETYPE": [ + 699, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 18, + 0, + 681 + ], + "VENTSCREEN": [ + 143, + 510, + 46 + ], + "WHATDIDFIRESTARTFROM": [ + 6, + 1, + 692 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 10, + 1, + 688 + ], + "WINDOWPANE": [ + 159, + 504, + 36 + ], + "YEARBUILT": [ + 469, + 4, + 226 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 698, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 613, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 184, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 133, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 161, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 168, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 55, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 111, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 201, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 165, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 27, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 45, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 22, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 150, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 71, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 246, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 620, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 649, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 694, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 699, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 18, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 143, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 6, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 10, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 159, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 469, + 699 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Monterey", + "records": 699, + "value": "Monterey" + }, + { + "access": { + "assessed": 6308, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 12, + "total": 6320 + }, + "fields": { + "APN": [ + 6297, + 0, + 23 + ], + "ASSESSEDIMPROVEDVALUE": [ + 5944, + 0, + 376 + ], + "CALFIREUNIT": [ + 6320, + 0, + 0 + ], + "CITY": [ + 1899, + 4415, + 6 + ], + "COMMUNITY": [ + 2773, + 0, + 3547 + ], + "COUNTY": [ + 6320, + 0, + 0 + ], + "DAMAGE": [ + 6320, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3319, + 1310, + 1691 + ], + "DECKPORCHONGRADE": [ + 3357, + 1273, + 1690 + ], + "DEFENSIVEACTIONS": [ + 520, + 180, + 5620 + ], + "EAVES": [ + 3273, + 3047, + 0 + ], + "EXTERIORSIDING": [ + 4798, + 1522, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 3416, + 1214, + 1690 + ], + "HAZARDTYPE": [ + 6320, + 0, + 0 + ], + "INCIDENTNAME": [ + 6320, + 0, + 0 + ], + "INCIDENTNUM": [ + 6320, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 6320, + 0, + 0 + ], + "LATITUDE": [ + 6320, + 0, + 0 + ], + "LONGITUDE": [ + 6320, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 6320 + ], + "NOOUTBUILDINGSDAMAGED": [ + 140, + 0, + 6180 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 143, + 0, + 6177 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 59, + 0, + 6261 + ], + "PATIOCOVERCARPORT": [ + 3280, + 1350, + 1690 + ], + "PROPANETANKDISTANCE": [ + 1401, + 1156, + 3763 + ], + "ROOFCONSTRUCTION": [ + 4831, + 1489, + 0 + ], + "SITEADDRESS": [ + 6050, + 0, + 270 + ], + "STREETNAME": [ + 6286, + 32, + 2 + ], + "STREETTYPE": [ + 6264, + 0, + 56 + ], + "STRUCTURECATEGORY": [ + 6320, + 0, + 0 + ], + "STRUCTURETYPE": [ + 6320, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 998, + 0, + 5322 + ], + "VENTSCREEN": [ + 3748, + 2572, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 98, + 19, + 6203 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 125, + 6, + 6189 + ], + "WINDOWPANE": [ + 4198, + 2122, + 0 + ], + "YEARBUILT": [ + 4743, + 236, + 1341 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 6285, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 5934, + 6308 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1898, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2771, + 6308 + ], + "inaccessible": [ + 2, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3319, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3356, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 519, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 3272, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 4797, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 3415, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 140, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 142, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 59, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3279, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1401, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 4830, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 6040, + 6308 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 6278, + 6308 + ], + "inaccessible": [ + 8, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 6252, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 6308, + 6308 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 998, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 3748, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 98, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 125, + 6308 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 4197, + 6308 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 4735, + 6308 + ], + "inaccessible": [ + 8, + 12 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Napa", + "records": 6320, + "value": "Napa" + }, + { + "access": { + "assessed": 343, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 344 + }, + "fields": { + "APN": [ + 344, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 336, + 0, + 8 + ], + "CALFIREUNIT": [ + 344, + 0, + 0 + ], + "CITY": [ + 344, + 0, + 0 + ], + "COMMUNITY": [ + 81, + 5, + 258 + ], + "COUNTY": [ + 344, + 0, + 0 + ], + "DAMAGE": [ + 344, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 260, + 17, + 67 + ], + "DECKPORCHONGRADE": [ + 268, + 9, + 67 + ], + "DEFENSIVEACTIONS": [ + 44, + 1, + 299 + ], + "EAVES": [ + 210, + 121, + 13 + ], + "EXTERIORSIDING": [ + 305, + 35, + 4 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 273, + 4, + 67 + ], + "HAZARDTYPE": [ + 344, + 0, + 0 + ], + "INCIDENTNAME": [ + 344, + 0, + 0 + ], + "INCIDENTNUM": [ + 344, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 344, + 0, + 0 + ], + "LATITUDE": [ + 344, + 0, + 0 + ], + "LONGITUDE": [ + 344, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 344 + ], + "NOOUTBUILDINGSDAMAGED": [ + 18, + 0, + 326 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 15, + 0, + 329 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 15, + 0, + 329 + ], + "PATIOCOVERCARPORT": [ + 254, + 23, + 67 + ], + "PROPANETANKDISTANCE": [ + 75, + 0, + 269 + ], + "ROOFCONSTRUCTION": [ + 321, + 18, + 5 + ], + "SITEADDRESS": [ + 344, + 0, + 0 + ], + "STREETNAME": [ + 328, + 0, + 16 + ], + "STREETTYPE": [ + 326, + 0, + 18 + ], + "STRUCTURECATEGORY": [ + 344, + 0, + 0 + ], + "STRUCTURETYPE": [ + 344, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 28, + 0, + 316 + ], + "VENTSCREEN": [ + 245, + 85, + 14 + ], + "WHATDIDFIRESTARTFROM": [ + 8, + 10, + 326 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 4, + 11, + 329 + ], + "WINDOWPANE": [ + 269, + 66, + 9 + ], + "YEARBUILT": [ + 20, + 8, + 316 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 335, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 81, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 260, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 268, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 44, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 210, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 305, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 273, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 18, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 15, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 15, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 254, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 75, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 321, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 327, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 325, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 343, + 343 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 28, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 245, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 8, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 4, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 269, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 20, + 343 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Nevada", + "records": 344, + "value": "Nevada" + }, + { + "access": { + "assessed": 2504, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 6, + "total": 2510 + }, + "fields": { + "APN": [ + 2413, + 0, + 97 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1926, + 0, + 584 + ], + "CALFIREUNIT": [ + 2510, + 0, + 0 + ], + "CITY": [ + 344, + 2123, + 43 + ], + "COMMUNITY": [ + 1213, + 0, + 1297 + ], + "COUNTY": [ + 2510, + 0, + 0 + ], + "DAMAGE": [ + 2510, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 2382, + 48, + 80 + ], + "DECKPORCHONGRADE": [ + 2402, + 28, + 80 + ], + "DEFENSIVEACTIONS": [ + 77, + 715, + 1718 + ], + "EAVES": [ + 2405, + 105, + 0 + ], + "EXTERIORSIDING": [ + 2456, + 54, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 2414, + 16, + 80 + ], + "HAZARDTYPE": [ + 2510, + 0, + 0 + ], + "INCIDENTNAME": [ + 2510, + 0, + 0 + ], + "INCIDENTNUM": [ + 2510, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2510, + 0, + 0 + ], + "LATITUDE": [ + 2510, + 0, + 0 + ], + "LONGITUDE": [ + 2510, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 145, + 0, + 2365 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1206, + 0, + 1304 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1276, + 0, + 1234 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 556, + 0, + 1954 + ], + "PATIOCOVERCARPORT": [ + 2361, + 69, + 80 + ], + "PROPANETANKDISTANCE": [ + 1565, + 0, + 945 + ], + "ROOFCONSTRUCTION": [ + 2472, + 38, + 0 + ], + "SITEADDRESS": [ + 1932, + 0, + 578 + ], + "STREETNAME": [ + 2510, + 0, + 0 + ], + "STREETTYPE": [ + 2494, + 0, + 16 + ], + "STRUCTURECATEGORY": [ + 2510, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2510, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1309, + 0, + 1201 + ], + "VENTSCREEN": [ + 2184, + 326, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 41, + 5, + 2464 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 45, + 8, + 2457 + ], + "WINDOWPANE": [ + 2442, + 68, + 0 + ], + "YEARBUILT": [ + 1611, + 128, + 771 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 2407, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1920, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 344, + 2504 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1210, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 2379, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 2398, + 2504 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 77, + 2504 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 2400, + 2504 + ], + "inaccessible": [ + 5, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 2452, + 2504 + ], + "inaccessible": [ + 4, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 2411, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 145, + 2504 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1204, + 2504 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1274, + 2504 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 555, + 2504 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 2358, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1562, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 2466, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1926, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2488, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2504, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1306, + 2504 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 2183, + 2504 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 41, + 2504 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 45, + 2504 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 2440, + 2504 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1605, + 2504 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Orange", + "records": 2510, + "value": "Orange" + }, + { + "access": { + "assessed": 605, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 606 + }, + "fields": { + "APN": [ + 600, + 0, + 6 + ], + "ASSESSEDIMPROVEDVALUE": [ + 602, + 0, + 4 + ], + "CALFIREUNIT": [ + 606, + 0, + 0 + ], + "CITY": [ + 551, + 0, + 55 + ], + "COMMUNITY": [ + 139, + 0, + 467 + ], + "COUNTY": [ + 606, + 0, + 0 + ], + "DAMAGE": [ + 606, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 594, + 12, + 0 + ], + "DECKPORCHONGRADE": [ + 601, + 5, + 0 + ], + "DEFENSIVEACTIONS": [ + 184, + 63, + 359 + ], + "EAVES": [ + 538, + 68, + 0 + ], + "EXTERIORSIDING": [ + 598, + 8, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 603, + 3, + 0 + ], + "HAZARDTYPE": [ + 606, + 0, + 0 + ], + "INCIDENTNAME": [ + 606, + 0, + 0 + ], + "INCIDENTNUM": [ + 606, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 606, + 0, + 0 + ], + "LATITUDE": [ + 606, + 0, + 0 + ], + "LONGITUDE": [ + 606, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 457, + 0, + 149 + ], + "NOOUTBUILDINGSDAMAGED": [ + 468, + 0, + 138 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 461, + 0, + 145 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 459, + 0, + 147 + ], + "PATIOCOVERCARPORT": [ + 577, + 29, + 0 + ], + "PROPANETANKDISTANCE": [ + 280, + 0, + 326 + ], + "ROOFCONSTRUCTION": [ + 600, + 6, + 0 + ], + "SITEADDRESS": [ + 550, + 0, + 56 + ], + "STREETNAME": [ + 606, + 0, + 0 + ], + "STREETTYPE": [ + 606, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 606, + 0, + 0 + ], + "STRUCTURETYPE": [ + 606, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 173, + 0, + 433 + ], + "VENTSCREEN": [ + 568, + 38, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 10, + 3, + 593 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 11, + 2, + 593 + ], + "WINDOWPANE": [ + 563, + 43, + 0 + ], + "YEARBUILT": [ + 331, + 128, + 147 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 599, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 601, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 551, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 139, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 594, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 601, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 184, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 538, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 598, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 603, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 456, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 467, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 460, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 458, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 577, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 280, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 600, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 550, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 605, + 605 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 173, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 568, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 10, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 11, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 563, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 331, + 605 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Placer", + "records": 606, + "value": "Placer" + }, + { + "access": { + "assessed": 3584, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 9, + "total": 3593 + }, + "fields": { + "APN": [ + 3593, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2991, + 0, + 602 + ], + "CALFIREUNIT": [ + 3593, + 0, + 0 + ], + "CITY": [ + 3016, + 334, + 243 + ], + "COMMUNITY": [ + 2089, + 4, + 1500 + ], + "COUNTY": [ + 3593, + 0, + 0 + ], + "DAMAGE": [ + 3593, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3499, + 94, + 0 + ], + "DECKPORCHONGRADE": [ + 3540, + 53, + 0 + ], + "DEFENSIVEACTIONS": [ + 573, + 319, + 2701 + ], + "EAVES": [ + 2722, + 871, + 0 + ], + "EXTERIORSIDING": [ + 3561, + 32, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 3563, + 30, + 0 + ], + "HAZARDTYPE": [ + 3593, + 0, + 0 + ], + "INCIDENTNAME": [ + 3593, + 0, + 0 + ], + "INCIDENTNUM": [ + 3593, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3593, + 0, + 0 + ], + "LATITUDE": [ + 3593, + 0, + 0 + ], + "LONGITUDE": [ + 3593, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 3585, + 0, + 8 + ], + "NOOUTBUILDINGSDAMAGED": [ + 3587, + 0, + 6 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 3586, + 0, + 7 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 3585, + 0, + 8 + ], + "PATIOCOVERCARPORT": [ + 3488, + 105, + 0 + ], + "PROPANETANKDISTANCE": [ + 1487, + 0, + 2106 + ], + "ROOFCONSTRUCTION": [ + 3562, + 31, + 0 + ], + "SITEADDRESS": [ + 3314, + 0, + 279 + ], + "STREETNAME": [ + 3576, + 17, + 0 + ], + "STREETTYPE": [ + 3593, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 3593, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3593, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 886, + 0, + 2707 + ], + "VENTSCREEN": [ + 3216, + 377, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 29, + 3, + 3561 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 29, + 5, + 3559 + ], + "WINDOWPANE": [ + 3471, + 122, + 0 + ], + "YEARBUILT": [ + 69, + 34, + 3490 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2987, + 3584 + ], + "inaccessible": [ + 4, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3011, + 3584 + ], + "inaccessible": [ + 5, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2087, + 3584 + ], + "inaccessible": [ + 2, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3499, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3540, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 573, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 2722, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 3561, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 3563, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 3576, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 3578, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 3577, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 3576, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3488, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1487, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 3562, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3309, + 3584 + ], + "inaccessible": [ + 5, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3570, + 3584 + ], + "inaccessible": [ + 6, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3584, + 3584 + ], + "inaccessible": [ + 9, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 886, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 3216, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 29, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 29, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 3471, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 69, + 3584 + ], + "inaccessible": [ + 0, + 9 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Plumas", + "records": 3593, + "value": "Plumas" + }, + { + "access": { + "assessed": 1333, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 47, + "total": 1380 + }, + "fields": { + "APN": [ + 1337, + 0, + 43 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1256, + 0, + 124 + ], + "CALFIREUNIT": [ + 1380, + 0, + 0 + ], + "CITY": [ + 1176, + 1, + 203 + ], + "COMMUNITY": [ + 238, + 59, + 1083 + ], + "COUNTY": [ + 1380, + 0, + 0 + ], + "DAMAGE": [ + 1380, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1141, + 173, + 66 + ], + "DECKPORCHONGRADE": [ + 1151, + 164, + 65 + ], + "DEFENSIVEACTIONS": [ + 106, + 250, + 1024 + ], + "EAVES": [ + 1041, + 281, + 58 + ], + "EXTERIORSIDING": [ + 1152, + 170, + 58 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1181, + 134, + 65 + ], + "HAZARDTYPE": [ + 1380, + 0, + 0 + ], + "INCIDENTNAME": [ + 1380, + 0, + 0 + ], + "INCIDENTNUM": [ + 1380, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1380, + 0, + 0 + ], + "LATITUDE": [ + 1380, + 0, + 0 + ], + "LONGITUDE": [ + 1380, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 373, + 0, + 1007 + ], + "NOOUTBUILDINGSDAMAGED": [ + 607, + 0, + 773 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 602, + 0, + 778 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 549, + 0, + 831 + ], + "PATIOCOVERCARPORT": [ + 1135, + 179, + 66 + ], + "PROPANETANKDISTANCE": [ + 451, + 0, + 929 + ], + "ROOFCONSTRUCTION": [ + 1167, + 155, + 58 + ], + "SITEADDRESS": [ + 1111, + 3, + 266 + ], + "STREETNAME": [ + 1367, + 13, + 0 + ], + "STREETTYPE": [ + 1371, + 0, + 9 + ], + "STRUCTURECATEGORY": [ + 1380, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1380, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 351, + 0, + 1029 + ], + "VENTSCREEN": [ + 1051, + 271, + 58 + ], + "WHATDIDFIRESTARTFROM": [ + 110, + 89, + 1181 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 73, + 128, + 1179 + ], + "WINDOWPANE": [ + 1108, + 213, + 59 + ], + "YEARBUILT": [ + 962, + 293, + 125 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1290, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1209, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1137, + 1333 + ], + "inaccessible": [ + 39, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 237, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1140, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1150, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 106, + 1333 + ], + "inaccessible": [ + 0, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 1039, + 1333 + ], + "inaccessible": [ + 2, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1151, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1180, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 368, + 1333 + ], + "inaccessible": [ + 5, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 599, + 1333 + ], + "inaccessible": [ + 8, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 594, + 1333 + ], + "inaccessible": [ + 8, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 541, + 1333 + ], + "inaccessible": [ + 8, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1133, + 1333 + ], + "inaccessible": [ + 2, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 446, + 1333 + ], + "inaccessible": [ + 5, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1164, + 1333 + ], + "inaccessible": [ + 3, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1072, + 1333 + ], + "inaccessible": [ + 39, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1320, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1324, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1333, + 1333 + ], + "inaccessible": [ + 47, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 348, + 1333 + ], + "inaccessible": [ + 3, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 1049, + 1333 + ], + "inaccessible": [ + 2, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 110, + 1333 + ], + "inaccessible": [ + 0, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 73, + 1333 + ], + "inaccessible": [ + 0, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1107, + 1333 + ], + "inaccessible": [ + 1, + 47 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 928, + 1333 + ], + "inaccessible": [ + 34, + 47 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Riverside", + "records": 1380, + "value": "Riverside" + }, + { + "access": { + "assessed": 10, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 10 + }, + "fields": { + "APN": [ + 10, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 10, + 0, + 0 + ], + "CALFIREUNIT": [ + 10, + 0, + 0 + ], + "CITY": [ + 10, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 10 + ], + "COUNTY": [ + 10, + 0, + 0 + ], + "DAMAGE": [ + 10, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 10, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 10, + 0, + 0 + ], + "DEFENSIVEACTIONS": [ + 2, + 4, + 4 + ], + "EAVES": [ + 9, + 1, + 0 + ], + "EXTERIORSIDING": [ + 10, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 10, + 0, + 0 + ], + "HAZARDTYPE": [ + 10, + 0, + 0 + ], + "INCIDENTNAME": [ + 10, + 0, + 0 + ], + "INCIDENTNUM": [ + 10, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 10, + 0, + 0 + ], + "LATITUDE": [ + 10, + 0, + 0 + ], + "LONGITUDE": [ + 10, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 10 + ], + "NOOUTBUILDINGSDAMAGED": [ + 6, + 0, + 4 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 6, + 0, + 4 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 5, + 0, + 5 + ], + "PATIOCOVERCARPORT": [ + 10, + 0, + 0 + ], + "PROPANETANKDISTANCE": [ + 6, + 0, + 4 + ], + "ROOFCONSTRUCTION": [ + 10, + 0, + 0 + ], + "SITEADDRESS": [ + 10, + 0, + 0 + ], + "STREETNAME": [ + 10, + 0, + 0 + ], + "STREETTYPE": [ + 10, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 10, + 0, + 0 + ], + "STRUCTURETYPE": [ + 10, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 5, + 0, + 5 + ], + "VENTSCREEN": [ + 10, + 0, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 0, + 8 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 5, + 1, + 4 + ], + "WINDOWPANE": [ + 10, + 0, + 0 + ], + "YEARBUILT": [ + 0, + 9, + 1 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 2, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 9, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 6, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 6, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 5, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 6, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 5, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 5, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 10, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 10 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Sacramento", + "records": 10, + "value": "Sacramento" + }, + { + "access": { + "assessed": 42, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 42 + }, + "fields": { + "APN": [ + 42, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 40, + 0, + 2 + ], + "CALFIREUNIT": [ + 42, + 0, + 0 + ], + "CITY": [ + 42, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 42 + ], + "COUNTY": [ + 42, + 0, + 0 + ], + "DAMAGE": [ + 42, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 40, + 2, + 0 + ], + "DECKPORCHONGRADE": [ + 41, + 1, + 0 + ], + "DEFENSIVEACTIONS": [ + 28, + 6, + 8 + ], + "EAVES": [ + 39, + 3, + 0 + ], + "EXTERIORSIDING": [ + 42, + 0, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 41, + 1, + 0 + ], + "HAZARDTYPE": [ + 42, + 0, + 0 + ], + "INCIDENTNAME": [ + 42, + 0, + 0 + ], + "INCIDENTNUM": [ + 42, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 42, + 0, + 0 + ], + "LATITUDE": [ + 42, + 0, + 0 + ], + "LONGITUDE": [ + 42, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 42 + ], + "NOOUTBUILDINGSDAMAGED": [ + 38, + 0, + 4 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 38, + 0, + 4 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 37, + 0, + 5 + ], + "PATIOCOVERCARPORT": [ + 41, + 1, + 0 + ], + "PROPANETANKDISTANCE": [ + 39, + 0, + 3 + ], + "ROOFCONSTRUCTION": [ + 41, + 1, + 0 + ], + "SITEADDRESS": [ + 42, + 0, + 0 + ], + "STREETNAME": [ + 42, + 0, + 0 + ], + "STREETTYPE": [ + 42, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 42, + 0, + 0 + ], + "STRUCTURETYPE": [ + 42, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 36, + 0, + 6 + ], + "VENTSCREEN": [ + 40, + 2, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 42 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 27, + 0, + 15 + ], + "WINDOWPANE": [ + 39, + 3, + 0 + ], + "YEARBUILT": [ + 2, + 26, + 14 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 40, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 40, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 41, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 28, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 39, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 41, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 38, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 38, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 37, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 41, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 39, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 41, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 42, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 36, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 40, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 27, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 39, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 2, + 42 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Benito", + "records": 42, + "value": "San Benito" + }, + { + "access": { + "assessed": 995, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 8, + "total": 1003 + }, + "fields": { + "APN": [ + 998, + 0, + 5 + ], + "ASSESSEDIMPROVEDVALUE": [ + 983, + 0, + 20 + ], + "CALFIREUNIT": [ + 1003, + 0, + 0 + ], + "CITY": [ + 849, + 104, + 50 + ], + "COMMUNITY": [ + 130, + 10, + 863 + ], + "COUNTY": [ + 1003, + 0, + 0 + ], + "DAMAGE": [ + 1003, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 923, + 80, + 0 + ], + "DECKPORCHONGRADE": [ + 962, + 41, + 0 + ], + "DEFENSIVEACTIONS": [ + 84, + 80, + 839 + ], + "EAVES": [ + 955, + 48, + 0 + ], + "EXTERIORSIDING": [ + 959, + 44, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 964, + 39, + 0 + ], + "HAZARDTYPE": [ + 1003, + 0, + 0 + ], + "INCIDENTNAME": [ + 1003, + 0, + 0 + ], + "INCIDENTNUM": [ + 1003, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1003, + 0, + 0 + ], + "LATITUDE": [ + 1003, + 0, + 0 + ], + "LONGITUDE": [ + 1003, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 795, + 0, + 208 + ], + "NOOUTBUILDINGSDAMAGED": [ + 887, + 0, + 116 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 886, + 0, + 117 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 837, + 0, + 166 + ], + "PATIOCOVERCARPORT": [ + 944, + 59, + 0 + ], + "PROPANETANKDISTANCE": [ + 185, + 0, + 818 + ], + "ROOFCONSTRUCTION": [ + 960, + 43, + 0 + ], + "SITEADDRESS": [ + 941, + 0, + 62 + ], + "STREETNAME": [ + 986, + 17, + 0 + ], + "STREETTYPE": [ + 1003, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 1003, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1003, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 104, + 0, + 899 + ], + "VENTSCREEN": [ + 921, + 82, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 5, + 11, + 987 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 5, + 11, + 987 + ], + "WINDOWPANE": [ + 949, + 54, + 0 + ], + "YEARBUILT": [ + 847, + 135, + 21 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 990, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 975, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 841, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 130, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 922, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 961, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 84, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 954, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 957, + 995 + ], + "inaccessible": [ + 2, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 963, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 790, + 995 + ], + "inaccessible": [ + 5, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 882, + 995 + ], + "inaccessible": [ + 5, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 881, + 995 + ], + "inaccessible": [ + 5, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 832, + 995 + ], + "inaccessible": [ + 5, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 943, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 185, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 959, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 933, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 978, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 995, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 104, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 920, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 5, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 5, + 995 + ], + "inaccessible": [ + 0, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 948, + 995 + ], + "inaccessible": [ + 1, + 8 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 839, + 995 + ], + "inaccessible": [ + 8, + 8 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Bernardino", + "records": 1003, + "value": "San Bernardino" + }, + { + "access": { + "assessed": 1097, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 17, + "total": 1114 + }, + "fields": { + "APN": [ + 1114, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1103, + 0, + 11 + ], + "CALFIREUNIT": [ + 1114, + 0, + 0 + ], + "CITY": [ + 654, + 446, + 14 + ], + "COMMUNITY": [ + 167, + 0, + 947 + ], + "COUNTY": [ + 1114, + 0, + 0 + ], + "DAMAGE": [ + 1114, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 425, + 419, + 270 + ], + "DECKPORCHONGRADE": [ + 434, + 410, + 270 + ], + "DEFENSIVEACTIONS": [ + 54, + 100, + 960 + ], + "EAVES": [ + 503, + 562, + 49 + ], + "EXTERIORSIDING": [ + 660, + 405, + 49 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 448, + 396, + 270 + ], + "HAZARDTYPE": [ + 1114, + 0, + 0 + ], + "INCIDENTNAME": [ + 1114, + 0, + 0 + ], + "INCIDENTNUM": [ + 1114, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1114, + 0, + 0 + ], + "LATITUDE": [ + 1114, + 0, + 0 + ], + "LONGITUDE": [ + 1114, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 446, + 0, + 668 + ], + "NOOUTBUILDINGSDAMAGED": [ + 588, + 0, + 526 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 582, + 0, + 532 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 549, + 0, + 565 + ], + "PATIOCOVERCARPORT": [ + 423, + 421, + 270 + ], + "PROPANETANKDISTANCE": [ + 210, + 0, + 904 + ], + "ROOFCONSTRUCTION": [ + 655, + 410, + 49 + ], + "SITEADDRESS": [ + 1106, + 0, + 8 + ], + "STREETNAME": [ + 1109, + 5, + 0 + ], + "STREETTYPE": [ + 995, + 0, + 119 + ], + "STRUCTURECATEGORY": [ + 1114, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1114, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 135, + 0, + 979 + ], + "VENTSCREEN": [ + 497, + 568, + 49 + ], + "WHATDIDFIRESTARTFROM": [ + 17, + 9, + 1088 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 16, + 9, + 1089 + ], + "WINDOWPANE": [ + 550, + 515, + 49 + ], + "YEARBUILT": [ + 267, + 572, + 275 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1086, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 652, + 1097 + ], + "inaccessible": [ + 2, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 167, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 425, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 434, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 54, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 503, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 660, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 448, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 431, + 1097 + ], + "inaccessible": [ + 15, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 573, + 1097 + ], + "inaccessible": [ + 15, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 567, + 1097 + ], + "inaccessible": [ + 15, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 534, + 1097 + ], + "inaccessible": [ + 15, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 423, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 210, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 655, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1089, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1092, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 978, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1097, + 1097 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 135, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 497, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 17, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 16, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 550, + 1097 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 265, + 1097 + ], + "inaccessible": [ + 2, + 17 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Diego", + "records": 1114, + "value": "San Diego" + }, + { + "access": { + "assessed": 89, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 15, + "total": 104 + }, + "fields": { + "APN": [ + 102, + 0, + 2 + ], + "ASSESSEDIMPROVEDVALUE": [ + 102, + 0, + 2 + ], + "CALFIREUNIT": [ + 104, + 0, + 0 + ], + "CITY": [ + 34, + 70, + 0 + ], + "COMMUNITY": [ + 1, + 0, + 103 + ], + "COUNTY": [ + 104, + 0, + 0 + ], + "DAMAGE": [ + 104, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 61, + 43, + 0 + ], + "DECKPORCHONGRADE": [ + 64, + 40, + 0 + ], + "DEFENSIVEACTIONS": [ + 10, + 4, + 90 + ], + "EAVES": [ + 50, + 54, + 0 + ], + "EXTERIORSIDING": [ + 65, + 39, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 70, + 34, + 0 + ], + "HAZARDTYPE": [ + 104, + 0, + 0 + ], + "INCIDENTNAME": [ + 104, + 0, + 0 + ], + "INCIDENTNUM": [ + 104, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 104, + 0, + 0 + ], + "LATITUDE": [ + 104, + 0, + 0 + ], + "LONGITUDE": [ + 104, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 104 + ], + "NOOUTBUILDINGSDAMAGED": [ + 17, + 0, + 87 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 17, + 0, + 87 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 13, + 0, + 91 + ], + "PATIOCOVERCARPORT": [ + 64, + 40, + 0 + ], + "PROPANETANKDISTANCE": [ + 19, + 14, + 71 + ], + "ROOFCONSTRUCTION": [ + 68, + 36, + 0 + ], + "SITEADDRESS": [ + 102, + 0, + 2 + ], + "STREETNAME": [ + 102, + 2, + 0 + ], + "STREETTYPE": [ + 104, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 104, + 0, + 0 + ], + "STRUCTURETYPE": [ + 104, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 14, + 0, + 90 + ], + "VENTSCREEN": [ + 50, + 54, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 3, + 0, + 101 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 3, + 0, + 101 + ], + "WINDOWPANE": [ + 59, + 45, + 0 + ], + "YEARBUILT": [ + 52, + 4, + 48 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 87, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 87, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 27, + 89 + ], + "inaccessible": [ + 7, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 60, + 89 + ], + "inaccessible": [ + 1, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 63, + 89 + ], + "inaccessible": [ + 1, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 10, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 48, + 89 + ], + "inaccessible": [ + 2, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 64, + 89 + ], + "inaccessible": [ + 1, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 69, + 89 + ], + "inaccessible": [ + 1, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 15, + 89 + ], + "inaccessible": [ + 2, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 15, + 89 + ], + "inaccessible": [ + 2, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 11, + 89 + ], + "inaccessible": [ + 2, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 63, + 89 + ], + "inaccessible": [ + 1, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 19, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 65, + 89 + ], + "inaccessible": [ + 3, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 87, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 87, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 89, + 89 + ], + "inaccessible": [ + 15, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 14, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 50, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 3, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 3, + 89 + ], + "inaccessible": [ + 0, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 57, + 89 + ], + "inaccessible": [ + 2, + 15 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 46, + 89 + ], + "inaccessible": [ + 6, + 15 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Joaquin", + "records": 104, + "value": "San Joaquin" + }, + { + "access": { + "assessed": 110, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 110 + }, + "fields": { + "APN": [ + 108, + 0, + 2 + ], + "ASSESSEDIMPROVEDVALUE": [ + 107, + 0, + 3 + ], + "CALFIREUNIT": [ + 110, + 0, + 0 + ], + "CITY": [ + 106, + 0, + 4 + ], + "COMMUNITY": [ + 65, + 0, + 45 + ], + "COUNTY": [ + 110, + 0, + 0 + ], + "DAMAGE": [ + 110, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 16, + 6, + 88 + ], + "DECKPORCHONGRADE": [ + 20, + 2, + 88 + ], + "DEFENSIVEACTIONS": [ + 5, + 9, + 96 + ], + "EAVES": [ + 22, + 67, + 21 + ], + "EXTERIORSIDING": [ + 82, + 9, + 19 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 21, + 1, + 88 + ], + "HAZARDTYPE": [ + 110, + 0, + 0 + ], + "INCIDENTNAME": [ + 110, + 0, + 0 + ], + "INCIDENTNUM": [ + 110, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 110, + 0, + 0 + ], + "LATITUDE": [ + 110, + 0, + 0 + ], + "LONGITUDE": [ + 110, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 110 + ], + "NOOUTBUILDINGSDAMAGED": [ + 5, + 0, + 105 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1, + 0, + 109 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 2, + 0, + 108 + ], + "PATIOCOVERCARPORT": [ + 22, + 0, + 88 + ], + "PROPANETANKDISTANCE": [ + 5, + 0, + 105 + ], + "ROOFCONSTRUCTION": [ + 95, + 6, + 9 + ], + "SITEADDRESS": [ + 102, + 0, + 8 + ], + "STREETNAME": [ + 92, + 9, + 9 + ], + "STREETTYPE": [ + 94, + 1, + 15 + ], + "STRUCTURECATEGORY": [ + 110, + 0, + 0 + ], + "STRUCTURETYPE": [ + 110, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 6, + 0, + 104 + ], + "VENTSCREEN": [ + 28, + 54, + 28 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 1, + 107 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 4, + 0, + 106 + ], + "WINDOWPANE": [ + 38, + 51, + 21 + ], + "YEARBUILT": [ + 12, + 7, + 91 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 108, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 107, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 106, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 65, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 16, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 20, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 5, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 22, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 82, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 21, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 5, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 2, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 22, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 5, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 95, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 102, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 92, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 94, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 110, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 6, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 28, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 4, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 38, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 12, + 110 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Luis Obispo", + "records": 110, + "value": "San Luis Obispo" + }, + { + "access": { + "assessed": 204, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 3, + "total": 207 + }, + "fields": { + "APN": [ + 207, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 147, + 0, + 60 + ], + "CALFIREUNIT": [ + 207, + 0, + 0 + ], + "CITY": [ + 0, + 207, + 0 + ], + "COMMUNITY": [ + 4, + 0, + 203 + ], + "COUNTY": [ + 207, + 0, + 0 + ], + "DAMAGE": [ + 207, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 50, + 157, + 0 + ], + "DECKPORCHONGRADE": [ + 52, + 155, + 0 + ], + "DEFENSIVEACTIONS": [ + 5, + 5, + 197 + ], + "EAVES": [ + 38, + 169, + 0 + ], + "EXTERIORSIDING": [ + 54, + 153, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 55, + 152, + 0 + ], + "HAZARDTYPE": [ + 207, + 0, + 0 + ], + "INCIDENTNAME": [ + 207, + 0, + 0 + ], + "INCIDENTNUM": [ + 207, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 207, + 0, + 0 + ], + "LATITUDE": [ + 207, + 0, + 0 + ], + "LONGITUDE": [ + 207, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 207 + ], + "NOOUTBUILDINGSDAMAGED": [ + 2, + 0, + 205 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 8, + 0, + 199 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 207 + ], + "PATIOCOVERCARPORT": [ + 49, + 158, + 0 + ], + "PROPANETANKDISTANCE": [ + 25, + 132, + 50 + ], + "ROOFCONSTRUCTION": [ + 59, + 148, + 0 + ], + "SITEADDRESS": [ + 174, + 0, + 33 + ], + "STREETNAME": [ + 108, + 99, + 0 + ], + "STREETTYPE": [ + 207, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 207, + 0, + 0 + ], + "STRUCTURETYPE": [ + 207, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 7, + 0, + 200 + ], + "VENTSCREEN": [ + 36, + 171, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 1, + 204 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 2, + 1, + 204 + ], + "WINDOWPANE": [ + 51, + 156, + 0 + ], + "YEARBUILT": [ + 50, + 0, + 157 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 147, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 0, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 4, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 50, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 52, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 5, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 38, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 54, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 55, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 2, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 8, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 49, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 25, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 59, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 174, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 105, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 204, + 204 + ], + "inaccessible": [ + 3, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 7, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 36, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 2, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 51, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 50, + 204 + ], + "inaccessible": [ + 0, + 3 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "San Mateo", + "records": 207, + "value": "San Mateo" + }, + { + "access": { + "assessed": 375, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 376 + }, + "fields": { + "APN": [ + 375, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 355, + 0, + 21 + ], + "CALFIREUNIT": [ + 376, + 0, + 0 + ], + "CITY": [ + 370, + 0, + 6 + ], + "COMMUNITY": [ + 108, + 0, + 268 + ], + "COUNTY": [ + 376, + 0, + 0 + ], + "DAMAGE": [ + 376, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 209, + 15, + 152 + ], + "DECKPORCHONGRADE": [ + 210, + 14, + 152 + ], + "DEFENSIVEACTIONS": [ + 12, + 54, + 310 + ], + "EAVES": [ + 241, + 134, + 1 + ], + "EXTERIORSIDING": [ + 346, + 29, + 1 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 212, + 12, + 152 + ], + "HAZARDTYPE": [ + 376, + 0, + 0 + ], + "INCIDENTNAME": [ + 376, + 0, + 0 + ], + "INCIDENTNUM": [ + 376, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 376, + 0, + 0 + ], + "LATITUDE": [ + 376, + 0, + 0 + ], + "LONGITUDE": [ + 376, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 376 + ], + "NOOUTBUILDINGSDAMAGED": [ + 25, + 0, + 351 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 29, + 0, + 347 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 4, + 0, + 372 + ], + "PATIOCOVERCARPORT": [ + 204, + 20, + 152 + ], + "PROPANETANKDISTANCE": [ + 85, + 0, + 291 + ], + "ROOFCONSTRUCTION": [ + 365, + 10, + 1 + ], + "SITEADDRESS": [ + 321, + 0, + 55 + ], + "STREETNAME": [ + 374, + 1, + 1 + ], + "STREETTYPE": [ + 328, + 0, + 48 + ], + "STRUCTURECATEGORY": [ + 376, + 0, + 0 + ], + "STRUCTURETYPE": [ + 376, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 65, + 0, + 311 + ], + "VENTSCREEN": [ + 232, + 142, + 2 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 376 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 376 + ], + "WINDOWPANE": [ + 256, + 118, + 2 + ], + "YEARBUILT": [ + 83, + 35, + 258 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 374, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 355, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 369, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 108, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 209, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 210, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 12, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 241, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 346, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 212, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 25, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 29, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 4, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 204, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 85, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 365, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 321, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 374, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 327, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 375, + 375 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 65, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 232, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 256, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 83, + 375 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Santa Barbara", + "records": 376, + "value": "Santa Barbara" + }, + { + "access": { + "assessed": 575, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 14, + "total": 589 + }, + "fields": { + "APN": [ + 588, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 585, + 0, + 4 + ], + "CALFIREUNIT": [ + 589, + 0, + 0 + ], + "CITY": [ + 101, + 488, + 0 + ], + "COMMUNITY": [ + 32, + 20, + 537 + ], + "COUNTY": [ + 589, + 0, + 0 + ], + "DAMAGE": [ + 589, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 334, + 226, + 29 + ], + "DECKPORCHONGRADE": [ + 331, + 229, + 29 + ], + "DEFENSIVEACTIONS": [ + 15, + 14, + 560 + ], + "EAVES": [ + 293, + 291, + 5 + ], + "EXTERIORSIDING": [ + 384, + 205, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 355, + 205, + 29 + ], + "HAZARDTYPE": [ + 589, + 0, + 0 + ], + "INCIDENTNAME": [ + 589, + 0, + 0 + ], + "INCIDENTNUM": [ + 589, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 589, + 0, + 0 + ], + "LATITUDE": [ + 589, + 0, + 0 + ], + "LONGITUDE": [ + 589, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 589 + ], + "NOOUTBUILDINGSDAMAGED": [ + 28, + 0, + 561 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 27, + 0, + 562 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 8, + 0, + 581 + ], + "PATIOCOVERCARPORT": [ + 329, + 231, + 29 + ], + "PROPANETANKDISTANCE": [ + 64, + 150, + 375 + ], + "ROOFCONSTRUCTION": [ + 381, + 208, + 0 + ], + "SITEADDRESS": [ + 428, + 0, + 161 + ], + "STREETNAME": [ + 558, + 31, + 0 + ], + "STREETTYPE": [ + 589, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 589, + 0, + 0 + ], + "STRUCTURETYPE": [ + 589, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 15, + 0, + 574 + ], + "VENTSCREEN": [ + 269, + 316, + 4 + ], + "WHATDIDFIRESTARTFROM": [ + 4, + 5, + 580 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 5, + 4, + 580 + ], + "WINDOWPANE": [ + 329, + 258, + 2 + ], + "YEARBUILT": [ + 7, + 1, + 581 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 574, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 571, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 101, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 32, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 334, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 331, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 15, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 293, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 384, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 355, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 28, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 27, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 8, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 329, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 64, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 381, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 417, + 575 + ], + "inaccessible": [ + 11, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 548, + 575 + ], + "inaccessible": [ + 10, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 575, + 575 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 15, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 269, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 4, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 5, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 329, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 7, + 575 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Santa Clara", + "records": 589, + "value": "Santa Clara" + }, + { + "access": { + "assessed": 4582, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 55, + "total": 4637 + }, + "fields": { + "APN": [ + 4595, + 42, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 4038, + 0, + 599 + ], + "CALFIREUNIT": [ + 4637, + 0, + 0 + ], + "CITY": [ + 24, + 4613, + 0 + ], + "COMMUNITY": [ + 1237, + 0, + 3400 + ], + "COUNTY": [ + 4637, + 0, + 0 + ], + "DAMAGE": [ + 4637, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1455, + 3158, + 24 + ], + "DECKPORCHONGRADE": [ + 1513, + 3100, + 24 + ], + "DEFENSIVEACTIONS": [ + 79, + 131, + 4427 + ], + "EAVES": [ + 894, + 3720, + 23 + ], + "EXTERIORSIDING": [ + 1524, + 3090, + 23 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1645, + 2968, + 24 + ], + "HAZARDTYPE": [ + 4637, + 0, + 0 + ], + "INCIDENTNAME": [ + 4637, + 0, + 0 + ], + "INCIDENTNUM": [ + 4637, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 4637, + 0, + 0 + ], + "LATITUDE": [ + 4637, + 0, + 0 + ], + "LONGITUDE": [ + 4637, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 4637 + ], + "NOOUTBUILDINGSDAMAGED": [ + 612, + 0, + 4025 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 556, + 0, + 4081 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 61, + 0, + 4576 + ], + "PATIOCOVERCARPORT": [ + 1474, + 3139, + 24 + ], + "PROPANETANKDISTANCE": [ + 1007, + 2672, + 958 + ], + "ROOFCONSTRUCTION": [ + 1589, + 3025, + 23 + ], + "SITEADDRESS": [ + 4092, + 42, + 503 + ], + "STREETNAME": [ + 3737, + 900, + 0 + ], + "STREETTYPE": [ + 4637, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 4637, + 0, + 0 + ], + "STRUCTURETYPE": [ + 4637, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 592, + 0, + 4045 + ], + "VENTSCREEN": [ + 1259, + 3355, + 23 + ], + "WHATDIDFIRESTARTFROM": [ + 57, + 18, + 4562 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 67, + 20, + 4550 + ], + "WINDOWPANE": [ + 1247, + 3367, + 23 + ], + "YEARBUILT": [ + 3691, + 15, + 931 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 4548, + 4582 + ], + "inaccessible": [ + 47, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 4010, + 4582 + ], + "inaccessible": [ + 28, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 24, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1219, + 4582 + ], + "inaccessible": [ + 18, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1454, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1512, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 79, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 892, + 4582 + ], + "inaccessible": [ + 2, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1523, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1644, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 611, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 555, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 61, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1473, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1006, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1587, + 4582 + ], + "inaccessible": [ + 2, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 4059, + 4582 + ], + "inaccessible": [ + 33, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3693, + 4582 + ], + "inaccessible": [ + 44, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 4582, + 4582 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 591, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 1258, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 57, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 67, + 4582 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1246, + 4582 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 3665, + 4582 + ], + "inaccessible": [ + 26, + 55 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Santa Cruz", + "records": 4637, + "value": "Santa Cruz" + }, + { + "access": { + "assessed": 3776, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 14, + "total": 3790 + }, + "fields": { + "APN": [ + 3784, + 0, + 6 + ], + "ASSESSEDIMPROVEDVALUE": [ + 3556, + 0, + 234 + ], + "CALFIREUNIT": [ + 3790, + 0, + 0 + ], + "CITY": [ + 2788, + 594, + 408 + ], + "COMMUNITY": [ + 1917, + 47, + 1826 + ], + "COUNTY": [ + 3790, + 0, + 0 + ], + "DAMAGE": [ + 3790, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3374, + 159, + 257 + ], + "DECKPORCHONGRADE": [ + 3411, + 123, + 256 + ], + "DEFENSIVEACTIONS": [ + 287, + 1080, + 2423 + ], + "EAVES": [ + 2361, + 1203, + 226 + ], + "EXTERIORSIDING": [ + 3478, + 88, + 224 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 3466, + 68, + 256 + ], + "HAZARDTYPE": [ + 3790, + 0, + 0 + ], + "INCIDENTNAME": [ + 3790, + 0, + 0 + ], + "INCIDENTNUM": [ + 3790, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3790, + 0, + 0 + ], + "LATITUDE": [ + 3790, + 0, + 0 + ], + "LONGITUDE": [ + 3790, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 731, + 0, + 3059 + ], + "NOOUTBUILDINGSDAMAGED": [ + 813, + 0, + 2977 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 815, + 0, + 2975 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 946, + 0, + 2844 + ], + "PATIOCOVERCARPORT": [ + 3348, + 184, + 258 + ], + "PROPANETANKDISTANCE": [ + 1796, + 0, + 1994 + ], + "ROOFCONSTRUCTION": [ + 3485, + 81, + 224 + ], + "SITEADDRESS": [ + 3199, + 1, + 590 + ], + "STREETNAME": [ + 3762, + 14, + 14 + ], + "STREETTYPE": [ + 3681, + 0, + 109 + ], + "STRUCTURECATEGORY": [ + 3790, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3790, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1433, + 0, + 2357 + ], + "VENTSCREEN": [ + 2837, + 729, + 224 + ], + "WHATDIDFIRESTARTFROM": [ + 331, + 192, + 3267 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 290, + 541, + 2959 + ], + "WINDOWPANE": [ + 3174, + 392, + 224 + ], + "YEARBUILT": [ + 2040, + 453, + 1297 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3770, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 3543, + 3776 + ], + "inaccessible": [ + 13, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 2786, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1915, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3374, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3411, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 287, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 2361, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 3478, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 3466, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 729, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 811, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 813, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 944, + 3776 + ], + "inaccessible": [ + 2, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3348, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1796, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 3484, + 3776 + ], + "inaccessible": [ + 1, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3186, + 3776 + ], + "inaccessible": [ + 13, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3749, + 3776 + ], + "inaccessible": [ + 13, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3667, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3776, + 3776 + ], + "inaccessible": [ + 14, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1433, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 2837, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 331, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 290, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 3174, + 3776 + ], + "inaccessible": [ + 0, + 14 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 2029, + 3776 + ], + "inaccessible": [ + 11, + 14 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Shasta", + "records": 3790, + "value": "Shasta" + }, + { + "access": { + "assessed": 1759, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 118, + "total": 1877 + }, + "fields": { + "APN": [ + 1629, + 0, + 248 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1213, + 0, + 664 + ], + "CALFIREUNIT": [ + 1877, + 0, + 0 + ], + "CITY": [ + 1265, + 449, + 163 + ], + "COMMUNITY": [ + 902, + 0, + 975 + ], + "COUNTY": [ + 1877, + 0, + 0 + ], + "DAMAGE": [ + 1877, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1031, + 584, + 262 + ], + "DECKPORCHONGRADE": [ + 1044, + 571, + 262 + ], + "DEFENSIVEACTIONS": [ + 93, + 168, + 1616 + ], + "EAVES": [ + 1019, + 858, + 0 + ], + "EXTERIORSIDING": [ + 1071, + 556, + 250 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1050, + 565, + 262 + ], + "HAZARDTYPE": [ + 1877, + 0, + 0 + ], + "INCIDENTNAME": [ + 1877, + 0, + 0 + ], + "INCIDENTNUM": [ + 1877, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1877, + 0, + 0 + ], + "LATITUDE": [ + 1877, + 0, + 0 + ], + "LONGITUDE": [ + 1877, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 16, + 0, + 1861 + ], + "NOOUTBUILDINGSDAMAGED": [ + 121, + 0, + 1756 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 152, + 0, + 1725 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 79, + 0, + 1798 + ], + "PATIOCOVERCARPORT": [ + 1022, + 593, + 262 + ], + "PROPANETANKDISTANCE": [ + 313, + 0, + 1564 + ], + "ROOFCONSTRUCTION": [ + 1218, + 659, + 0 + ], + "SITEADDRESS": [ + 1451, + 8, + 418 + ], + "STREETNAME": [ + 1849, + 19, + 9 + ], + "STREETTYPE": [ + 1859, + 0, + 18 + ], + "STRUCTURECATEGORY": [ + 1877, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1877, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 240, + 0, + 1637 + ], + "VENTSCREEN": [ + 907, + 968, + 2 + ], + "WHATDIDFIRESTARTFROM": [ + 35, + 3, + 1839 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 35, + 3, + 1839 + ], + "WINDOWPANE": [ + 1045, + 832, + 0 + ], + "YEARBUILT": [ + 889, + 196, + 792 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1511, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1194, + 1759 + ], + "inaccessible": [ + 19, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1161, + 1759 + ], + "inaccessible": [ + 104, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 898, + 1759 + ], + "inaccessible": [ + 4, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1030, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1043, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 93, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 1018, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1070, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1049, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 16, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 121, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 152, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 79, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1021, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 313, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1217, + 1759 + ], + "inaccessible": [ + 1, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1434, + 1759 + ], + "inaccessible": [ + 17, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1732, + 1759 + ], + "inaccessible": [ + 117, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1741, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1759, + 1759 + ], + "inaccessible": [ + 118, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 240, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 907, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 35, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 35, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1045, + 1759 + ], + "inaccessible": [ + 0, + 118 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 884, + 1759 + ], + "inaccessible": [ + 5, + 118 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Siskiyou", + "records": 1877, + "value": "Siskiyou" + }, + { + "access": { + "assessed": 2377, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 2377 + }, + "fields": { + "APN": [ + 2374, + 0, + 3 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2230, + 0, + 147 + ], + "CALFIREUNIT": [ + 2377, + 0, + 0 + ], + "CITY": [ + 133, + 2244, + 0 + ], + "COMMUNITY": [ + 905, + 1, + 1471 + ], + "COUNTY": [ + 2377, + 0, + 0 + ], + "DAMAGE": [ + 2377, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 987, + 1323, + 67 + ], + "DECKPORCHONGRADE": [ + 1016, + 1294, + 67 + ], + "DEFENSIVEACTIONS": [ + 100, + 208, + 2069 + ], + "EAVES": [ + 764, + 1613, + 0 + ], + "EXTERIORSIDING": [ + 1105, + 1272, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1029, + 1281, + 67 + ], + "HAZARDTYPE": [ + 2377, + 0, + 0 + ], + "INCIDENTNAME": [ + 2377, + 0, + 0 + ], + "INCIDENTNUM": [ + 2377, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2377, + 0, + 0 + ], + "LATITUDE": [ + 2377, + 0, + 0 + ], + "LONGITUDE": [ + 2377, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 2377 + ], + "NOOUTBUILDINGSDAMAGED": [ + 194, + 0, + 2183 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 159, + 0, + 2218 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 51, + 0, + 2326 + ], + "PATIOCOVERCARPORT": [ + 950, + 1360, + 67 + ], + "PROPANETANKDISTANCE": [ + 695, + 1281, + 401 + ], + "ROOFCONSTRUCTION": [ + 1109, + 1268, + 0 + ], + "SITEADDRESS": [ + 2231, + 0, + 146 + ], + "STREETNAME": [ + 2372, + 5, + 0 + ], + "STREETTYPE": [ + 2376, + 0, + 1 + ], + "STRUCTURECATEGORY": [ + 2377, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2377, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 474, + 0, + 1903 + ], + "VENTSCREEN": [ + 941, + 1435, + 1 + ], + "WHATDIDFIRESTARTFROM": [ + 88, + 25, + 2264 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 82, + 31, + 2264 + ], + "WINDOWPANE": [ + 1028, + 1348, + 1 + ], + "YEARBUILT": [ + 1922, + 13, + 442 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 2374, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2230, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 133, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 905, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 987, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1016, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 100, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 764, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1105, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1029, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 194, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 159, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 51, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 950, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 695, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1109, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 2231, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 2372, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2376, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2377, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 474, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 941, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 88, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 82, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1028, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1922, + 2377 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Solano", + "records": 2377, + "value": "Solano" + }, + { + "access": { + "assessed": 11716, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 5, + "total": 11721 + }, + "fields": { + "APN": [ + 11716, + 0, + 5 + ], + "ASSESSEDIMPROVEDVALUE": [ + 11355, + 0, + 366 + ], + "CALFIREUNIT": [ + 11721, + 0, + 0 + ], + "CITY": [ + 8989, + 2728, + 4 + ], + "COMMUNITY": [ + 9195, + 513, + 2013 + ], + "COUNTY": [ + 11721, + 0, + 0 + ], + "DAMAGE": [ + 11721, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 2743, + 1747, + 7231 + ], + "DECKPORCHONGRADE": [ + 2784, + 1706, + 7231 + ], + "DEFENSIVEACTIONS": [ + 344, + 530, + 10847 + ], + "EAVES": [ + 4074, + 7646, + 1 + ], + "EXTERIORSIDING": [ + 9336, + 2385, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 2793, + 1697, + 7231 + ], + "HAZARDTYPE": [ + 11721, + 0, + 0 + ], + "INCIDENTNAME": [ + 11721, + 0, + 0 + ], + "INCIDENTNUM": [ + 11721, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 11721, + 0, + 0 + ], + "LATITUDE": [ + 11721, + 0, + 0 + ], + "LONGITUDE": [ + 11721, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 11721 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1648, + 0, + 10073 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1625, + 0, + 10096 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1321, + 0, + 10400 + ], + "PATIOCOVERCARPORT": [ + 2689, + 1801, + 7231 + ], + "PROPANETANKDISTANCE": [ + 2431, + 533, + 8757 + ], + "ROOFCONSTRUCTION": [ + 9501, + 2217, + 3 + ], + "SITEADDRESS": [ + 11581, + 1, + 139 + ], + "STREETNAME": [ + 11628, + 93, + 0 + ], + "STREETTYPE": [ + 11588, + 0, + 133 + ], + "STRUCTURECATEGORY": [ + 11721, + 0, + 0 + ], + "STRUCTURETYPE": [ + 11721, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1993, + 0, + 9728 + ], + "VENTSCREEN": [ + 6337, + 5382, + 2 + ], + "WHATDIDFIRESTARTFROM": [ + 136, + 1108, + 10477 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 124, + 1121, + 10476 + ], + "WINDOWPANE": [ + 7153, + 4564, + 4 + ], + "YEARBUILT": [ + 4801, + 506, + 6414 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 11711, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 11350, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 8989, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 9190, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 2743, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 2784, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 344, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 4074, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 9336, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 2793, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1648, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1625, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1321, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 2689, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 2431, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 9501, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 11576, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 11624, + 11716 + ], + "inaccessible": [ + 4, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 11583, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 11716, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1993, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 6337, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 136, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 124, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 7153, + 11716 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 4796, + 11716 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Sonoma", + "records": 11721, + "value": "Sonoma" + }, + { + "access": { + "assessed": 188, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 55, + "total": 243 + }, + "fields": { + "APN": [ + 243, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 243, + 0, + 0 + ], + "CALFIREUNIT": [ + 243, + 0, + 0 + ], + "CITY": [ + 47, + 196, + 0 + ], + "COMMUNITY": [ + 1, + 2, + 240 + ], + "COUNTY": [ + 243, + 0, + 0 + ], + "DAMAGE": [ + 243, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 116, + 127, + 0 + ], + "DECKPORCHONGRADE": [ + 115, + 128, + 0 + ], + "DEFENSIVEACTIONS": [ + 3, + 4, + 236 + ], + "EAVES": [ + 101, + 142, + 0 + ], + "EXTERIORSIDING": [ + 116, + 127, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 115, + 128, + 0 + ], + "HAZARDTYPE": [ + 243, + 0, + 0 + ], + "INCIDENTNAME": [ + 243, + 0, + 0 + ], + "INCIDENTNUM": [ + 243, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 243, + 0, + 0 + ], + "LATITUDE": [ + 243, + 0, + 0 + ], + "LONGITUDE": [ + 243, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 243 + ], + "NOOUTBUILDINGSDAMAGED": [ + 29, + 0, + 214 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 26, + 0, + 217 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 243 + ], + "PATIOCOVERCARPORT": [ + 117, + 126, + 0 + ], + "PROPANETANKDISTANCE": [ + 33, + 74, + 136 + ], + "ROOFCONSTRUCTION": [ + 114, + 129, + 0 + ], + "SITEADDRESS": [ + 242, + 0, + 1 + ], + "STREETNAME": [ + 212, + 31, + 0 + ], + "STREETTYPE": [ + 243, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 243, + 0, + 0 + ], + "STRUCTURETYPE": [ + 243, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 25, + 0, + 218 + ], + "VENTSCREEN": [ + 100, + 143, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 4, + 2, + 237 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 3, + 3, + 237 + ], + "WINDOWPANE": [ + 111, + 132, + 0 + ], + "YEARBUILT": [ + 133, + 9, + 101 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 46, + 188 + ], + "inaccessible": [ + 1, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 111, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 110, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 3, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 96, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 110, + 188 + ], + "inaccessible": [ + 6, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 110, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 29, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 26, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 111, + 188 + ], + "inaccessible": [ + 6, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 30, + 188 + ], + "inaccessible": [ + 3, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 108, + 188 + ], + "inaccessible": [ + 6, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 187, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 162, + 188 + ], + "inaccessible": [ + 50, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 188, + 188 + ], + "inaccessible": [ + 55, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 25, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 95, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 4, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 3, + 188 + ], + "inaccessible": [ + 0, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 106, + 188 + ], + "inaccessible": [ + 5, + 55 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 110, + 188 + ], + "inaccessible": [ + 23, + 55 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Stanislaus", + "records": 243, + "value": "Stanislaus" + }, + { + "access": { + "assessed": 1200, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 12, + "total": 1212 + }, + "fields": { + "APN": [ + 1192, + 0, + 20 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1139, + 0, + 73 + ], + "CALFIREUNIT": [ + 1212, + 0, + 0 + ], + "CITY": [ + 776, + 23, + 413 + ], + "COMMUNITY": [ + 350, + 0, + 862 + ], + "COUNTY": [ + 1212, + 0, + 0 + ], + "DAMAGE": [ + 1212, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1081, + 125, + 6 + ], + "DECKPORCHONGRADE": [ + 1090, + 116, + 6 + ], + "DEFENSIVEACTIONS": [ + 280, + 84, + 848 + ], + "EAVES": [ + 905, + 302, + 5 + ], + "EXTERIORSIDING": [ + 1100, + 106, + 6 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1140, + 67, + 5 + ], + "HAZARDTYPE": [ + 1212, + 0, + 0 + ], + "INCIDENTNAME": [ + 1212, + 0, + 0 + ], + "INCIDENTNUM": [ + 1212, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1212, + 0, + 0 + ], + "LATITUDE": [ + 1212, + 0, + 0 + ], + "LONGITUDE": [ + 1212, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 842, + 0, + 370 + ], + "NOOUTBUILDINGSDAMAGED": [ + 870, + 0, + 342 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 883, + 0, + 329 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 845, + 0, + 367 + ], + "PATIOCOVERCARPORT": [ + 1023, + 183, + 6 + ], + "PROPANETANKDISTANCE": [ + 446, + 0, + 766 + ], + "ROOFCONSTRUCTION": [ + 1148, + 59, + 5 + ], + "SITEADDRESS": [ + 808, + 0, + 404 + ], + "STREETNAME": [ + 1161, + 51, + 0 + ], + "STREETTYPE": [ + 1200, + 0, + 12 + ], + "STRUCTURECATEGORY": [ + 1212, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1212, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 235, + 0, + 977 + ], + "VENTSCREEN": [ + 938, + 268, + 6 + ], + "WHATDIDFIRESTARTFROM": [ + 8, + 3, + 1201 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 23, + 3, + 1186 + ], + "WINDOWPANE": [ + 1043, + 163, + 6 + ], + "YEARBUILT": [ + 524, + 414, + 274 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1180, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1129, + 1200 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 771, + 1200 + ], + "inaccessible": [ + 5, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 350, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1080, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1089, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 280, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 904, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1099, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1139, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 833, + 1200 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 861, + 1200 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 874, + 1200 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 836, + 1200 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1022, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 446, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1147, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 804, + 1200 + ], + "inaccessible": [ + 4, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1151, + 1200 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1188, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1200, + 1200 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 235, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 937, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 8, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 23, + 1200 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1042, + 1200 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 519, + 1200 + ], + "inaccessible": [ + 5, + 12 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Tehama", + "records": 1212, + "value": "Tehama" + }, + { + "access": { + "assessed": 570, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 2, + "total": 572 + }, + "fields": { + "APN": [ + 572, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 481, + 0, + 91 + ], + "CALFIREUNIT": [ + 572, + 0, + 0 + ], + "CITY": [ + 532, + 9, + 31 + ], + "COMMUNITY": [ + 260, + 0, + 312 + ], + "COUNTY": [ + 572, + 0, + 0 + ], + "DAMAGE": [ + 572, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 423, + 9, + 140 + ], + "DECKPORCHONGRADE": [ + 422, + 10, + 140 + ], + "DEFENSIVEACTIONS": [ + 7, + 7, + 558 + ], + "EAVES": [ + 404, + 109, + 59 + ], + "EXTERIORSIDING": [ + 486, + 32, + 54 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 428, + 4, + 140 + ], + "HAZARDTYPE": [ + 572, + 0, + 0 + ], + "INCIDENTNAME": [ + 572, + 0, + 0 + ], + "INCIDENTNUM": [ + 572, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 572, + 0, + 0 + ], + "LATITUDE": [ + 572, + 0, + 0 + ], + "LONGITUDE": [ + 572, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 290, + 0, + 282 + ], + "NOOUTBUILDINGSDAMAGED": [ + 298, + 0, + 274 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 292, + 0, + 280 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 290, + 0, + 282 + ], + "PATIOCOVERCARPORT": [ + 412, + 20, + 140 + ], + "PROPANETANKDISTANCE": [ + 154, + 0, + 418 + ], + "ROOFCONSTRUCTION": [ + 494, + 27, + 51 + ], + "SITEADDRESS": [ + 527, + 0, + 45 + ], + "STREETNAME": [ + 517, + 4, + 51 + ], + "STREETTYPE": [ + 492, + 0, + 80 + ], + "STRUCTURECATEGORY": [ + 572, + 0, + 0 + ], + "STRUCTURETYPE": [ + 572, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 122, + 0, + 450 + ], + "VENTSCREEN": [ + 408, + 98, + 66 + ], + "WHATDIDFIRESTARTFROM": [ + 4, + 0, + 568 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 4, + 0, + 568 + ], + "WINDOWPANE": [ + 460, + 55, + 57 + ], + "YEARBUILT": [ + 7, + 10, + 555 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 481, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 530, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 259, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 423, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 422, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 7, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 404, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 486, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 428, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 289, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 297, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 291, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 289, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 412, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 154, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 494, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 526, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 516, + 570 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 490, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 570, + 570 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 122, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 408, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 4, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 4, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 460, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 7, + 570 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Trinity", + "records": 572, + "value": "Trinity" + }, + { + "access": { + "assessed": 1031, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 5, + "total": 1036 + }, + "fields": { + "APN": [ + 959, + 0, + 77 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1010, + 0, + 26 + ], + "CALFIREUNIT": [ + 1036, + 0, + 0 + ], + "CITY": [ + 230, + 803, + 3 + ], + "COMMUNITY": [ + 493, + 0, + 543 + ], + "COUNTY": [ + 1036, + 0, + 0 + ], + "DAMAGE": [ + 1036, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 900, + 136, + 0 + ], + "DECKPORCHONGRADE": [ + 932, + 104, + 0 + ], + "DEFENSIVEACTIONS": [ + 213, + 79, + 744 + ], + "EAVES": [ + 880, + 156, + 0 + ], + "EXTERIORSIDING": [ + 932, + 104, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 958, + 78, + 0 + ], + "HAZARDTYPE": [ + 1036, + 0, + 0 + ], + "INCIDENTNAME": [ + 1036, + 0, + 0 + ], + "INCIDENTNUM": [ + 1036, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 1036, + 0, + 0 + ], + "LATITUDE": [ + 1036, + 0, + 0 + ], + "LONGITUDE": [ + 1036, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 803, + 0, + 233 + ], + "NOOUTBUILDINGSDAMAGED": [ + 922, + 0, + 114 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 906, + 0, + 130 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 906, + 0, + 130 + ], + "PATIOCOVERCARPORT": [ + 918, + 118, + 0 + ], + "PROPANETANKDISTANCE": [ + 482, + 0, + 554 + ], + "ROOFCONSTRUCTION": [ + 959, + 77, + 0 + ], + "SITEADDRESS": [ + 672, + 0, + 364 + ], + "STREETNAME": [ + 1008, + 28, + 0 + ], + "STREETTYPE": [ + 1036, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 1036, + 0, + 0 + ], + "STRUCTURETYPE": [ + 1036, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 106, + 0, + 930 + ], + "VENTSCREEN": [ + 850, + 186, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 4, + 0, + 1032 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 5, + 0, + 1031 + ], + "WINDOWPANE": [ + 888, + 148, + 0 + ], + "YEARBUILT": [ + 134, + 687, + 215 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 954, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1005, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 230, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 493, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 900, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 932, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 213, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 880, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 932, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 958, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 798, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 917, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 901, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 901, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 918, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 482, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 959, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 671, + 1031 + ], + "inaccessible": [ + 1, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1008, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 1031, + 1031 + ], + "inaccessible": [ + 5, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 106, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 850, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 4, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 5, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 888, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 134, + 1031 + ], + "inaccessible": [ + 0, + 5 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Tulare", + "records": 1036, + "value": "Tulare" + }, + { + "access": { + "assessed": 352, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 352 + }, + "fields": { + "APN": [ + 339, + 0, + 13 + ], + "ASSESSEDIMPROVEDVALUE": [ + 339, + 0, + 13 + ], + "CALFIREUNIT": [ + 352, + 0, + 0 + ], + "CITY": [ + 251, + 0, + 101 + ], + "COMMUNITY": [ + 5, + 0, + 347 + ], + "COUNTY": [ + 352, + 0, + 0 + ], + "DAMAGE": [ + 352, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 277, + 75, + 0 + ], + "DECKPORCHONGRADE": [ + 292, + 60, + 0 + ], + "DEFENSIVEACTIONS": [ + 13, + 32, + 307 + ], + "EAVES": [ + 249, + 103, + 0 + ], + "EXTERIORSIDING": [ + 299, + 53, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 324, + 28, + 0 + ], + "HAZARDTYPE": [ + 352, + 0, + 0 + ], + "INCIDENTNAME": [ + 352, + 0, + 0 + ], + "INCIDENTNUM": [ + 352, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 352, + 0, + 0 + ], + "LATITUDE": [ + 352, + 0, + 0 + ], + "LONGITUDE": [ + 352, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 352 + ], + "NOOUTBUILDINGSDAMAGED": [ + 32, + 0, + 320 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 35, + 0, + 317 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 31, + 0, + 321 + ], + "PATIOCOVERCARPORT": [ + 282, + 70, + 0 + ], + "PROPANETANKDISTANCE": [ + 51, + 0, + 301 + ], + "ROOFCONSTRUCTION": [ + 321, + 31, + 0 + ], + "SITEADDRESS": [ + 248, + 0, + 104 + ], + "STREETNAME": [ + 352, + 0, + 0 + ], + "STREETTYPE": [ + 352, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 352, + 0, + 0 + ], + "STRUCTURETYPE": [ + 352, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 34, + 0, + 318 + ], + "VENTSCREEN": [ + 228, + 124, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 5, + 1, + 346 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 6, + 0, + 346 + ], + "WINDOWPANE": [ + 248, + 104, + 0 + ], + "YEARBUILT": [ + 177, + 156, + 19 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 339, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 339, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 251, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 5, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 277, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 292, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 13, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 249, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 299, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 324, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 32, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 35, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 31, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 282, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 51, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 321, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 248, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 352, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 34, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 228, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 5, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 6, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 248, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 177, + 352 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Tuolumne", + "records": 352, + "value": "Tuolumne" + }, + { + "access": { + "assessed": 3424, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 12, + "total": 3436 + }, + "fields": { + "APN": [ + 3427, + 0, + 9 + ], + "ASSESSEDIMPROVEDVALUE": [ + 3436, + 0, + 0 + ], + "CALFIREUNIT": [ + 3436, + 0, + 0 + ], + "CITY": [ + 3365, + 0, + 71 + ], + "COMMUNITY": [ + 671, + 21, + 2744 + ], + "COUNTY": [ + 3436, + 0, + 0 + ], + "DAMAGE": [ + 3436, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1977, + 184, + 1275 + ], + "DECKPORCHONGRADE": [ + 1997, + 164, + 1275 + ], + "DEFENSIVEACTIONS": [ + 294, + 601, + 2541 + ], + "EAVES": [ + 2404, + 1032, + 0 + ], + "EXTERIORSIDING": [ + 3260, + 176, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 2072, + 89, + 1275 + ], + "HAZARDTYPE": [ + 3436, + 0, + 0 + ], + "INCIDENTNAME": [ + 3436, + 0, + 0 + ], + "INCIDENTNUM": [ + 3436, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3436, + 0, + 0 + ], + "LATITUDE": [ + 3436, + 0, + 0 + ], + "LONGITUDE": [ + 3436, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 1840, + 0, + 1596 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1840, + 0, + 1596 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1840, + 0, + 1596 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1899, + 0, + 1537 + ], + "PATIOCOVERCARPORT": [ + 1964, + 197, + 1275 + ], + "PROPANETANKDISTANCE": [ + 896, + 0, + 2540 + ], + "ROOFCONSTRUCTION": [ + 3286, + 150, + 0 + ], + "SITEADDRESS": [ + 3295, + 0, + 141 + ], + "STREETNAME": [ + 3428, + 4, + 4 + ], + "STREETTYPE": [ + 3257, + 0, + 179 + ], + "STRUCTURECATEGORY": [ + 3436, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3436, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 707, + 0, + 2729 + ], + "VENTSCREEN": [ + 2357, + 1079, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 177, + 84, + 3175 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 152, + 124, + 3160 + ], + "WINDOWPANE": [ + 2777, + 659, + 0 + ], + "YEARBUILT": [ + 2473, + 960, + 3 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3415, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3353, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 671, + 3424 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1968, + 3424 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1988, + 3424 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 294, + 3424 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 2394, + 3424 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 3251, + 3424 + ], + "inaccessible": [ + 9, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 2064, + 3424 + ], + "inaccessible": [ + 8, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 1828, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1828, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1828, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1887, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1959, + 3424 + ], + "inaccessible": [ + 5, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 895, + 3424 + ], + "inaccessible": [ + 1, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 3276, + 3424 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3283, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3416, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3245, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3424, + 3424 + ], + "inaccessible": [ + 12, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 707, + 3424 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 2351, + 3424 + ], + "inaccessible": [ + 6, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 177, + 3424 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 152, + 3424 + ], + "inaccessible": [ + 0, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 2767, + 3424 + ], + "inaccessible": [ + 10, + 12 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 2462, + 3424 + ], + "inaccessible": [ + 11, + 12 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Ventura", + "records": 3436, + "value": "Ventura" + }, + { + "access": { + "assessed": 278, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 278 + }, + "fields": { + "APN": [ + 273, + 0, + 5 + ], + "ASSESSEDIMPROVEDVALUE": [ + 219, + 0, + 59 + ], + "CALFIREUNIT": [ + 278, + 0, + 0 + ], + "CITY": [ + 117, + 161, + 0 + ], + "COMMUNITY": [ + 181, + 0, + 97 + ], + "COUNTY": [ + 278, + 0, + 0 + ], + "DAMAGE": [ + 278, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 139, + 139, + 0 + ], + "DECKPORCHONGRADE": [ + 139, + 138, + 1 + ], + "DEFENSIVEACTIONS": [ + 55, + 22, + 201 + ], + "EAVES": [ + 114, + 164, + 0 + ], + "EXTERIORSIDING": [ + 145, + 133, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 144, + 134, + 0 + ], + "HAZARDTYPE": [ + 278, + 0, + 0 + ], + "INCIDENTNAME": [ + 278, + 0, + 0 + ], + "INCIDENTNUM": [ + 278, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 278, + 0, + 0 + ], + "LATITUDE": [ + 278, + 0, + 0 + ], + "LONGITUDE": [ + 278, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 278 + ], + "NOOUTBUILDINGSDAMAGED": [ + 5, + 0, + 273 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 5, + 0, + 273 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 15, + 0, + 263 + ], + "PATIOCOVERCARPORT": [ + 140, + 138, + 0 + ], + "PROPANETANKDISTANCE": [ + 90, + 129, + 59 + ], + "ROOFCONSTRUCTION": [ + 144, + 133, + 1 + ], + "SITEADDRESS": [ + 221, + 0, + 57 + ], + "STREETNAME": [ + 253, + 4, + 21 + ], + "STREETTYPE": [ + 215, + 0, + 63 + ], + "STRUCTURECATEGORY": [ + 278, + 0, + 0 + ], + "STRUCTURETYPE": [ + 278, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 37, + 0, + 241 + ], + "VENTSCREEN": [ + 119, + 159, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 2, + 4, + 272 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 4, + 4, + 270 + ], + "WINDOWPANE": [ + 92, + 186, + 0 + ], + "YEARBUILT": [ + 141, + 70, + 67 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 273, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 219, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 117, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 181, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 139, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 139, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 55, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 114, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 145, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 144, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 5, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 5, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 15, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 140, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 90, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 144, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 221, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 253, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 215, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 278, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 37, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 119, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 4, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 92, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 141, + 278 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Yolo", + "records": 278, + "value": "Yolo" + }, + { + "access": { + "assessed": 324, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 324 + }, + "fields": { + "APN": [ + 324, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 316, + 0, + 8 + ], + "CALFIREUNIT": [ + 324, + 0, + 0 + ], + "CITY": [ + 323, + 0, + 1 + ], + "COMMUNITY": [ + 213, + 0, + 111 + ], + "COUNTY": [ + 324, + 0, + 0 + ], + "DAMAGE": [ + 324, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 37, + 5, + 282 + ], + "DECKPORCHONGRADE": [ + 38, + 4, + 282 + ], + "DEFENSIVEACTIONS": [ + 27, + 13, + 284 + ], + "EAVES": [ + 43, + 164, + 117 + ], + "EXTERIORSIDING": [ + 188, + 38, + 98 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 39, + 3, + 282 + ], + "HAZARDTYPE": [ + 324, + 0, + 0 + ], + "INCIDENTNAME": [ + 324, + 0, + 0 + ], + "INCIDENTNUM": [ + 324, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 324, + 0, + 0 + ], + "LATITUDE": [ + 324, + 0, + 0 + ], + "LONGITUDE": [ + 324, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 324 + ], + "NOOUTBUILDINGSDAMAGED": [ + 35, + 0, + 289 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 27, + 0, + 297 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 18, + 0, + 306 + ], + "PATIOCOVERCARPORT": [ + 35, + 7, + 282 + ], + "PROPANETANKDISTANCE": [ + 31, + 0, + 293 + ], + "ROOFCONSTRUCTION": [ + 217, + 14, + 93 + ], + "SITEADDRESS": [ + 319, + 0, + 5 + ], + "STREETNAME": [ + 314, + 0, + 10 + ], + "STREETTYPE": [ + 293, + 0, + 31 + ], + "STRUCTURECATEGORY": [ + 324, + 0, + 0 + ], + "STRUCTURETYPE": [ + 324, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 34, + 0, + 290 + ], + "VENTSCREEN": [ + 66, + 128, + 130 + ], + "WHATDIDFIRESTARTFROM": [ + 1, + 0, + 323 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 16, + 1, + 307 + ], + "WINDOWPANE": [ + 110, + 95, + 119 + ], + "YEARBUILT": [ + 233, + 75, + 16 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 316, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 323, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 213, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 37, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 38, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 27, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 43, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 188, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 39, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 35, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 27, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 18, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 35, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 31, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 217, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 319, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 314, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 293, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 324, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 34, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 66, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 16, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 110, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 233, + 324 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Yuba", + "records": 324, + "value": "Yuba" + }, + { + "access": { + "assessed": 30, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 30 + }, + "fields": { + "APN": [ + 30, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 24, + 0, + 6 + ], + "CALFIREUNIT": [ + 30, + 0, + 0 + ], + "CITY": [ + 30, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 30 + ], + "COUNTY": [ + 0, + 0, + 30 + ], + "DAMAGE": [ + 30, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 30, + 0, + 0 + ], + "DECKPORCHONGRADE": [ + 29, + 1, + 0 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 30 + ], + "EAVES": [ + 27, + 3, + 0 + ], + "EXTERIORSIDING": [ + 26, + 4, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 29, + 1, + 0 + ], + "HAZARDTYPE": [ + 30, + 0, + 0 + ], + "INCIDENTNAME": [ + 30, + 0, + 0 + ], + "INCIDENTNUM": [ + 30, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 30, + 0, + 0 + ], + "LATITUDE": [ + 30, + 0, + 0 + ], + "LONGITUDE": [ + 30, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 30 + ], + "NOOUTBUILDINGSDAMAGED": [ + 3, + 0, + 27 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 30 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 30 + ], + "PATIOCOVERCARPORT": [ + 30, + 0, + 0 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 30 + ], + "ROOFCONSTRUCTION": [ + 28, + 2, + 0 + ], + "SITEADDRESS": [ + 29, + 0, + 1 + ], + "STREETNAME": [ + 30, + 0, + 0 + ], + "STREETTYPE": [ + 30, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 30, + 0, + 0 + ], + "STRUCTURETYPE": [ + 30, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 30 + ], + "VENTSCREEN": [ + 28, + 2, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 30 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 30 + ], + "WINDOWPANE": [ + 24, + 6, + 0 + ], + "YEARBUILT": [ + 0, + 0, + 30 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 24, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 29, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 27, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 26, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 29, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 3, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 28, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 29, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 30, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 28, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 24, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 30 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "No county recorded", + "records": 30, + "value": null + } + ], + "completeness_by_structure_category": [ + { + "access": { + "assessed": 926, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 17, + "total": 943 + }, + "fields": { + "APN": [ + 924, + 2, + 17 + ], + "ASSESSEDIMPROVEDVALUE": [ + 642, + 0, + 301 + ], + "CALFIREUNIT": [ + 943, + 0, + 0 + ], + "CITY": [ + 354, + 351, + 238 + ], + "COMMUNITY": [ + 205, + 5, + 733 + ], + "COUNTY": [ + 943, + 0, + 0 + ], + "DAMAGE": [ + 943, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 674, + 186, + 83 + ], + "DECKPORCHONGRADE": [ + 676, + 184, + 83 + ], + "DEFENSIVEACTIONS": [ + 83, + 144, + 716 + ], + "EAVES": [ + 659, + 243, + 41 + ], + "EXTERIORSIDING": [ + 681, + 221, + 41 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 680, + 180, + 83 + ], + "HAZARDTYPE": [ + 943, + 0, + 0 + ], + "INCIDENTNAME": [ + 943, + 0, + 0 + ], + "INCIDENTNUM": [ + 943, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 943, + 0, + 0 + ], + "LATITUDE": [ + 943, + 0, + 0 + ], + "LONGITUDE": [ + 943, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 503, + 0, + 440 + ], + "NOOUTBUILDINGSDAMAGED": [ + 531, + 0, + 412 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 534, + 0, + 409 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 529, + 0, + 414 + ], + "PATIOCOVERCARPORT": [ + 673, + 187, + 83 + ], + "PROPANETANKDISTANCE": [ + 308, + 92, + 543 + ], + "ROOFCONSTRUCTION": [ + 658, + 243, + 42 + ], + "SITEADDRESS": [ + 493, + 12, + 438 + ], + "STREETNAME": [ + 859, + 41, + 43 + ], + "STREETTYPE": [ + 888, + 0, + 55 + ], + "STRUCTURECATEGORY": [ + 943, + 0, + 0 + ], + "STRUCTURETYPE": [ + 943, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 216, + 0, + 727 + ], + "VENTSCREEN": [ + 648, + 254, + 41 + ], + "WHATDIDFIRESTARTFROM": [ + 50, + 9, + 884 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 31, + 24, + 888 + ], + "WINDOWPANE": [ + 659, + 241, + 43 + ], + "YEARBUILT": [ + 181, + 445, + 317 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 909, + 926 + ], + "inaccessible": [ + 15, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 636, + 926 + ], + "inaccessible": [ + 6, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 352, + 926 + ], + "inaccessible": [ + 2, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 200, + 926 + ], + "inaccessible": [ + 5, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 674, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 676, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 83, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 659, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 681, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 680, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 495, + 926 + ], + "inaccessible": [ + 8, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 523, + 926 + ], + "inaccessible": [ + 8, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 526, + 926 + ], + "inaccessible": [ + 8, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 521, + 926 + ], + "inaccessible": [ + 8, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 673, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 308, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 658, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 486, + 926 + ], + "inaccessible": [ + 7, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 850, + 926 + ], + "inaccessible": [ + 9, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 871, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 926, + 926 + ], + "inaccessible": [ + 17, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 216, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 648, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 50, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 31, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 659, + 926 + ], + "inaccessible": [ + 0, + 17 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 179, + 926 + ], + "inaccessible": [ + 2, + 17 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Infrastructure", + "records": 943, + "value": "Infrastructure" + }, + { + "access": { + "assessed": 409, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 409 + }, + "fields": { + "APN": [ + 407, + 0, + 2 + ], + "ASSESSEDIMPROVEDVALUE": [ + 387, + 0, + 22 + ], + "CALFIREUNIT": [ + 409, + 0, + 0 + ], + "CITY": [ + 142, + 246, + 21 + ], + "COMMUNITY": [ + 107, + 2, + 300 + ], + "COUNTY": [ + 409, + 0, + 0 + ], + "DAMAGE": [ + 409, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 216, + 180, + 13 + ], + "DECKPORCHONGRADE": [ + 217, + 179, + 13 + ], + "DEFENSIVEACTIONS": [ + 25, + 49, + 335 + ], + "EAVES": [ + 194, + 202, + 13 + ], + "EXTERIORSIDING": [ + 227, + 169, + 13 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 226, + 170, + 13 + ], + "HAZARDTYPE": [ + 409, + 0, + 0 + ], + "INCIDENTNAME": [ + 409, + 0, + 0 + ], + "INCIDENTNUM": [ + 409, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 409, + 0, + 0 + ], + "LATITUDE": [ + 409, + 0, + 0 + ], + "LONGITUDE": [ + 409, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 257, + 0, + 152 + ], + "NOOUTBUILDINGSDAMAGED": [ + 275, + 0, + 134 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 277, + 0, + 132 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 278, + 0, + 131 + ], + "PATIOCOVERCARPORT": [ + 219, + 177, + 13 + ], + "PROPANETANKDISTANCE": [ + 90, + 37, + 282 + ], + "ROOFCONSTRUCTION": [ + 224, + 172, + 13 + ], + "SITEADDRESS": [ + 363, + 0, + 46 + ], + "STREETNAME": [ + 396, + 0, + 13 + ], + "STREETTYPE": [ + 389, + 0, + 20 + ], + "STRUCTURECATEGORY": [ + 409, + 0, + 0 + ], + "STRUCTURETYPE": [ + 409, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 59, + 0, + 350 + ], + "VENTSCREEN": [ + 193, + 203, + 13 + ], + "WHATDIDFIRESTARTFROM": [ + 7, + 13, + 389 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 4, + 15, + 390 + ], + "WINDOWPANE": [ + 218, + 178, + 13 + ], + "YEARBUILT": [ + 152, + 203, + 54 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 407, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 387, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 142, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 107, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 216, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 217, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 25, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 194, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 227, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 226, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 257, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 275, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 277, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 278, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 219, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 90, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 224, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 363, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 396, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 389, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 409, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 59, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 193, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 7, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 4, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 218, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 152, + 409 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Mixed Commercial/Residential", + "records": 409, + "value": "Mixed Commercial/Residential" + }, + { + "access": { + "assessed": 2007, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 2007 + }, + "fields": { + "APN": [ + 1952, + 0, + 55 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1810, + 0, + 197 + ], + "CALFIREUNIT": [ + 2007, + 0, + 0 + ], + "CITY": [ + 1285, + 579, + 143 + ], + "COMMUNITY": [ + 698, + 4, + 1305 + ], + "COUNTY": [ + 2007, + 0, + 0 + ], + "DAMAGE": [ + 2007, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 1681, + 227, + 99 + ], + "DECKPORCHONGRADE": [ + 1732, + 176, + 99 + ], + "DEFENSIVEACTIONS": [ + 212, + 785, + 1010 + ], + "EAVES": [ + 1557, + 351, + 99 + ], + "EXTERIORSIDING": [ + 1773, + 135, + 99 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 1744, + 164, + 99 + ], + "HAZARDTYPE": [ + 2007, + 0, + 0 + ], + "INCIDENTNAME": [ + 2007, + 0, + 0 + ], + "INCIDENTNUM": [ + 2007, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2007, + 0, + 0 + ], + "LATITUDE": [ + 2007, + 0, + 0 + ], + "LONGITUDE": [ + 2007, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 956, + 0, + 1051 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1350, + 0, + 657 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1348, + 0, + 659 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1697, + 0, + 310 + ], + "PATIOCOVERCARPORT": [ + 1701, + 207, + 99 + ], + "PROPANETANKDISTANCE": [ + 1112, + 89, + 806 + ], + "ROOFCONSTRUCTION": [ + 1730, + 178, + 99 + ], + "SITEADDRESS": [ + 1804, + 0, + 203 + ], + "STREETNAME": [ + 1855, + 53, + 99 + ], + "STREETTYPE": [ + 1880, + 0, + 127 + ], + "STRUCTURECATEGORY": [ + 2007, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2007, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 939, + 0, + 1068 + ], + "VENTSCREEN": [ + 1603, + 305, + 99 + ], + "WHATDIDFIRESTARTFROM": [ + 133, + 56, + 1818 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 112, + 93, + 1802 + ], + "WINDOWPANE": [ + 1704, + 204, + 99 + ], + "YEARBUILT": [ + 1656, + 100, + 251 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 1952, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1810, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1285, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 698, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 1681, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 1732, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 212, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 1557, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1773, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 1744, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 956, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1350, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1348, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1697, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 1701, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1112, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1730, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1804, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 1855, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 1880, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2007, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 939, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 1603, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 133, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 112, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 1704, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1656, + 2007 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Multiple Residence", + "records": 2007, + "value": "Multiple Residence" + }, + { + "access": { + "assessed": 5327, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 6, + "total": 5333 + }, + "fields": { + "APN": [ + 5293, + 3, + 37 + ], + "ASSESSEDIMPROVEDVALUE": [ + 4579, + 0, + 754 + ], + "CALFIREUNIT": [ + 5333, + 0, + 0 + ], + "CITY": [ + 3024, + 1643, + 666 + ], + "COMMUNITY": [ + 2163, + 66, + 3104 + ], + "COUNTY": [ + 5333, + 0, + 0 + ], + "DAMAGE": [ + 5333, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3924, + 582, + 827 + ], + "DECKPORCHONGRADE": [ + 3987, + 519, + 827 + ], + "DEFENSIVEACTIONS": [ + 331, + 860, + 4142 + ], + "EAVES": [ + 3315, + 1584, + 434 + ], + "EXTERIORSIDING": [ + 4298, + 594, + 441 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 4035, + 471, + 827 + ], + "HAZARDTYPE": [ + 5333, + 0, + 0 + ], + "INCIDENTNAME": [ + 5333, + 0, + 0 + ], + "INCIDENTNUM": [ + 5333, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 5333, + 0, + 0 + ], + "LATITUDE": [ + 5333, + 0, + 0 + ], + "LONGITUDE": [ + 5333, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 2007, + 0, + 3326 + ], + "NOOUTBUILDINGSDAMAGED": [ + 2255, + 0, + 3078 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 2274, + 0, + 3059 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 2250, + 0, + 3083 + ], + "PATIOCOVERCARPORT": [ + 3912, + 594, + 827 + ], + "PROPANETANKDISTANCE": [ + 1648, + 211, + 3474 + ], + "ROOFCONSTRUCTION": [ + 4197, + 702, + 434 + ], + "SITEADDRESS": [ + 4527, + 48, + 758 + ], + "STREETNAME": [ + 4841, + 60, + 432 + ], + "STREETTYPE": [ + 4686, + 0, + 647 + ], + "STRUCTURECATEGORY": [ + 5333, + 0, + 0 + ], + "STRUCTURETYPE": [ + 5333, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1162, + 0, + 4171 + ], + "VENTSCREEN": [ + 3642, + 1252, + 439 + ], + "WHATDIDFIRESTARTFROM": [ + 183, + 263, + 4887 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 181, + 320, + 4832 + ], + "WINDOWPANE": [ + 3964, + 933, + 436 + ], + "YEARBUILT": [ + 2590, + 1265, + 1478 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 5287, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 4576, + 5327 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3021, + 5327 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2160, + 5327 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3922, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3985, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 331, + 5327 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 3313, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 4296, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 4033, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 2007, + 5327 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 2254, + 5327 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 2273, + 5327 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 2249, + 5327 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3910, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1646, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 4195, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 4524, + 5327 + ], + "inaccessible": [ + 3, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 4835, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 4680, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 5327, + 5327 + ], + "inaccessible": [ + 6, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1160, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 3641, + 5327 + ], + "inaccessible": [ + 1, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 183, + 5327 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 181, + 5327 + ], + "inaccessible": [ + 0, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 3962, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 2588, + 5327 + ], + "inaccessible": [ + 2, + 6 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Nonresidential Commercial", + "records": 5333, + "value": "Nonresidential Commercial" + }, + { + "access": { + "assessed": 35666, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 257, + "total": 35923 + }, + "fields": { + "APN": [ + 35678, + 9, + 236 + ], + "ASSESSEDIMPROVEDVALUE": [ + 34075, + 0, + 1848 + ], + "CALFIREUNIT": [ + 35923, + 0, + 0 + ], + "CITY": [ + 26426, + 8358, + 1139 + ], + "COMMUNITY": [ + 14226, + 145, + 21552 + ], + "COUNTY": [ + 35920, + 0, + 3 + ], + "DAMAGE": [ + 35923, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 25512, + 4736, + 5675 + ], + "DECKPORCHONGRADE": [ + 25833, + 4417, + 5673 + ], + "DEFENSIVEACTIONS": [ + 2006, + 7007, + 26910 + ], + "EAVES": [ + 19118, + 15663, + 1142 + ], + "EXTERIORSIDING": [ + 29092, + 5775, + 1056 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 25880, + 4371, + 5672 + ], + "HAZARDTYPE": [ + 35923, + 0, + 0 + ], + "INCIDENTNAME": [ + 35923, + 0, + 0 + ], + "INCIDENTNUM": [ + 35923, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 35923, + 0, + 0 + ], + "LATITUDE": [ + 35923, + 0, + 0 + ], + "LONGITUDE": [ + 35923, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 15185, + 0, + 20738 + ], + "NOOUTBUILDINGSDAMAGED": [ + 16335, + 0, + 19588 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 16301, + 0, + 19622 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 16283, + 0, + 19640 + ], + "PATIOCOVERCARPORT": [ + 24996, + 5253, + 5674 + ], + "PROPANETANKDISTANCE": [ + 12165, + 2158, + 21600 + ], + "ROOFCONSTRUCTION": [ + 29145, + 5828, + 950 + ], + "SITEADDRESS": [ + 33179, + 201, + 2543 + ], + "STREETNAME": [ + 34800, + 484, + 639 + ], + "STREETTYPE": [ + 34607, + 2, + 1314 + ], + "STRUCTURECATEGORY": [ + 35923, + 0, + 0 + ], + "STRUCTURETYPE": [ + 35923, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 10112, + 0, + 25811 + ], + "VENTSCREEN": [ + 21679, + 13017, + 1227 + ], + "WHATDIDFIRESTARTFROM": [ + 948, + 1221, + 33754 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 782, + 1824, + 33317 + ], + "WINDOWPANE": [ + 22779, + 11946, + 1198 + ], + "YEARBUILT": [ + 23412, + 3703, + 8808 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 35421, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 33923, + 35666 + ], + "inaccessible": [ + 152, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 26271, + 35666 + ], + "inaccessible": [ + 155, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 14212, + 35666 + ], + "inaccessible": [ + 14, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 35663, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 25504, + 35666 + ], + "inaccessible": [ + 8, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 25825, + 35666 + ], + "inaccessible": [ + 8, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 2006, + 35666 + ], + "inaccessible": [ + 0, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 19105, + 35666 + ], + "inaccessible": [ + 13, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 29078, + 35666 + ], + "inaccessible": [ + 14, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 25869, + 35666 + ], + "inaccessible": [ + 11, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 15134, + 35666 + ], + "inaccessible": [ + 51, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 16283, + 35666 + ], + "inaccessible": [ + 52, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 16249, + 35666 + ], + "inaccessible": [ + 52, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 16231, + 35666 + ], + "inaccessible": [ + 52, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 24987, + 35666 + ], + "inaccessible": [ + 9, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 12157, + 35666 + ], + "inaccessible": [ + 8, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 29133, + 35666 + ], + "inaccessible": [ + 12, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 33042, + 35666 + ], + "inaccessible": [ + 137, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 34560, + 35666 + ], + "inaccessible": [ + 240, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 34350, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 35666, + 35666 + ], + "inaccessible": [ + 257, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 10106, + 35666 + ], + "inaccessible": [ + 6, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 21675, + 35666 + ], + "inaccessible": [ + 4, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 948, + 35666 + ], + "inaccessible": [ + 0, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 782, + 35666 + ], + "inaccessible": [ + 0, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 22772, + 35666 + ], + "inaccessible": [ + 7, + 257 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 23321, + 35666 + ], + "inaccessible": [ + 91, + 257 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Other Minor Structure", + "records": 35923, + "value": "Other Minor Structure" + }, + { + "access": { + "assessed": 87589, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 311, + "total": 87900 + }, + "fields": { + "APN": [ + 87354, + 29, + 517 + ], + "ASSESSEDIMPROVEDVALUE": [ + 84982, + 0, + 2918 + ], + "CALFIREUNIT": [ + 87900, + 0, + 0 + ], + "CITY": [ + 68796, + 16388, + 2716 + ], + "COMMUNITY": [ + 37101, + 550, + 50249 + ], + "COUNTY": [ + 87873, + 0, + 27 + ], + "DAMAGE": [ + 87900, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 60169, + 12839, + 14892 + ], + "DECKPORCHONGRADE": [ + 62705, + 10302, + 14893 + ], + "DEFENSIVEACTIONS": [ + 5805, + 18861, + 63234 + ], + "EAVES": [ + 50098, + 34321, + 3481 + ], + "EXTERIORSIDING": [ + 73896, + 10646, + 3358 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 63227, + 9777, + 14896 + ], + "HAZARDTYPE": [ + 87900, + 0, + 0 + ], + "INCIDENTNAME": [ + 87900, + 0, + 0 + ], + "INCIDENTNUM": [ + 87900, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 87900, + 0, + 0 + ], + "LATITUDE": [ + 87900, + 0, + 0 + ], + "LONGITUDE": [ + 87900, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 37280, + 0, + 50620 + ], + "NOOUTBUILDINGSDAMAGED": [ + 41193, + 0, + 46707 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 41224, + 0, + 46676 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 40891, + 0, + 47009 + ], + "PATIOCOVERCARPORT": [ + 59185, + 13817, + 14898 + ], + "PROPANETANKDISTANCE": [ + 33223, + 4059, + 50618 + ], + "ROOFCONSTRUCTION": [ + 73300, + 11412, + 3188 + ], + "SITEADDRESS": [ + 83765, + 471, + 3664 + ], + "STREETNAME": [ + 83906, + 891, + 3103 + ], + "STREETTYPE": [ + 83355, + 7, + 4538 + ], + "STRUCTURECATEGORY": [ + 87900, + 0, + 0 + ], + "STRUCTURETYPE": [ + 87900, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 25294, + 0, + 62606 + ], + "VENTSCREEN": [ + 59315, + 25106, + 3479 + ], + "WHATDIDFIRESTARTFROM": [ + 3527, + 4265, + 80108 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 2551, + 6462, + 78887 + ], + "WINDOWPANE": [ + 64647, + 19966, + 3287 + ], + "YEARBUILT": [ + 61947, + 6430, + 19523 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 87051, + 87589 + ], + "inaccessible": [ + 303, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 84696, + 87589 + ], + "inaccessible": [ + 286, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 68600, + 87589 + ], + "inaccessible": [ + 196, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 37062, + 87589 + ], + "inaccessible": [ + 39, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 87562, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 60124, + 87589 + ], + "inaccessible": [ + 45, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 62647, + 87589 + ], + "inaccessible": [ + 58, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 5804, + 87589 + ], + "inaccessible": [ + 1, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 50010, + 87589 + ], + "inaccessible": [ + 88, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 73812, + 87589 + ], + "inaccessible": [ + 84, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 63151, + 87589 + ], + "inaccessible": [ + 76, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 37137, + 87589 + ], + "inaccessible": [ + 143, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 41032, + 87589 + ], + "inaccessible": [ + 161, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 41062, + 87589 + ], + "inaccessible": [ + 162, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 40732, + 87589 + ], + "inaccessible": [ + 159, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 59140, + 87589 + ], + "inaccessible": [ + 45, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 33180, + 87589 + ], + "inaccessible": [ + 43, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 73213, + 87589 + ], + "inaccessible": [ + 87, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 83485, + 87589 + ], + "inaccessible": [ + 280, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 83609, + 87589 + ], + "inaccessible": [ + 297, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 83044, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 87589, + 87589 + ], + "inaccessible": [ + 311, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 25259, + 87589 + ], + "inaccessible": [ + 35, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 59274, + 87589 + ], + "inaccessible": [ + 41, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 3527, + 87589 + ], + "inaccessible": [ + 0, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 2551, + 87589 + ], + "inaccessible": [ + 0, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 64574, + 87589 + ], + "inaccessible": [ + 73, + 311 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 61737, + 87589 + ], + "inaccessible": [ + 210, + 311 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "Single Residence", + "records": 87900, + "value": "Single Residence" + }, + { + "access": { + "assessed": 7, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 7 + }, + "fields": { + "APN": [ + 7, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 7, + 0, + 0 + ], + "CALFIREUNIT": [ + 7, + 0, + 0 + ], + "CITY": [ + 6, + 0, + 1 + ], + "COMMUNITY": [ + 2, + 0, + 5 + ], + "COUNTY": [ + 7, + 0, + 0 + ], + "DAMAGE": [ + 7, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 3, + 0, + 4 + ], + "DECKPORCHONGRADE": [ + 3, + 0, + 4 + ], + "DEFENSIVEACTIONS": [ + 0, + 1, + 6 + ], + "EAVES": [ + 3, + 0, + 4 + ], + "EXTERIORSIDING": [ + 3, + 0, + 4 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 3, + 0, + 4 + ], + "HAZARDTYPE": [ + 7, + 0, + 0 + ], + "INCIDENTNAME": [ + 7, + 0, + 0 + ], + "INCIDENTNUM": [ + 7, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 7, + 0, + 0 + ], + "LATITUDE": [ + 7, + 0, + 0 + ], + "LONGITUDE": [ + 7, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 7 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 7 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 7 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1, + 0, + 6 + ], + "PATIOCOVERCARPORT": [ + 3, + 0, + 4 + ], + "PROPANETANKDISTANCE": [ + 1, + 0, + 6 + ], + "ROOFCONSTRUCTION": [ + 3, + 0, + 4 + ], + "SITEADDRESS": [ + 7, + 0, + 0 + ], + "STREETNAME": [ + 3, + 0, + 4 + ], + "STREETTYPE": [ + 3, + 0, + 4 + ], + "STRUCTURECATEGORY": [ + 7, + 0, + 0 + ], + "STRUCTURETYPE": [ + 7, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1, + 0, + 6 + ], + "VENTSCREEN": [ + 1, + 2, + 4 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 1, + 6 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 1, + 6 + ], + "WINDOWPANE": [ + 2, + 1, + 4 + ], + "YEARBUILT": [ + 5, + 2, + 0 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 6, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 2, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 7, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 1, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 2, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 5, + 7 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "outside_published_domain", + "records": 7, + "value": "outside_published_domain" + } + ], + "completeness_by_year": [ + { + "access": { + "assessed": 279, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 279 + }, + "fields": { + "APN": [ + 239, + 0, + 40 + ], + "ASSESSEDIMPROVEDVALUE": [ + 222, + 0, + 57 + ], + "CALFIREUNIT": [ + 279, + 0, + 0 + ], + "CITY": [ + 279, + 0, + 0 + ], + "COMMUNITY": [ + 0, + 0, + 279 + ], + "COUNTY": [ + 279, + 0, + 0 + ], + "DAMAGE": [ + 279, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 279 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 279 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 279 + ], + "EAVES": [ + 0, + 0, + 279 + ], + "EXTERIORSIDING": [ + 0, + 0, + 279 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 279 + ], + "HAZARDTYPE": [ + 279, + 0, + 0 + ], + "INCIDENTNAME": [ + 279, + 0, + 0 + ], + "INCIDENTNUM": [ + 279, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 279, + 0, + 0 + ], + "LATITUDE": [ + 279, + 0, + 0 + ], + "LONGITUDE": [ + 279, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 279 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 279 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 279 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 279 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 279 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 279 + ], + "ROOFCONSTRUCTION": [ + 0, + 0, + 279 + ], + "SITEADDRESS": [ + 0, + 0, + 279 + ], + "STREETNAME": [ + 279, + 0, + 0 + ], + "STREETTYPE": [ + 258, + 0, + 21 + ], + "STRUCTURECATEGORY": [ + 279, + 0, + 0 + ], + "STRUCTURETYPE": [ + 279, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 279 + ], + "VENTSCREEN": [ + 0, + 0, + 279 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 279 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 279 + ], + "WINDOWPANE": [ + 0, + 0, + 279 + ], + "YEARBUILT": [ + 25, + 0, + 254 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 239, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 222, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 258, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 279, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 0, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 25, + 279 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2013", + "records": 279, + "value": "2013" + }, + { + "access": { + "assessed": 310, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 310 + }, + "fields": { + "APN": [ + 62, + 0, + 248 + ], + "ASSESSEDIMPROVEDVALUE": [ + 310, + 0, + 0 + ], + "CALFIREUNIT": [ + 310, + 0, + 0 + ], + "CITY": [ + 310, + 0, + 0 + ], + "COMMUNITY": [ + 246, + 0, + 64 + ], + "COUNTY": [ + 310, + 0, + 0 + ], + "DAMAGE": [ + 310, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 310 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 310 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 310 + ], + "EAVES": [ + 250, + 0, + 60 + ], + "EXTERIORSIDING": [ + 0, + 0, + 310 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 310 + ], + "HAZARDTYPE": [ + 310, + 0, + 0 + ], + "INCIDENTNAME": [ + 310, + 0, + 0 + ], + "INCIDENTNUM": [ + 310, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 310, + 0, + 0 + ], + "LATITUDE": [ + 310, + 0, + 0 + ], + "LONGITUDE": [ + 310, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 310 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 310 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 310 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 310 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 310 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 310 + ], + "ROOFCONSTRUCTION": [ + 150, + 100, + 60 + ], + "SITEADDRESS": [ + 310, + 0, + 0 + ], + "STREETNAME": [ + 301, + 0, + 9 + ], + "STREETTYPE": [ + 291, + 0, + 19 + ], + "STRUCTURECATEGORY": [ + 310, + 0, + 0 + ], + "STRUCTURETYPE": [ + 310, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 310 + ], + "VENTSCREEN": [ + 11, + 239, + 60 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 310 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 310 + ], + "WINDOWPANE": [ + 49, + 201, + 60 + ], + "YEARBUILT": [ + 106, + 0, + 204 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 62, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 246, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 250, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 150, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 301, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 291, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 310, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 11, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 49, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 106, + 310 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2014", + "records": 310, + "value": "2014" + }, + { + "access": { + "assessed": 3193, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 3193 + }, + "fields": { + "APN": [ + 3191, + 1, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2956, + 0, + 237 + ], + "CALFIREUNIT": [ + 3193, + 0, + 0 + ], + "CITY": [ + 3193, + 0, + 0 + ], + "COMMUNITY": [ + 1959, + 0, + 1234 + ], + "COUNTY": [ + 3193, + 0, + 0 + ], + "DAMAGE": [ + 3193, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 3193 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 3193 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 3193 + ], + "EAVES": [ + 282, + 2846, + 65 + ], + "EXTERIORSIDING": [ + 1698, + 1459, + 36 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 3193 + ], + "HAZARDTYPE": [ + 3193, + 0, + 0 + ], + "INCIDENTNAME": [ + 3193, + 0, + 0 + ], + "INCIDENTNUM": [ + 3193, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3193, + 0, + 0 + ], + "LATITUDE": [ + 3193, + 0, + 0 + ], + "LONGITUDE": [ + 3193, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 3193 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 3193 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 3193 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 3193 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 3193 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 3193 + ], + "ROOFCONSTRUCTION": [ + 1915, + 1248, + 30 + ], + "SITEADDRESS": [ + 3130, + 0, + 63 + ], + "STREETNAME": [ + 3180, + 2, + 11 + ], + "STREETTYPE": [ + 2536, + 1, + 656 + ], + "STRUCTURECATEGORY": [ + 3193, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3193, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 3193 + ], + "VENTSCREEN": [ + 528, + 2499, + 166 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 3193 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 3193 + ], + "WINDOWPANE": [ + 857, + 2226, + 110 + ], + "YEARBUILT": [ + 27, + 0, + 3166 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3191, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2956, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1959, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 282, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 1698, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 1915, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 3130, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3180, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2536, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3193, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 528, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 857, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 27, + 3193 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2015", + "records": 3193, + "value": "2015" + }, + { + "access": { + "assessed": 944, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 944 + }, + "fields": { + "APN": [ + 944, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 941, + 0, + 3 + ], + "CALFIREUNIT": [ + 944, + 0, + 0 + ], + "CITY": [ + 944, + 0, + 0 + ], + "COMMUNITY": [ + 392, + 1, + 551 + ], + "COUNTY": [ + 944, + 0, + 0 + ], + "DAMAGE": [ + 944, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 944 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 944 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 944 + ], + "EAVES": [ + 175, + 374, + 395 + ], + "EXTERIORSIDING": [ + 719, + 195, + 30 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 944 + ], + "HAZARDTYPE": [ + 944, + 0, + 0 + ], + "INCIDENTNAME": [ + 944, + 0, + 0 + ], + "INCIDENTNUM": [ + 944, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 944, + 0, + 0 + ], + "LATITUDE": [ + 944, + 0, + 0 + ], + "LONGITUDE": [ + 944, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 944 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 944 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 944 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 944 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 944 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 944 + ], + "ROOFCONSTRUCTION": [ + 785, + 138, + 21 + ], + "SITEADDRESS": [ + 913, + 0, + 31 + ], + "STREETNAME": [ + 926, + 9, + 9 + ], + "STREETTYPE": [ + 855, + 1, + 88 + ], + "STRUCTURECATEGORY": [ + 944, + 0, + 0 + ], + "STRUCTURETYPE": [ + 944, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 944 + ], + "VENTSCREEN": [ + 241, + 371, + 332 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 944 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 944 + ], + "WINDOWPANE": [ + 401, + 337, + 206 + ], + "YEARBUILT": [ + 0, + 0, + 944 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 941, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 392, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 175, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 719, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 785, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 913, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 926, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 855, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 944, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 241, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 401, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 944 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2016", + "records": 944, + "value": "2016" + }, + { + "access": { + "assessed": 12757, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 12757 + }, + "fields": { + "APN": [ + 12756, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 12466, + 0, + 291 + ], + "CALFIREUNIT": [ + 12757, + 0, + 0 + ], + "CITY": [ + 12627, + 0, + 130 + ], + "COMMUNITY": [ + 8797, + 44, + 3916 + ], + "COUNTY": [ + 12757, + 0, + 0 + ], + "DAMAGE": [ + 12757, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 0, + 0, + 12757 + ], + "DECKPORCHONGRADE": [ + 0, + 0, + 12757 + ], + "DEFENSIVEACTIONS": [ + 0, + 0, + 12757 + ], + "EAVES": [ + 3879, + 8566, + 312 + ], + "EXTERIORSIDING": [ + 11028, + 1476, + 253 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 0, + 0, + 12757 + ], + "HAZARDTYPE": [ + 12757, + 0, + 0 + ], + "INCIDENTNAME": [ + 12757, + 0, + 0 + ], + "INCIDENTNUM": [ + 12757, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 12757, + 0, + 0 + ], + "LATITUDE": [ + 12757, + 0, + 0 + ], + "LONGITUDE": [ + 12757, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 12757 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 12757 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 12757 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 0, + 0, + 12757 + ], + "PATIOCOVERCARPORT": [ + 0, + 0, + 12757 + ], + "PROPANETANKDISTANCE": [ + 0, + 0, + 12757 + ], + "ROOFCONSTRUCTION": [ + 11343, + 1177, + 237 + ], + "SITEADDRESS": [ + 12598, + 4, + 155 + ], + "STREETNAME": [ + 12540, + 35, + 182 + ], + "STREETTYPE": [ + 11980, + 7, + 770 + ], + "STRUCTURECATEGORY": [ + 12757, + 0, + 0 + ], + "STRUCTURETYPE": [ + 12757, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 0, + 0, + 12757 + ], + "VENTSCREEN": [ + 5916, + 6481, + 360 + ], + "WHATDIDFIRESTARTFROM": [ + 0, + 0, + 12757 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 0, + 0, + 12757 + ], + "WINDOWPANE": [ + 7349, + 5088, + 320 + ], + "YEARBUILT": [ + 3794, + 1505, + 7458 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 12756, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 12466, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 12627, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 8797, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 3879, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 11028, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 11343, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 12598, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 12540, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 11980, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 12757, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 5916, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 0, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 7349, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 3794, + 12757 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2017", + "records": 12757, + "value": "2017" + }, + { + "access": { + "assessed": 28403, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 0, + "total": 28403 + }, + "fields": { + "APN": [ + 28370, + 0, + 33 + ], + "ASSESSEDIMPROVEDVALUE": [ + 27792, + 0, + 611 + ], + "CALFIREUNIT": [ + 28403, + 0, + 0 + ], + "CITY": [ + 26350, + 0, + 2053 + ], + "COMMUNITY": [ + 22516, + 64, + 5823 + ], + "COUNTY": [ + 28403, + 0, + 0 + ], + "DAMAGE": [ + 28403, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 23004, + 1289, + 4110 + ], + "DECKPORCHONGRADE": [ + 23270, + 1024, + 4109 + ], + "DEFENSIVEACTIONS": [ + 688, + 12290, + 15425 + ], + "EAVES": [ + 15816, + 8484, + 4103 + ], + "EXTERIORSIDING": [ + 23669, + 630, + 4104 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 23554, + 738, + 4111 + ], + "HAZARDTYPE": [ + 28403, + 0, + 0 + ], + "INCIDENTNAME": [ + 28403, + 0, + 0 + ], + "INCIDENTNUM": [ + 28403, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 28403, + 0, + 0 + ], + "LATITUDE": [ + 28403, + 0, + 0 + ], + "LONGITUDE": [ + 28403, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 28403 + ], + "NOOUTBUILDINGSDAMAGED": [ + 0, + 0, + 28403 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 0, + 0, + 28403 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 2512, + 0, + 25891 + ], + "PATIOCOVERCARPORT": [ + 22514, + 1775, + 4114 + ], + "PROPANETANKDISTANCE": [ + 16508, + 0, + 11895 + ], + "ROOFCONSTRUCTION": [ + 23570, + 730, + 4103 + ], + "SITEADDRESS": [ + 27702, + 160, + 541 + ], + "STREETNAME": [ + 24270, + 11, + 4122 + ], + "STREETTYPE": [ + 23258, + 0, + 5145 + ], + "STRUCTURECATEGORY": [ + 28403, + 0, + 0 + ], + "STRUCTURETYPE": [ + 28403, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 12396, + 0, + 16007 + ], + "VENTSCREEN": [ + 19233, + 5065, + 4105 + ], + "WHATDIDFIRESTARTFROM": [ + 2252, + 4240, + 21911 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 979, + 7049, + 20375 + ], + "WINDOWPANE": [ + 21200, + 3098, + 4105 + ], + "YEARBUILT": [ + 26437, + 1814, + 152 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 28370, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 27792, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 26350, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 22516, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 23004, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 23270, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 688, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 15816, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 23669, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 23554, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 0, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 0, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 2512, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 22514, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 16508, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 23570, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 27702, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 24270, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 23258, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 28403, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 12396, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 19233, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 2252, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 979, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 21200, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 26437, + 28403 + ], + "inaccessible": [ + 0, + 0 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2018", + "records": 28403, + "value": "2018" + }, + { + "access": { + "assessed": 2088, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 20, + "total": 2108 + }, + "fields": { + "APN": [ + 2107, + 0, + 1 + ], + "ASSESSEDIMPROVEDVALUE": [ + 1908, + 0, + 200 + ], + "CALFIREUNIT": [ + 2108, + 0, + 0 + ], + "CITY": [ + 2032, + 0, + 76 + ], + "COMMUNITY": [ + 1047, + 636, + 425 + ], + "COUNTY": [ + 2108, + 0, + 0 + ], + "DAMAGE": [ + 2108, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 888, + 1220, + 0 + ], + "DECKPORCHONGRADE": [ + 905, + 1203, + 0 + ], + "DEFENSIVEACTIONS": [ + 194, + 380, + 1534 + ], + "EAVES": [ + 643, + 1465, + 0 + ], + "EXTERIORSIDING": [ + 902, + 1206, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 926, + 1182, + 0 + ], + "HAZARDTYPE": [ + 2108, + 0, + 0 + ], + "INCIDENTNAME": [ + 2108, + 0, + 0 + ], + "INCIDENTNUM": [ + 2108, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 2108, + 0, + 0 + ], + "LATITUDE": [ + 2108, + 0, + 0 + ], + "LONGITUDE": [ + 2108, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 2108 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1715, + 0, + 393 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1672, + 0, + 436 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1537, + 0, + 571 + ], + "PATIOCOVERCARPORT": [ + 882, + 1226, + 0 + ], + "PROPANETANKDISTANCE": [ + 1787, + 0, + 321 + ], + "ROOFCONSTRUCTION": [ + 912, + 1196, + 0 + ], + "SITEADDRESS": [ + 2009, + 0, + 99 + ], + "STREETNAME": [ + 2030, + 78, + 0 + ], + "STREETTYPE": [ + 2102, + 0, + 6 + ], + "STRUCTURECATEGORY": [ + 2108, + 0, + 0 + ], + "STRUCTURETYPE": [ + 2108, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 1732, + 0, + 376 + ], + "VENTSCREEN": [ + 730, + 1378, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 200, + 1262, + 646 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 137, + 1322, + 649 + ], + "WINDOWPANE": [ + 815, + 1293, + 0 + ], + "YEARBUILT": [ + 1570, + 460, + 78 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 19, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 1889, + 2088 + ], + "inaccessible": [ + 19, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 2022, + 2088 + ], + "inaccessible": [ + 10, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1046, + 2088 + ], + "inaccessible": [ + 1, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 885, + 2088 + ], + "inaccessible": [ + 3, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 900, + 2088 + ], + "inaccessible": [ + 5, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 194, + 2088 + ], + "inaccessible": [ + 0, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 636, + 2088 + ], + "inaccessible": [ + 7, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 894, + 2088 + ], + "inaccessible": [ + 8, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 918, + 2088 + ], + "inaccessible": [ + 8, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 2088 + ], + "inaccessible": [ + 0, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1702, + 2088 + ], + "inaccessible": [ + 13, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1659, + 2088 + ], + "inaccessible": [ + 13, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1524, + 2088 + ], + "inaccessible": [ + 13, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 876, + 2088 + ], + "inaccessible": [ + 6, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1772, + 2088 + ], + "inaccessible": [ + 15, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 904, + 2088 + ], + "inaccessible": [ + 8, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 1990, + 2088 + ], + "inaccessible": [ + 19, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 2010, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 2082, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 2088, + 2088 + ], + "inaccessible": [ + 20, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 1718, + 2088 + ], + "inaccessible": [ + 14, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 728, + 2088 + ], + "inaccessible": [ + 2, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 200, + 2088 + ], + "inaccessible": [ + 0, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 137, + 2088 + ], + "inaccessible": [ + 0, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 808, + 2088 + ], + "inaccessible": [ + 7, + 20 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1552, + 2088 + ], + "inaccessible": [ + 18, + 20 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2019", + "records": 2108, + "value": "2019" + }, + { + "access": { + "assessed": 28422, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 204, + "total": 28626 + }, + "fields": { + "APN": [ + 28188, + 42, + 396 + ], + "ASSESSEDIMPROVEDVALUE": [ + 25893, + 0, + 2733 + ], + "CALFIREUNIT": [ + 28626, + 0, + 0 + ], + "CITY": [ + 1652, + 26969, + 5 + ], + "COMMUNITY": [ + 11255, + 23, + 17348 + ], + "COUNTY": [ + 28626, + 0, + 0 + ], + "DAMAGE": [ + 28626, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 17288, + 11338, + 0 + ], + "DECKPORCHONGRADE": [ + 17535, + 11091, + 0 + ], + "DEFENSIVEACTIONS": [ + 1541, + 1856, + 25229 + ], + "EAVES": [ + 13367, + 15259, + 0 + ], + "EXTERIORSIDING": [ + 17687, + 10939, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 17909, + 10717, + 0 + ], + "HAZARDTYPE": [ + 28626, + 0, + 0 + ], + "INCIDENTNAME": [ + 28626, + 0, + 0 + ], + "INCIDENTNUM": [ + 28626, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 28626, + 0, + 0 + ], + "LATITUDE": [ + 28626, + 0, + 0 + ], + "LONGITUDE": [ + 28626, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 7707, + 0, + 20919 + ], + "NOOUTBUILDINGSDAMAGED": [ + 10558, + 0, + 18068 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 10554, + 0, + 18072 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 8655, + 0, + 19971 + ], + "PATIOCOVERCARPORT": [ + 17089, + 11537, + 0 + ], + "PROPANETANKDISTANCE": [ + 8698, + 6646, + 13282 + ], + "ROOFCONSTRUCTION": [ + 17814, + 10812, + 0 + ], + "SITEADDRESS": [ + 24914, + 555, + 3157 + ], + "STREETNAME": [ + 27346, + 1280, + 0 + ], + "STREETTYPE": [ + 28626, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 28626, + 0, + 0 + ], + "STRUCTURETYPE": [ + 28626, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 4946, + 0, + 23680 + ], + "VENTSCREEN": [ + 15477, + 13149, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 490, + 129, + 28007 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 530, + 131, + 27965 + ], + "WINDOWPANE": [ + 16607, + 12019, + 0 + ], + "YEARBUILT": [ + 19321, + 3610, + 5695 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 27992, + 28422 + ], + "inaccessible": [ + 196, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 25737, + 28422 + ], + "inaccessible": [ + 156, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 1650, + 28422 + ], + "inaccessible": [ + 2, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 11221, + 28422 + ], + "inaccessible": [ + 34, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 17279, + 28422 + ], + "inaccessible": [ + 9, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 17525, + 28422 + ], + "inaccessible": [ + 10, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1541, + 28422 + ], + "inaccessible": [ + 0, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 13354, + 28422 + ], + "inaccessible": [ + 13, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 17676, + 28422 + ], + "inaccessible": [ + 11, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 17899, + 28422 + ], + "inaccessible": [ + 10, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 7686, + 28422 + ], + "inaccessible": [ + 21, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 10534, + 28422 + ], + "inaccessible": [ + 24, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 10530, + 28422 + ], + "inaccessible": [ + 24, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 8633, + 28422 + ], + "inaccessible": [ + 22, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 17080, + 28422 + ], + "inaccessible": [ + 9, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 8691, + 28422 + ], + "inaccessible": [ + 7, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 17800, + 28422 + ], + "inaccessible": [ + 14, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 24752, + 28422 + ], + "inaccessible": [ + 162, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 27173, + 28422 + ], + "inaccessible": [ + 173, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 28422, + 28422 + ], + "inaccessible": [ + 204, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 4942, + 28422 + ], + "inaccessible": [ + 4, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 15469, + 28422 + ], + "inaccessible": [ + 8, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 490, + 28422 + ], + "inaccessible": [ + 0, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 530, + 28422 + ], + "inaccessible": [ + 0, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 16598, + 28422 + ], + "inaccessible": [ + 9, + 204 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 19238, + 28422 + ], + "inaccessible": [ + 83, + 204 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2020", + "records": 28626, + "value": "2020" + }, + { + "access": { + "assessed": 12121, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 132, + "total": 12253 + }, + "fields": { + "APN": [ + 12223, + 0, + 30 + ], + "ASSESSEDIMPROVEDVALUE": [ + 10489, + 0, + 1764 + ], + "CALFIREUNIT": [ + 12253, + 0, + 0 + ], + "CITY": [ + 11326, + 595, + 332 + ], + "COMMUNITY": [ + 4364, + 4, + 7885 + ], + "COUNTY": [ + 12223, + 0, + 30 + ], + "DAMAGE": [ + 12253, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 11746, + 507, + 0 + ], + "DECKPORCHONGRADE": [ + 11873, + 380, + 0 + ], + "DEFENSIVEACTIONS": [ + 2059, + 1098, + 9096 + ], + "EAVES": [ + 10306, + 1947, + 0 + ], + "EXTERIORSIDING": [ + 11943, + 310, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 12018, + 235, + 0 + ], + "HAZARDTYPE": [ + 12253, + 0, + 0 + ], + "INCIDENTNAME": [ + 12253, + 0, + 0 + ], + "INCIDENTNUM": [ + 12253, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 12253, + 0, + 0 + ], + "LATITUDE": [ + 12253, + 0, + 0 + ], + "LONGITUDE": [ + 12253, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 9821, + 0, + 2432 + ], + "NOOUTBUILDINGSDAMAGED": [ + 10101, + 0, + 2152 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 10105, + 0, + 2148 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 9946, + 0, + 2307 + ], + "PATIOCOVERCARPORT": [ + 11697, + 556, + 0 + ], + "PROPANETANKDISTANCE": [ + 4660, + 0, + 7593 + ], + "ROOFCONSTRUCTION": [ + 11963, + 290, + 0 + ], + "SITEADDRESS": [ + 11099, + 0, + 1154 + ], + "STREETNAME": [ + 12156, + 97, + 0 + ], + "STREETTYPE": [ + 12253, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 12253, + 0, + 0 + ], + "STRUCTURETYPE": [ + 12253, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 3211, + 0, + 9042 + ], + "VENTSCREEN": [ + 11087, + 1166, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 111, + 22, + 12120 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 113, + 22, + 12118 + ], + "WINDOWPANE": [ + 11534, + 719, + 0 + ], + "YEARBUILT": [ + 0, + 0, + 12253 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 12091, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 10452, + 12121 + ], + "inaccessible": [ + 37, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 11198, + 12121 + ], + "inaccessible": [ + 128, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 4355, + 12121 + ], + "inaccessible": [ + 9, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 12091, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 11745, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 11872, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 2059, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 10305, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 11942, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 12017, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 9800, + 12121 + ], + "inaccessible": [ + 21, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 10080, + 12121 + ], + "inaccessible": [ + 21, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 10084, + 12121 + ], + "inaccessible": [ + 21, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 9925, + 12121 + ], + "inaccessible": [ + 21, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 11696, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 4660, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 11962, + 12121 + ], + "inaccessible": [ + 1, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 11071, + 12121 + ], + "inaccessible": [ + 28, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 12032, + 12121 + ], + "inaccessible": [ + 124, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 12121, + 12121 + ], + "inaccessible": [ + 132, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 3211, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 11087, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 111, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 113, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 11534, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 0, + 12121 + ], + "inaccessible": [ + 0, + 132 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2021", + "records": 12253, + "value": "2021" + }, + { + "access": { + "assessed": 3009, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 1, + "total": 3010 + }, + "fields": { + "APN": [ + 3004, + 0, + 6 + ], + "ASSESSEDIMPROVEDVALUE": [ + 2890, + 0, + 120 + ], + "CALFIREUNIT": [ + 3010, + 0, + 0 + ], + "CITY": [ + 2730, + 0, + 280 + ], + "COMMUNITY": [ + 659, + 0, + 2351 + ], + "COUNTY": [ + 3010, + 0, + 0 + ], + "DAMAGE": [ + 3010, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 2908, + 102, + 0 + ], + "DECKPORCHONGRADE": [ + 2953, + 57, + 0 + ], + "DEFENSIVEACTIONS": [ + 503, + 363, + 2144 + ], + "EAVES": [ + 2601, + 409, + 0 + ], + "EXTERIORSIDING": [ + 2972, + 38, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 2962, + 48, + 0 + ], + "HAZARDTYPE": [ + 3010, + 0, + 0 + ], + "INCIDENTNAME": [ + 3010, + 0, + 0 + ], + "INCIDENTNUM": [ + 3010, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 3010, + 0, + 0 + ], + "LATITUDE": [ + 3010, + 0, + 0 + ], + "LONGITUDE": [ + 3010, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 833, + 0, + 2177 + ], + "NOOUTBUILDINGSDAMAGED": [ + 1132, + 0, + 1878 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 1143, + 0, + 1867 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 1053, + 0, + 1957 + ], + "PATIOCOVERCARPORT": [ + 2882, + 128, + 0 + ], + "PROPANETANKDISTANCE": [ + 1176, + 0, + 1834 + ], + "ROOFCONSTRUCTION": [ + 2977, + 33, + 0 + ], + "SITEADDRESS": [ + 2725, + 0, + 285 + ], + "STREETNAME": [ + 3010, + 0, + 0 + ], + "STREETTYPE": [ + 3010, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 3010, + 0, + 0 + ], + "STRUCTURETYPE": [ + 3010, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 663, + 0, + 2347 + ], + "VENTSCREEN": [ + 2723, + 287, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 68, + 5, + 2937 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 213, + 7, + 2790 + ], + "WINDOWPANE": [ + 2874, + 136, + 0 + ], + "YEARBUILT": [ + 1883, + 964, + 163 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 3003, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 2889, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 2730, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 659, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 2908, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 2953, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 503, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 2601, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 2972, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 2962, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 832, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 1131, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 1142, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 1052, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 2882, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 1176, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 2977, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 2725, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 3009, + 3009 + ], + "inaccessible": [ + 1, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 663, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 2723, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 68, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 213, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 2874, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 1883, + 3009 + ], + "inaccessible": [ + 0, + 1 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2022", + "records": 3010, + "value": "2022" + }, + { + "access": { + "assessed": 227, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 2, + "total": 229 + }, + "fields": { + "APN": [ + 229, + 0, + 0 + ], + "ASSESSEDIMPROVEDVALUE": [ + 215, + 0, + 14 + ], + "CALFIREUNIT": [ + 229, + 0, + 0 + ], + "CITY": [ + 211, + 1, + 17 + ], + "COMMUNITY": [ + 10, + 0, + 219 + ], + "COUNTY": [ + 229, + 0, + 0 + ], + "DAMAGE": [ + 229, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 222, + 7, + 0 + ], + "DECKPORCHONGRADE": [ + 223, + 6, + 0 + ], + "DEFENSIVEACTIONS": [ + 29, + 21, + 179 + ], + "EAVES": [ + 207, + 22, + 0 + ], + "EXTERIORSIDING": [ + 224, + 5, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 223, + 6, + 0 + ], + "HAZARDTYPE": [ + 229, + 0, + 0 + ], + "INCIDENTNAME": [ + 229, + 0, + 0 + ], + "INCIDENTNUM": [ + 229, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 229, + 0, + 0 + ], + "LATITUDE": [ + 229, + 0, + 0 + ], + "LONGITUDE": [ + 229, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 0, + 0, + 229 + ], + "NOOUTBUILDINGSDAMAGED": [ + 40, + 0, + 189 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 46, + 0, + 183 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 22, + 0, + 207 + ], + "PATIOCOVERCARPORT": [ + 219, + 10, + 0 + ], + "PROPANETANKDISTANCE": [ + 80, + 0, + 149 + ], + "ROOFCONSTRUCTION": [ + 225, + 4, + 0 + ], + "SITEADDRESS": [ + 211, + 13, + 5 + ], + "STREETNAME": [ + 229, + 0, + 0 + ], + "STREETTYPE": [ + 229, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 229, + 0, + 0 + ], + "STRUCTURETYPE": [ + 229, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 47, + 0, + 182 + ], + "VENTSCREEN": [ + 210, + 19, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 17, + 2, + 210 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 15, + 4, + 210 + ], + "WINDOWPANE": [ + 218, + 11, + 0 + ], + "YEARBUILT": [ + 183, + 16, + 30 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 213, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 209, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 10, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 220, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 221, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 29, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 205, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 222, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 222, + 227 + ], + "inaccessible": [ + 1, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 0, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 40, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 46, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 22, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 217, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 80, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 223, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 209, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 227, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 47, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 210, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 17, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 15, + 227 + ], + "inaccessible": [ + 0, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 216, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 181, + 227 + ], + "inaccessible": [ + 2, + 2 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2023", + "records": 229, + "value": "2023" + }, + { + "access": { + "assessed": 8040, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 77, + "total": 8117 + }, + "fields": { + "APN": [ + 8045, + 0, + 72 + ], + "ASSESSEDIMPROVEDVALUE": [ + 8113, + 0, + 4 + ], + "CALFIREUNIT": [ + 8117, + 0, + 0 + ], + "CITY": [ + 6815, + 0, + 1302 + ], + "COMMUNITY": [ + 1284, + 0, + 6833 + ], + "COUNTY": [ + 8117, + 0, + 0 + ], + "DAMAGE": [ + 8117, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 7593, + 524, + 0 + ], + "DECKPORCHONGRADE": [ + 7707, + 410, + 0 + ], + "DEFENSIVEACTIONS": [ + 1562, + 1886, + 4669 + ], + "EAVES": [ + 7008, + 1109, + 0 + ], + "EXTERIORSIDING": [ + 7738, + 379, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 7842, + 275, + 0 + ], + "HAZARDTYPE": [ + 8117, + 0, + 0 + ], + "INCIDENTNAME": [ + 8117, + 0, + 0 + ], + "INCIDENTNUM": [ + 8117, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 8117, + 0, + 0 + ], + "LATITUDE": [ + 8117, + 0, + 0 + ], + "LONGITUDE": [ + 8117, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 7262, + 0, + 855 + ], + "NOOUTBUILDINGSDAMAGED": [ + 7539, + 0, + 578 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 7553, + 0, + 564 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 7459, + 0, + 658 + ], + "PATIOCOVERCARPORT": [ + 7511, + 606, + 0 + ], + "PROPANETANKDISTANCE": [ + 3789, + 0, + 4328 + ], + "ROOFCONSTRUCTION": [ + 7768, + 349, + 0 + ], + "SITEADDRESS": [ + 6925, + 0, + 1192 + ], + "STREETNAME": [ + 8108, + 9, + 0 + ], + "STREETTYPE": [ + 8117, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 8117, + 0, + 0 + ], + "STRUCTURETYPE": [ + 8117, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 2925, + 0, + 5192 + ], + "VENTSCREEN": [ + 6859, + 1258, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 194, + 24, + 7899 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 179, + 39, + 7899 + ], + "WINDOWPANE": [ + 7467, + 650, + 0 + ], + "YEARBUILT": [ + 5860, + 2237, + 20 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 7969, + 8040 + ], + "inaccessible": [ + 76, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 8036, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 6748, + 8040 + ], + "inaccessible": [ + 67, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1281, + 8040 + ], + "inaccessible": [ + 3, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 7576, + 8040 + ], + "inaccessible": [ + 17, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 7690, + 8040 + ], + "inaccessible": [ + 17, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1562, + 8040 + ], + "inaccessible": [ + 0, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 6989, + 8040 + ], + "inaccessible": [ + 19, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 7721, + 8040 + ], + "inaccessible": [ + 17, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 7825, + 8040 + ], + "inaccessible": [ + 17, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 7199, + 8040 + ], + "inaccessible": [ + 63, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 7472, + 8040 + ], + "inaccessible": [ + 67, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 7486, + 8040 + ], + "inaccessible": [ + 67, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 7392, + 8040 + ], + "inaccessible": [ + 67, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 7498, + 8040 + ], + "inaccessible": [ + 13, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 3779, + 8040 + ], + "inaccessible": [ + 10, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 7745, + 8040 + ], + "inaccessible": [ + 23, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 6856, + 8040 + ], + "inaccessible": [ + 69, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 8031, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 8040, + 8040 + ], + "inaccessible": [ + 77, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 2917, + 8040 + ], + "inaccessible": [ + 8, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 6851, + 8040 + ], + "inaccessible": [ + 8, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 194, + 8040 + ], + "inaccessible": [ + 0, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 179, + 8040 + ], + "inaccessible": [ + 0, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 7449, + 8040 + ], + "inaccessible": [ + 18, + 77 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 5798, + 8040 + ], + "inaccessible": [ + 62, + 77 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2024", + "records": 8117, + "value": "2024" + }, + { + "access": { + "assessed": 32138, + "damage_explicit_unknown": 0, + "damage_not_recorded": 0, + "inaccessible": 155, + "total": 32293 + }, + "fields": { + "APN": [ + 32257, + 0, + 36 + ], + "ASSESSEDIMPROVEDVALUE": [ + 32287, + 0, + 6 + ], + "CALFIREUNIT": [ + 32293, + 0, + 0 + ], + "CITY": [ + 31564, + 0, + 729 + ], + "COMMUNITY": [ + 1973, + 0, + 30320 + ], + "COUNTY": [ + 32293, + 0, + 0 + ], + "DAMAGE": [ + 32293, + 0, + 0 + ], + "DECKPORCHELEVATED": [ + 28530, + 3763, + 0 + ], + "DECKPORCHONGRADE": [ + 30687, + 1606, + 0 + ], + "DEFENSIVEACTIONS": [ + 1886, + 9813, + 20594 + ], + "EAVES": [ + 20410, + 11883, + 0 + ], + "EXTERIORSIDING": [ + 31390, + 903, + 0 + ], + "FENCEATTACHEDTOSTRUCTURE": [ + 30361, + 1932, + 0 + ], + "HAZARDTYPE": [ + 32293, + 0, + 0 + ], + "INCIDENTNAME": [ + 32293, + 0, + 0 + ], + "INCIDENTNUM": [ + 32293, + 0, + 0 + ], + "INCIDENTSTARTDATE": [ + 32293, + 0, + 0 + ], + "LATITUDE": [ + 32293, + 0, + 0 + ], + "LONGITUDE": [ + 32293, + 0, + 0 + ], + "NOOFCARSONPROPERTY": [ + 30565, + 0, + 1728 + ], + "NOOUTBUILDINGSDAMAGED": [ + 30854, + 0, + 1439 + ], + "NOOUTBUILDINGSNOTDAMAGED": [ + 30885, + 0, + 1408 + ], + "NUMBEROFUNITPERSTRUCTURE": [ + 30745, + 0, + 1548 + ], + "PATIOCOVERCARPORT": [ + 27895, + 4397, + 1 + ], + "PROPANETANKDISTANCE": [ + 11849, + 0, + 20444 + ], + "ROOFCONSTRUCTION": [ + 29835, + 2458, + 0 + ], + "SITEADDRESS": [ + 31602, + 0, + 691 + ], + "STREETNAME": [ + 32285, + 8, + 0 + ], + "STREETTYPE": [ + 32293, + 0, + 0 + ], + "STRUCTURECATEGORY": [ + 32293, + 0, + 0 + ], + "STRUCTURETYPE": [ + 32293, + 0, + 0 + ], + "UTILITYMISCSTRUCTUREDISTANCE": [ + 11863, + 0, + 20430 + ], + "VENTSCREEN": [ + 24066, + 8227, + 0 + ], + "WHATDIDFIRESTARTFROM": [ + 1516, + 144, + 30633 + ], + "WHEREFIRESTARTEDONSTRUCTURE": [ + 1495, + 165, + 30633 + ], + "WINDOWPANE": [ + 24602, + 7691, + 0 + ], + "YEARBUILT": [ + 30737, + 1542, + 14 + ] + }, + "fields_by_access": { + "APN": { + "assessed": [ + 32102, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ASSESSEDIMPROVEDVALUE": { + "assessed": [ + 32132, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CALFIREUNIT": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "CITY": { + "assessed": [ + 31417, + 32138 + ], + "inaccessible": [ + 147, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COMMUNITY": { + "assessed": [ + 1959, + 32138 + ], + "inaccessible": [ + 14, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "COUNTY": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DAMAGE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHELEVATED": { + "assessed": [ + 28507, + 32138 + ], + "inaccessible": [ + 23, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DECKPORCHONGRADE": { + "assessed": [ + 30654, + 32138 + ], + "inaccessible": [ + 33, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "DEFENSIVEACTIONS": { + "assessed": [ + 1885, + 32138 + ], + "inaccessible": [ + 1, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EAVES": { + "assessed": [ + 20349, + 32138 + ], + "inaccessible": [ + 61, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "EXTERIORSIDING": { + "assessed": [ + 31329, + 32138 + ], + "inaccessible": [ + 61, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "FENCEATTACHEDTOSTRUCTURE": { + "assessed": [ + 30309, + 32138 + ], + "inaccessible": [ + 52, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "HAZARDTYPE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNAME": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTNUM": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "INCIDENTSTARTDATE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LATITUDE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "LONGITUDE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOFCARSONPROPERTY": { + "assessed": [ + 30469, + 32138 + ], + "inaccessible": [ + 96, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSDAMAGED": { + "assessed": [ + 30758, + 32138 + ], + "inaccessible": [ + 96, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NOOUTBUILDINGSNOTDAMAGED": { + "assessed": [ + 30788, + 32138 + ], + "inaccessible": [ + 97, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "NUMBEROFUNITPERSTRUCTURE": { + "assessed": [ + 30649, + 32138 + ], + "inaccessible": [ + 96, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PATIOCOVERCARPORT": { + "assessed": [ + 27870, + 32138 + ], + "inaccessible": [ + 25, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "PROPANETANKDISTANCE": { + "assessed": [ + 11828, + 32138 + ], + "inaccessible": [ + 21, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "ROOFCONSTRUCTION": { + "assessed": [ + 29782, + 32138 + ], + "inaccessible": [ + 53, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "SITEADDRESS": { + "assessed": [ + 31455, + 32138 + ], + "inaccessible": [ + 147, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETNAME": { + "assessed": [ + 32130, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STREETTYPE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURECATEGORY": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "STRUCTURETYPE": { + "assessed": [ + 32138, + 32138 + ], + "inaccessible": [ + 155, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "UTILITYMISCSTRUCTUREDISTANCE": { + "assessed": [ + 11846, + 32138 + ], + "inaccessible": [ + 17, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "VENTSCREEN": { + "assessed": [ + 24038, + 32138 + ], + "inaccessible": [ + 28, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHATDIDFIRESTARTFROM": { + "assessed": [ + 1516, + 32138 + ], + "inaccessible": [ + 0, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WHEREFIRESTARTEDONSTRUCTURE": { + "assessed": [ + 1495, + 32138 + ], + "inaccessible": [ + 0, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "WINDOWPANE": { + "assessed": [ + 24556, + 32138 + ], + "inaccessible": [ + 46, + 155 + ], + "undetermined": [ + 0, + 0 + ] + }, + "YEARBUILT": { + "assessed": [ + 30597, + 32138 + ], + "inaccessible": [ + 140, + 155 + ], + "undetermined": [ + 0, + 0 + ] + } + }, + "label": "2025", + "records": 32293, + "value": "2025" + } + ], "damage_values": { "Affected (>0-10%)": 5057, "Destroyed (>50%)": 70390, @@ -93422,6 +145915,106 @@ ], "is_fixture": false, "measurement": "Coverage of the CAL FIRE DINS damage inspection record", + "not_applicable_spellings_by_year": { + "by_year": [ + { + "label": "2013", + "records": 279, + "spellings": {}, + "value": "2013" + }, + { + "label": "2014", + "records": 310, + "spellings": {}, + "value": "2014" + }, + { + "label": "2015", + "records": 3193, + "spellings": {}, + "value": "2015" + }, + { + "label": "2016", + "records": 944, + "spellings": {}, + "value": "2016" + }, + { + "label": "2017", + "records": 12757, + "spellings": {}, + "value": "2017" + }, + { + "label": "2018", + "records": 28403, + "spellings": { + "N/A": 5167 + }, + "value": "2018" + }, + { + "label": "2019", + "records": 2108, + "spellings": { + "N/A": 1377 + }, + "value": "2019" + }, + { + "label": "2020", + "records": 28626, + "spellings": { + "NA": 2147 + }, + "value": "2020" + }, + { + "label": "2021", + "records": 12253, + "spellings": { + "NA": 1348 + }, + "value": "2021" + }, + { + "label": "2022", + "records": 3010, + "spellings": { + "NA": 229 + }, + "value": "2022" + }, + { + "label": "2023", + "records": 229, + "spellings": { + "NA": 12 + }, + "value": "2023" + }, + { + "label": "2024", + "records": 8117, + "spellings": { + "NA": 1295 + }, + "value": "2024" + }, + { + "label": "2025", + "records": 32293, + "spellings": { + "NA": 7203 + }, + "value": "2025" + } + ], + "field": "UTILITYMISCSTRUCTUREDISTANCE", + "note": "How often each declared spelling of this field's Not Applicable value was written, per incident-start year. Both spellings are counted as the publisher's finding rather than one being read as missing data; docs/MARKERS.md section 2 sets out the evidence and the confidence." + }, "records": 132522, "records_not_attributable_to_an_incident": 0, "source": { diff --git a/site/data/schema/dins-coverage.schema.json b/site/data/schema/dins-coverage.schema.json index 1129970..8b1b6e9 100644 --- a/site/data/schema/dins-coverage.schema.json +++ b/site/data/schema/dins-coverage.schema.json @@ -125,6 +125,375 @@ }, "type": "array" }, + "completeness_by_county": { + "description": "Completeness per published `COUNTY` value. Each cohort carries its own record count as the denominator for everything in it, and the same assessed / inaccessible / neither split the whole file carries. The cohorts partition the file, so summing one cut per field and per state returns the file totals. Nothing here compares one cohort against another. The layer publishes no coded-value domain for this column, so every recorded spelling is its own cohort and nothing here decides that two spellings name one county. Records with no county, and records whose county carries a marker, are separate cohorts.", + "items": { + "additionalProperties": false, + "description": "One cohort, measured exactly as the whole file is measured.", + "properties": { + "access": { + "additionalProperties": false, + "description": "The assessed / inaccessible split, and the population in neither (ADR 0007).", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population.", + "type": "integer" + }, + "damage_explicit_unknown": { + "description": "Records whose damage cell carries a recorded-unknown marker.", + "type": "integer" + }, + "damage_not_recorded": { + "description": "Records with an empty damage cell.", + "type": "integer" + }, + "inaccessible": { + "description": "Records the damage field records as inaccessible.", + "type": "integer" + }, + "total": { + "description": "All records in this population.", + "type": "integer" + } + }, + "required": [ + "assessed", + "damage_explicit_unknown", + "damage_not_recorded", + "inaccessible", + "total" + ], + "type": "object" + }, + "fields": { + "additionalProperties": { + "items": { + "type": "integer" + }, + "maxItems": 3, + "minItems": 3, + "type": "array" + }, + "description": "Field name to a three-element array of counts within this cohort, in `field_state_order`. The three counts are in the order published as `field_state_order`: present is a recorded value, explicit_unknown is a value the publisher records to mean it could not be determined, and not_recorded is an empty cell. A recorded unknown is neither present nor missing, and folding it into either one is the error this project exists to refuse.", + "type": "object" + }, + "fields_by_access": { + "additionalProperties": { + "additionalProperties": false, + "description": "One field, split three ways by access, within this cohort.", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "inaccessible": { + "description": "Records the publisher marks inaccessible: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "undetermined": { + "description": "Records in neither population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + } + }, + "required": [ + "assessed", + "inaccessible", + "undetermined" + ], + "type": "object" + }, + "description": "Field name to that field's completeness inside this cohort, split by what the damage field says about the inspection. Each population is `[present, total]`: the pair rather than a share, because a population with no records has no share and publishing a zero there would say the field is empty rather than that nothing was counted. `undetermined` is the third population ADR 0007 requires: the records the damage field places in neither of the other two.", + "type": "object" + }, + "label": { + "description": "What a page prints for this cohort.", + "type": "string" + }, + "records": { + "description": "Records in this cohort. Its denominator.", + "type": "integer" + }, + "value": { + "description": "The recorded value this cohort is, or null where the cohort is an absence rather than a value. Read this, not `label`, to tell a measured cohort from an absence without parsing English.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "access", + "fields", + "fields_by_access", + "label", + "records", + "value" + ], + "type": "object" + }, + "type": "array" + }, + "completeness_by_structure_category": { + "description": "Completeness per published `STRUCTURECATEGORY` value. Each cohort carries its own record count as the denominator for everything in it, and the same assessed / inaccessible / neither split the whole file carries. The cohorts partition the file, so summing one cut per field and per state returns the file totals. Nothing here compares one cohort against another. A recorded value the publisher's domain does not describe is counted in one `outside_published_domain` cohort rather than given a row of its own, because a row would publish a category CAL FIRE does not define as though this project had found one (ADR 0002). Records with no category, and records whose category carries a marker, are separate cohorts again.", + "items": { + "additionalProperties": false, + "description": "One cohort, measured exactly as the whole file is measured.", + "properties": { + "access": { + "additionalProperties": false, + "description": "The assessed / inaccessible split, and the population in neither (ADR 0007).", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population.", + "type": "integer" + }, + "damage_explicit_unknown": { + "description": "Records whose damage cell carries a recorded-unknown marker.", + "type": "integer" + }, + "damage_not_recorded": { + "description": "Records with an empty damage cell.", + "type": "integer" + }, + "inaccessible": { + "description": "Records the damage field records as inaccessible.", + "type": "integer" + }, + "total": { + "description": "All records in this population.", + "type": "integer" + } + }, + "required": [ + "assessed", + "damage_explicit_unknown", + "damage_not_recorded", + "inaccessible", + "total" + ], + "type": "object" + }, + "fields": { + "additionalProperties": { + "items": { + "type": "integer" + }, + "maxItems": 3, + "minItems": 3, + "type": "array" + }, + "description": "Field name to a three-element array of counts within this cohort, in `field_state_order`. The three counts are in the order published as `field_state_order`: present is a recorded value, explicit_unknown is a value the publisher records to mean it could not be determined, and not_recorded is an empty cell. A recorded unknown is neither present nor missing, and folding it into either one is the error this project exists to refuse.", + "type": "object" + }, + "fields_by_access": { + "additionalProperties": { + "additionalProperties": false, + "description": "One field, split three ways by access, within this cohort.", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "inaccessible": { + "description": "Records the publisher marks inaccessible: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "undetermined": { + "description": "Records in neither population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + } + }, + "required": [ + "assessed", + "inaccessible", + "undetermined" + ], + "type": "object" + }, + "description": "Field name to that field's completeness inside this cohort, split by what the damage field says about the inspection. Each population is `[present, total]`: the pair rather than a share, because a population with no records has no share and publishing a zero there would say the field is empty rather than that nothing was counted. `undetermined` is the third population ADR 0007 requires: the records the damage field places in neither of the other two.", + "type": "object" + }, + "label": { + "description": "What a page prints for this cohort.", + "type": "string" + }, + "records": { + "description": "Records in this cohort. Its denominator.", + "type": "integer" + }, + "value": { + "description": "The recorded value this cohort is, or null where the cohort is an absence rather than a value. Read this, not `label`, to tell a measured cohort from an absence without parsing English.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "access", + "fields", + "fields_by_access", + "label", + "records", + "value" + ], + "type": "object" + }, + "type": "array" + }, + "completeness_by_year": { + "description": "Completeness per incident-start year, read from `INCIDENTSTARTDATE` in UTC. Each cohort carries its own record count as the denominator for everything in it, and the same assessed / inaccessible / neither split the whole file carries. The cohorts partition the file, so summing one cut per field and per state returns the file totals. Nothing here compares one cohort against another. Records whose start date is empty, and records whose start date carries a marker, are two separate cohorts and neither is a year.", + "items": { + "additionalProperties": false, + "description": "One cohort, measured exactly as the whole file is measured.", + "properties": { + "access": { + "additionalProperties": false, + "description": "The assessed / inaccessible split, and the population in neither (ADR 0007).", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population.", + "type": "integer" + }, + "damage_explicit_unknown": { + "description": "Records whose damage cell carries a recorded-unknown marker.", + "type": "integer" + }, + "damage_not_recorded": { + "description": "Records with an empty damage cell.", + "type": "integer" + }, + "inaccessible": { + "description": "Records the damage field records as inaccessible.", + "type": "integer" + }, + "total": { + "description": "All records in this population.", + "type": "integer" + } + }, + "required": [ + "assessed", + "damage_explicit_unknown", + "damage_not_recorded", + "inaccessible", + "total" + ], + "type": "object" + }, + "fields": { + "additionalProperties": { + "items": { + "type": "integer" + }, + "maxItems": 3, + "minItems": 3, + "type": "array" + }, + "description": "Field name to a three-element array of counts within this cohort, in `field_state_order`. The three counts are in the order published as `field_state_order`: present is a recorded value, explicit_unknown is a value the publisher records to mean it could not be determined, and not_recorded is an empty cell. A recorded unknown is neither present nor missing, and folding it into either one is the error this project exists to refuse.", + "type": "object" + }, + "fields_by_access": { + "additionalProperties": { + "additionalProperties": false, + "description": "One field, split three ways by access, within this cohort.", + "properties": { + "assessed": { + "description": "Records the damage field places in the assessed population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "inaccessible": { + "description": "Records the publisher marks inaccessible: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "undetermined": { + "description": "Records in neither population: the count carrying a recorded value, then the count in that population.", + "items": { + "type": "integer" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + } + }, + "required": [ + "assessed", + "inaccessible", + "undetermined" + ], + "type": "object" + }, + "description": "Field name to that field's completeness inside this cohort, split by what the damage field says about the inspection. Each population is `[present, total]`: the pair rather than a share, because a population with no records has no share and publishing a zero there would say the field is empty rather than that nothing was counted. `undetermined` is the third population ADR 0007 requires: the records the damage field places in neither of the other two.", + "type": "object" + }, + "label": { + "description": "What a page prints for this cohort.", + "type": "string" + }, + "records": { + "description": "Records in this cohort. Its denominator.", + "type": "integer" + }, + "value": { + "description": "The recorded value this cohort is, or null where the cohort is an absence rather than a value. Read this, not `label`, to tell a measured cohort from an absence without parsing English.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "access", + "fields", + "fields_by_access", + "label", + "records", + "value" + ], + "type": "object" + }, + "type": "array" + }, "damage_values": { "additionalProperties": { "type": "integer" @@ -366,6 +735,65 @@ "description": "What this artifact measures, in one sentence.", "type": "string" }, + "not_applicable_spellings_by_year": { + "additionalProperties": false, + "description": "How often each declared spelling of one field's Not Applicable value was written, per incident-start year. Published because docs/MARKERS.md rests a marker decision on the observation that the two spellings fall on opposite sides of one year, and that observation was otherwise a sentence measured once by a person.", + "properties": { + "by_year": { + "description": "One row per incident-start year cohort, in the same cohort order as `completeness_by_year`.", + "items": { + "additionalProperties": false, + "description": "One year, and the spellings written in it.", + "properties": { + "label": { + "description": "What a page prints for this cohort.", + "type": "string" + }, + "records": { + "description": "Records in this cohort.", + "type": "integer" + }, + "spellings": { + "additionalProperties": { + "type": "integer" + }, + "description": "Spelling to the number of records writing it. A spelling absent from this object was written zero times in this year; the object names only what was found.", + "type": "object" + }, + "value": { + "description": "The year, or null where the cohort is an absence rather than a year.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "label", + "records", + "spellings", + "value" + ], + "type": "object" + }, + "type": "array" + }, + "field": { + "description": "The column these spellings belong to.", + "type": "string" + }, + "note": { + "description": "What is counted here and what it is for.", + "type": "string" + } + }, + "required": [ + "by_year", + "field", + "note" + ], + "type": "object" + }, "records": { "description": "Records measured.", "type": "integer" @@ -517,6 +945,9 @@ "access", "artifact_schema_version", "completeness_by_access", + "completeness_by_county", + "completeness_by_structure_category", + "completeness_by_year", "damage_values", "damage_values_tenths_pct", "field_state_order", @@ -525,6 +956,7 @@ "incidents_detail", "is_fixture", "measurement", + "not_applicable_spellings_by_year", "records", "records_not_attributable_to_an_incident", "source" diff --git a/site/dins.html b/site/dins.html index a715799..edccb58 100644 --- a/site/dins.html +++ b/site/dins.html @@ -269,6 +269,51 @@

Coverage per incident

written either way, because a row one cell short is a row whose later values have all moved under the wrong heading.

+

Completeness by year, by county, and by structure category

+

The file spans a decade of inspection practice, fifty-two counties and several classes +of structure, and completeness differs along each. Fields exist only in later forms. The +two spellings of Not Applicable occupy non-overlapping eras. Construction attributes apply +to a residence and not to a shed. A reader planning to use EAVES needs to +know it is blank in the early years and not the late ones, and one number across the file +describes no year in particular.

+

Each row below is its own denominator. Nothing is compared against anything: no county +is ranked, no year is called better than another, and no row is a rate of anything but its +own cells.

+ +

By incident start year

+
Records, access split and field completeness among assessed records, per incident start year
Incident start yearRecordsAssessedInaccessibleNeitherStructure typeRoofEavesVent screenAPN
201327927900100.0%0.0%0.0%0.0%85.7%
201431031000100.0%48.4%80.6%3.5%20.0%
20153,1933,19300100.0%60.0%8.8%16.5%99.9%
201694494400100.0%83.2%18.5%25.5%100.0%
201712,75712,75700100.0%88.9%30.4%46.4%100.0%
201828,40328,40300100.0%83.0%55.7%67.7%99.9%
20192,1082,088200100.0%43.3%30.5%34.9%100.0%
202028,62628,4222040100.0%62.6%47.0%54.4%98.5%
202112,25312,1211320100.0%98.7%85.0%91.5%99.8%
20223,0103,00910100.0%98.9%86.4%90.5%99.8%
202322922720100.0%98.2%90.3%92.5%100.0%
20248,1178,040770100.0%96.3%86.9%85.2%99.1%
202532,29332,1381550100.0%92.7%63.3%74.8%99.9%
+ +

By county

+

CAL FIRE publishes no coded-value domain for COUNTY, so every recorded +spelling is its own row and nothing here decides that two spellings name one county.

+
Records, access split and field completeness among assessed records, per published county value
CountyRecordsAssessedInaccessibleNeitherStructure typeRoofEavesVent screenAPN
Alameda12012000100.0%50.0%31.7%31.7%96.7%
Alpine41541410100.0%100.0%96.9%98.3%100.0%
Amador878700100.0%98.9%96.6%98.9%98.9%
Butte28,74728,74160100.0%84.6%58.7%73.0%99.8%
Calaveras1,2811,27740100.0%95.6%39.6%52.3%99.7%
Colusa525200100.0%100.0%100.0%96.2%100.0%
Contra Costa2200100.0%50.0%0.0%0.0%100.0%
El Dorado4,6684,66620100.0%98.1%91.6%93.4%100.0%
Fresno2,9842,98400100.0%37.4%29.9%32.3%95.1%
Glenn525200100.0%100.0%100.0%100.0%100.0%
Humboldt191900100.0%68.4%63.2%68.4%100.0%
Inyo202000100.0%95.0%60.0%60.0%100.0%
Kern1,4781,47620100.0%94.7%66.7%66.9%98.1%
Kings1100100.0%100.0%0.0%0.0%100.0%
Lake3,2163,21150100.0%55.9%13.5%19.0%99.5%
Lassen1,0201,01370100.0%98.5%84.8%84.1%99.7%
Los Angeles34,46434,3161480100.0%90.9%61.4%71.6%99.9%
Madera76175830100.0%46.3%37.3%40.2%96.3%
Mariposa1,1821,18110100.0%97.3%80.1%82.0%99.9%
Mendocino93793700100.0%87.0%36.0%48.9%100.0%
Merced3300100.0%100.0%100.0%100.0%100.0%
Modoc7700100.0%100.0%100.0%100.0%100.0%
Mono11411400100.0%91.2%29.8%31.6%100.0%
Monterey69969900100.0%35.2%15.9%20.5%99.9%
Napa6,3206,308120100.0%76.6%51.9%59.4%99.6%
Nevada34434310100.0%93.6%61.2%71.4%100.0%
Orange2,5102,50460100.0%98.5%95.8%87.2%96.1%
Placer60660510100.0%99.2%88.9%93.9%99.0%
Plumas3,5933,58490100.0%99.4%75.9%89.7%100.0%
Riverside1,3801,333470100.0%87.3%77.9%78.7%96.8%
Sacramento101000100.0%100.0%90.0%100.0%100.0%
San Benito424200100.0%97.6%92.9%95.2%100.0%
San Bernardino1,00399580100.0%96.4%95.9%92.5%99.5%
San Diego1,1141,097170100.0%59.7%45.9%45.3%100.0%
San Joaquin10489150100.0%73.0%53.9%56.2%97.8%
San Luis Obispo11011000100.0%86.4%20.0%25.5%98.2%
San Mateo20720430100.0%28.9%18.6%17.6%100.0%
Santa Barbara37637510100.0%97.3%64.3%61.9%99.7%
Santa Clara589575140100.0%66.3%51.0%46.8%99.8%
Santa Cruz4,6374,582550100.0%34.6%19.5%27.5%99.3%
Shasta3,7903,776140100.0%92.3%62.5%75.1%99.8%
Siskiyou1,8771,7591180100.0%69.2%57.9%51.6%85.9%
Solano2,3772,37700100.0%46.7%32.1%39.6%99.9%
Sonoma11,72111,71650100.0%81.1%34.8%54.1%100.0%
Stanislaus243188550100.0%57.4%51.1%50.5%100.0%
Tehama1,2121,200120100.0%95.6%75.3%78.1%98.3%
Trinity57257020100.0%86.7%70.9%71.6%100.0%
Tulare1,0361,03150100.0%93.0%85.4%82.4%92.5%
Tuolumne35235200100.0%91.2%70.7%64.8%96.3%
Ventura3,4363,424120100.0%95.7%69.9%68.7%99.7%
Yolo27827800100.0%51.8%41.0%42.8%98.2%
Yuba32432400100.0%67.0%13.3%20.4%100.0%
No county recorded no value recorded303000100.0%93.3%90.0%93.3%100.0%
+ +

By structure category

+

This is what turns a blank into not applicable to this class without this +project deciding so. It counts per class and lets the reader see the pattern. A recorded +value the published domain does not describe is counted in one +outside_published_domain row rather than given a row of its own, because a row +would publish a category CAL FIRE does not define as though this project had found one.

+
Records, access split and field completeness among assessed records, per published structure category
Structure categoryRecordsAssessedInaccessibleNeitherStructure typeRoofEavesVent screenAPN
Infrastructure943926170100.0%71.1%71.2%70.0%98.2%
Mixed Commercial/Residential40940900100.0%54.8%47.4%47.2%99.5%
Multiple Residence2,0072,00700100.0%86.2%77.6%79.9%97.3%
Nonresidential Commercial5,3335,32760100.0%78.7%62.2%68.3%99.2%
Other Minor Structure35,92335,6662570100.0%81.7%53.6%60.8%99.3%
Single Residence87,90087,5893110100.0%83.6%57.1%67.7%99.4%
outside_published_domain7700100.0%42.9%42.9%14.3%100.0%
+

The field columns are the share of that cohort's assessed +records carrying a recorded value, not the share of all of its records. That is the +population the construction attributes describe, and it is why a cohort made entirely of +structures nobody could reach reads no records in those columns rather than +0.0%: there is no denominator to divide by, and a zero there would say the +inspectors found nothing rather than that nobody could walk up to anything. Records whose +damage field is blank or carries a marker are in neither population and are counted in +their own column, so the three columns account for every record in the row. Cohorts with +no records are not published at all: a row of zeros would read as a finding about a county +the file simply never names.

+ +

The two spellings of Not Applicable, per year

+

The decision to count both NA and N/A as the publisher's +finding rests on the observation that they fall on opposite sides of one year. That +observation used to be a sentence somebody measured once and typed into +docs/MARKERS.md. It is a published count now, so it moves when the file does +instead of going quietly stale.

+
Each recorded spelling of the utility structure distance Not Applicable value, per incident start year
Incident start yearRecordsN/ANA
201327900
201431000
20153,19300
201694400
201712,75700
201828,4035,1670
20192,1081,3770
202028,62602,147
202112,25301,348
20223,0100229
2023229012
20248,11701,295
202532,29307,203
+

Methodology and the caveats this page operationalizes

Every measurement on this page exists because the dataset's own documentation says the limitation is there. The quotes below are California Department of Forestry and Fire Protection's words, taken from the dataset description on the retrieval date, beside what this project counted in response.

Nulls

Information such as structure type, construction features, and defensive actions are determined as best as possible. Attributes with null values could not be determined.

Counted as: Every measured field counted in three states: a recorded value, a recorded marker meaning it could not be determined, and an empty cell. A null is never rendered as a value and never as a zero.

Inspection limits

Fire damage and poor access are major limiting factors for damage inspectors. All inspections are conducted using a systematic inspection process, however not all structures impacted by the fire may be identified due to these factors. Therefore, a small margin of error is expected.

Counted as: Field completeness reported separately for records assessed on site and records CAL FIRE recorded as Inaccessible, so a blank on a structure that could not be reached is not counted as the same fact as a blank on one that was.

Two address sources

Two address fields are included in the database. The street number, street name, and street type fields are “field determined.” The inspector inputs this information based on what they see in the field. The Address (parcel) and APN (parcel) fields are added through a spatial join after data collection is complete.

Counted as: The field-determined address columns and the parcel-join columns are counted separately, because their blanks are produced by two different processes and mean two different things.

Scope

This database is used to document all structures impacted by wildland fire within the Statewide Responsibility Area (SRA) that are inside or within 300 feet of the fire perimeter.

Counted as: Records and incidents counted as published, with no inference about structures outside that scope. A structure absent from this file is not published here as an undamaged structure.

diff --git a/src/perimeter/artifacts.py b/src/perimeter/artifacts.py index 3900818..17765db 100644 --- a/src/perimeter/artifacts.py +++ b/src/perimeter/artifacts.py @@ -18,13 +18,14 @@ from perimeter.cells import present_tenths_of_percent from perimeter.coverage import ( + CohortCoverage, DinsReport, FieldCoverage, PerimeterReport, dins_report, perimeter_report, ) -from perimeter.dins import AccessSplit, load_inspections +from perimeter.dins import NOT_APPLICABLE_FIELD, AccessSplit, load_inspections from perimeter.perimeters import ( COLLECTION_ACRE_THRESHOLDS, DuplicateSignal, @@ -143,6 +144,35 @@ def _access_json(access: AccessSplit) -> dict[str, Any]: } +def _cohort_json(cohort: CohortCoverage) -> dict[str, Any]: + """One cohort of one cut, in the compact per-field shape `incidents_detail` uses. + + ``value`` is the recorded value this cohort is, and it is ``null`` for the cohorts + that are absences: a record whose county cell is empty, and a record whose county + cell carries a marker, are two different cohorts and neither of them is a county. + ``label`` is what a page prints. Reading ``value`` rather than ``label`` is how a + consumer tells a measured cohort from an absence without parsing English. + """ + return { + "value": cohort.value, + "label": cohort.label, + "records": cohort.records, + "access": _access_json(cohort.access), + "fields": { + field.name: [field.present, field.explicit_unknown, field.not_recorded] + for field in cohort.fields + }, + "fields_by_access": { + row.name: { + "assessed": [row.assessed_present, row.assessed_total], + "inaccessible": [row.inaccessible_present, row.inaccessible_total], + "undetermined": [row.undetermined_present, row.undetermined_total], + } + for row in cohort.by_access + }, + } + + def perimeters_payload(report: PerimeterReport, *, is_fixture: bool) -> dict[str, Any]: return { "is_fixture": is_fixture, @@ -212,6 +242,34 @@ def dins_payload(report: DinsReport, *, is_fixture: bool) -> dict[str, Any]: }, "fields": [_field_json(field) for field in report.fields], "field_state_order": list(FIELD_STATE_ORDER), + # Three cuts of the same records. Each is a partition of the file, so summing a + # cut per field and per state returns the file totals; nothing is estimated and + # no cohort is compared against another. + "completeness_by_year": [_cohort_json(cohort) for cohort in report.by_year], + "completeness_by_county": [_cohort_json(cohort) for cohort in report.by_county], + "completeness_by_structure_category": [ + _cohort_json(cohort) for cohort in report.by_structure_category + ], + # The era claim docs/MARKERS.md rests a marker decision on, as counts rather + # than as a sentence somebody measured once and typed in. + "not_applicable_spellings_by_year": { + "field": NOT_APPLICABLE_FIELD, + "note": ( + "How often each declared spelling of this field's Not Applicable value " + "was written, per incident-start year. Both spellings are counted as the " + "publisher's finding rather than one being read as missing data; " + "docs/MARKERS.md section 2 sets out the evidence and the confidence." + ), + "by_year": [ + { + "value": cohort.key.value, + "label": cohort.label, + "records": cohort.records, + "spellings": dict(cohort.spellings), + } + for cohort in report.not_applicable_spellings + ], + }, "completeness_by_access": [ { "name": row.name, diff --git a/src/perimeter/coverage.py b/src/perimeter/coverage.py index 3e09dfa..c6d8120 100644 --- a/src/perimeter/coverage.py +++ b/src/perimeter/coverage.py @@ -8,18 +8,25 @@ from __future__ import annotations from collections import Counter -from collections.abc import Sequence +from collections.abc import Callable, Sequence from dataclasses import dataclass from perimeter.cells import CellState, present_tenths_of_percent from perimeter.dins import ( + NOT_APPLICABLE_FIELD, AccessSplit, + CohortKey, IncidentKey, access_split, + county_cohort_key, damage_distribution, + group_by_cohort, group_by_incident, is_assessed, is_inaccessible, + recorded_absence_spellings, + structure_category_cohort_key, + year_cohort_key, ) from perimeter.perimeters import ( DuplicateSignal, @@ -253,6 +260,10 @@ class DinsReport: damage: dict[str, int] by_access: list[AccessFieldCoverage] incident_rows: list[IncidentCoverage] + by_year: list[CohortCoverage] + by_county: list[CohortCoverage] + by_structure_category: list[CohortCoverage] + not_applicable_spellings: list[SpellingCohort] def access_field_coverages( @@ -302,6 +313,13 @@ def dins_report(records: Sequence[Record]) -> DinsReport: access=access_split(records), damage=damage_distribution(records), by_access=access_field_coverages(records, DINS_FIELDS), + # Three cuts of the same measurement, each a partition of the same records, so + # every cut sums back to the file totals per field and per state. A test asserts + # that partition rather than trusting it. + by_year=cohort_coverages(records, year_cohort_key), + by_county=cohort_coverages(records, county_cohort_key), + by_structure_category=cohort_coverages(records, structure_category_cohort_key), + not_applicable_spellings=not_applicable_spellings_by_year(records), incident_rows=[ IncidentCoverage( key=key, @@ -313,3 +331,100 @@ def dins_report(records: Sequence[Record]) -> DinsReport: for key, group in groups ], ) + + +@dataclass(frozen=True) +class CohortCoverage: + """One cut of the file: a cohort, its own denominator, and every field inside it. + + A cut answers a question an average over the file cannot. Completeness differs along + every axis this file has: fields that exist only in later inspection forms, the two + spellings of Not Applicable that occupy non-overlapping eras, construction attributes + that apply to a residence and not to an outbuilding. A reader planning to use + ``EAVES`` needs to know it is blank in the early years and not the late ones, and the + file-wide number describes no year in particular. + + Each cohort carries its own ``records`` as the denominator for everything in it, and + the same assessed / inaccessible / neither split the whole file carries, because the + reason a cell is blank inside a cohort is the same question as it is across the file. + + Nothing here compares one cohort against another and no row becomes a rate of + anything but its own cells. + """ + + key: CohortKey + records: int + access: AccessSplit + fields: list[FieldCoverage] + by_access: list[AccessFieldCoverage] + """The same field table again, split by what the damage field says about access. + + Carried per cohort because the question the split answers is not a property of the + file as a whole. A construction attribute blank on a structure the inspection could + not reach is a different fact from the same attribute blank on a structure that was + assessed, and which of those a year is made of changes year by year. Without this a + cohort of entirely inaccessible records reads as a year with terrible completeness + rather than as a year nobody could walk up to. + + It is also what keeps an empty denominator from being published as a rate: + ``assessed_tenths_pct`` is ``None`` where a cohort holds no assessed records, and a + page renders that in words rather than as ``0.0%``. + """ + + @property + def label(self) -> str: + return self.key.label + + @property + def value(self) -> str | None: + """The recorded value this cohort is, or ``None`` where it is an absence.""" + return self.key.value + + +def cohort_coverages( + records: Sequence[Record], + key: Callable[[Record], CohortKey], + specs: Sequence[FieldSpec] = DINS_FIELDS, +) -> list[CohortCoverage]: + """Every cohort of one cut, each measured exactly as the whole file is measured.""" + return [ + CohortCoverage( + key=cohort_key, + records=len(group), + access=access_split(group), + fields=field_coverages(group, specs), + by_access=access_field_coverages(group, specs), + ) + for cohort_key, group in group_by_cohort(records, key) + ] + + +@dataclass(frozen=True) +class SpellingCohort: + """One cohort, and how often each spelling of one field's Not Applicable was used.""" + + key: CohortKey + records: int + spellings: dict[str, int] + + @property + def label(self) -> str: + return self.key.label + + +def not_applicable_spellings_by_year(records: Sequence[Record]) -> list[SpellingCohort]: + """The `NA` against `N/A` era claim, per incident-start year, as counts. + + ``docs/MARKERS.md`` section 2 rests the decision to count both spellings as the + published finding on the observation that they fall on opposite sides of one year. + That observation was measured once by a person and typed into a document. This + publishes it, so the claim moves when the file does instead of going quietly stale. + """ + return [ + SpellingCohort( + key=key, + records=len(group), + spellings=recorded_absence_spellings(group, NOT_APPLICABLE_FIELD), + ) + for key, group in group_by_cohort(records, year_cohort_key) + ] diff --git a/src/perimeter/dins.py b/src/perimeter/dins.py index a430a42..7c7d73a 100644 --- a/src/perimeter/dins.py +++ b/src/perimeter/dins.py @@ -17,7 +17,7 @@ from __future__ import annotations from collections import Counter, defaultdict -from collections.abc import Sequence +from collections.abc import Callable, Sequence from dataclasses import dataclass from datetime import UTC, datetime from pathlib import Path @@ -26,6 +26,7 @@ from perimeter.records import Record, load_rows, parse_records from perimeter.schema import ( DINS_FIELDS, + DINS_FIELDS_BY_NAME, DINS_INACCESSIBLE, DINS_REQUIRED_COLUMNS, SchemaDriftError, @@ -33,6 +34,14 @@ SOURCE = "CAL FIRE DINS (POSTFIRE)" +OUTSIDE_PUBLISHED_DOMAIN = "outside_published_domain" +"""The one cohort a recorded value the publisher's domain does not describe lands in. + +Named rather than spelled out per cut, because it is the same fact wherever it appears +and because a reader comparing it against `outside_published_domain` on the field row +should be reading one word, not two spellings of one word. +""" + def parse_inspections(rows: Sequence[dict[str, object]]) -> list[Record]: return parse_records( @@ -198,3 +207,149 @@ def group_by_incident( ), ) return ordered, unattributed + + +@dataclass(frozen=True, order=True) +class CohortKey: + """Which cohort a record belongs to in one cut of the file, and why. + + A cut groups records by a published column, and the column can say three things. + ``value`` is the recorded one. The other two are the absences, kept apart from each + other and from every recorded value, because "the inspection recorded no county" and + "the inspection recorded a marker in place of a county" are different facts and + neither is a county. + + ``sort`` puts recorded values first in their own order and both absences after them, + so a table never opens on the rows that carry no value. + """ + + sort: tuple[int, float, str] + label: str + value: str | None + + @property + def is_recorded(self) -> bool: + return self.value is not None + + +def _recorded(value: str, *, numeric: float | None = None) -> CohortKey: + return CohortKey( + sort=(0, numeric if numeric is not None else 0.0, value), + label=value, + value=value, + ) + + +def _absent(label: str, *, last: bool) -> CohortKey: + return CohortKey(sort=(2 if last else 1, 0.0, label), label=label, value=None) + + +def year_cohort_key(record: Record) -> CohortKey: + """Which incident-start year a record belongs to. + + The layer publishes the date as milliseconds since the epoch and the year is read in + UTC, exactly as :func:`_epoch_year` reads it, so a cut by year and a per-incident + start year cannot disagree about the same record. + """ + cell = record.cell("INCIDENTSTARTDATE") + if cell.state is CellState.EXPLICIT_UNKNOWN: + return _absent("Start date recorded as unknown", last=False) + if not cell.is_present: + return _absent("No incident start date recorded", last=True) + year = _epoch_year(cell, where=f"{SOURCE}[OBJECTID={record.identifier}]") + if year is None: # pragma: no cover - unreachable: the cell was shown present above + return _absent("No incident start date recorded", last=True) + return _recorded(str(year), numeric=float(year)) + + +def _text_cohort_key( + record: Record, field: str, *, unknown_label: str, absent_label: str +) -> CohortKey: + cell = record.cell(field) + if cell.state is CellState.EXPLICIT_UNKNOWN: + return _absent(unknown_label, last=False) + if not cell.is_present: + return _absent(absent_label, last=True) + return _recorded(cell.value()) + + +def county_cohort_key(record: Record) -> CohortKey: + """Which published county a record belongs to. + + The layer publishes no coded-value domain for ``COUNTY``, so every recorded spelling + is its own cohort and nothing here decides that two spellings name one county. + """ + return _text_cohort_key( + record, + "COUNTY", + unknown_label="County recorded as unknown", + absent_label="No county recorded", + ) + + +def structure_category_cohort_key(record: Record) -> CohortKey: + """Which published structure category a record belongs to. + + ``STRUCTURECATEGORY`` is one of the fields the layer does publish a coded-value + domain for. A recorded value outside that domain is counted, never dropped and never + given a row of its own: it goes to one ``outside_published_domain`` cohort, because + giving it a row would publish a category CAL FIRE does not define as though this + project had found one (ADR 0002). + """ + cell = record.cell("STRUCTURECATEGORY") + if cell.state is CellState.EXPLICIT_UNKNOWN: + return _absent("Structure category recorded as unknown", last=False) + if not cell.is_present: + return _absent("No structure category recorded", last=True) + spec = DINS_FIELDS_BY_NAME["STRUCTURECATEGORY"] + if spec.outside_domain(cell): + return CohortKey( + sort=(1, 0.0, OUTSIDE_PUBLISHED_DOMAIN), + label=OUTSIDE_PUBLISHED_DOMAIN, + value=OUTSIDE_PUBLISHED_DOMAIN, + ) + return _recorded(cell.value()) + + +def group_by_cohort( + records: Sequence[Record], key: Callable[[Record], CohortKey] +) -> list[tuple[CohortKey, list[Record]]]: + """Partition records into cohorts, in cohort order. + + Every record lands in exactly one cohort, so the cuts sum back to the file. An empty + cohort is not published: nothing was measured there, and a row of zeros would read as + a finding about a county with no records rather than as a county the file never + names. + """ + buckets: dict[CohortKey, list[Record]] = defaultdict(list) + for record in records: + buckets[key(record)].append(record) + return sorted(buckets.items(), key=lambda item: item[0].sort) + + +NOT_APPLICABLE_FIELD = "UTILITYMISCSTRUCTUREDISTANCE" +"""The field whose Not Applicable value the file spells two ways. + +``docs/MARKERS.md`` section 2 records the call: CAL FIRE's published domain for this +field lists ``NA``, the file also carries ``N/A``, and both are counted as the published +finding rather than one being read as missing data. The evidence for that call is an era +claim, that the two spellings fall on opposite sides of one year, and until now it was a +sentence somebody had measured once and typed in. :func:`recorded_absence_spellings` +per year is that sentence as a published count. +""" + + +def recorded_absence_spellings(records: Sequence[Record], field: str) -> dict[str, int]: + """How often each declared recorded-absence spelling of one field was written. + + Only the spellings the field registry declares, and only in cells that are present. + A recorded absence is a finding rather than a blank, so it is counted here among + values and never among the empty cells. + """ + spec = DINS_FIELDS_BY_NAME[field] + counts: Counter[str] = Counter() + for record in records: + cell = record.cell(field) + if cell.is_present and cell.value() in spec.recorded_absences: + counts[cell.value()] += 1 + return dict(sorted(counts.items())) diff --git a/src/perimeter/render.py b/src/perimeter/render.py index 97f52d5..3675a44 100644 --- a/src/perimeter/render.py +++ b/src/perimeter/render.py @@ -20,7 +20,13 @@ from dataclasses import dataclass from perimeter.cells import present_tenths_of_percent -from perimeter.coverage import DinsReport, FieldCoverage, PerimeterReport +from perimeter.coverage import ( + CohortCoverage, + DinsReport, + FieldCoverage, + PerimeterReport, + SpellingCohort, +) from perimeter.schema import Basis from perimeter.sources import DINS, FRAP, Source @@ -800,6 +806,108 @@ def perimeters_page(report: PerimeterReport, *, is_fixture: bool) -> str: ) +def cohort_rows( + cohorts: Sequence[CohortCoverage], columns: Sequence[tuple[str, str]] +) -> str: + """One row per cohort: its denominators, its access split, and a few field shares. + + The field shares are taken over the cohort's **assessed** records rather than over + all of them, because that is the population the construction attributes describe. A + cohort holding no assessed records therefore has no denominator to divide by, and + :func:`pct` writes that in words. A ``0.0%`` there would say the inspectors found + nothing, when what happened is that nobody could walk up to anything. + + The full per-field counts for every cohort, in all three states and all three access + populations, are in the JSON artifact beside the page. + """ + rows: list[str] = [] + for cohort in cohorts: + by_name = {row.name: row for row in cohort.by_access} + cells = "".join( + f'' + f"{pct(by_name[name].assessed_tenths_pct) if name in by_name else NOT_COUNTED}" + f"" + for name, _label in columns + ) + absence = ( + "" + if cohort.value is not None + else ' no value recorded' + ) + neither = ( + cohort.access.damage_not_recorded + cohort.access.damage_explicit_unknown + ) + rows.append( + "" + f'{esc(cohort.label)}{absence}' + f'{num(cohort.records)}' + f'{num(cohort.access.assessed)}' + f'{num(cohort.access.inaccessible)}' + f'{num(neither)}' + f"{cells}" + "" + ) + return "".join(rows) + + +def cohort_table( + cohorts: Sequence[CohortCoverage], + columns: Sequence[tuple[str, str]], + *, + caption_id: str, + caption: str, + first_column: str, +) -> str: + headers = "".join( + f'{esc(label)}' for _name, label in columns + ) + return ( + f'
' + f'' + "" + f'' + '' + '' + '' + '' + f"{headers}" + "" + f"{cohort_rows(cohorts, columns)}
{esc(caption)}
{esc(first_column)}RecordsAssessedInaccessibleNeither
" + ) + + +def spelling_table(cohorts: Sequence[SpellingCohort], spellings: Sequence[str]) -> str: + """The two spellings of Not Applicable, per incident-start year.""" + headers = "".join( + f'{esc(spelling)}' + for spelling in spellings + ) + rows = [] + for cohort in cohorts: + cells = "".join( + f'{num(cohort.spellings.get(spelling, 0))}' + for spelling in spellings + ) + rows.append( + "" + f'{esc(cohort.label)}' + f'{num(cohort.records)}' + f"{cells}" + "" + ) + return ( + '
' + '" + '' + '' + f"{headers}" + "" + f"{''.join(rows)}
Each recorded spelling of ' + "the utility structure distance Not Applicable value, per incident start year" + "
Incident start yearRecords
" + ) + + def dins_page(report: DinsReport, *, is_fixture: bool) -> str: damage_rows = [] for value, count in sorted(report.damage.items(), key=lambda kv: (-kv[1], kv[0])): @@ -886,6 +994,18 @@ def dins_page(report: DinsReport, *, is_fixture: bool) -> str: for name, label in INCIDENT_FIELD_COLUMNS if any(field.name == name for field in report.fields) ] + # The spellings the page prints, taken from what the file actually holds rather than + # from a literal here. A spelling the registry declares and the file never writes + # would otherwise get a column of zeros, and a spelling the file starts writing would + # be counted in the artifact and invisible on the page. + spellings = sorted( + { + spelling + for cohort in report.not_applicable_spellings + for spelling in cohort.spellings + } + ) + incident_rows = [] for incident in report.incident_rows: by_name = {field.name: field for field in incident.fields} @@ -1025,6 +1145,84 @@ def dins_page(report: DinsReport, *, is_fixture: bool) -> str: written either way, because a row one cell short is a row whose later values have all moved under the wrong heading.

+

Completeness by year, by county, and by structure category

+

The file spans a decade of inspection practice, fifty-two counties and several classes +of structure, and completeness differs along each. Fields exist only in later forms. The +two spellings of Not Applicable occupy non-overlapping eras. Construction attributes apply +to a residence and not to a shed. A reader planning to use EAVES needs to +know it is blank in the early years and not the late ones, and one number across the file +describes no year in particular.

+

Each row below is its own denominator. Nothing is compared against anything: no county +is ranked, no year is called better than another, and no row is a rate of anything but its +own cells.

+ +

By incident start year

+{ + cohort_table( + report.by_year, + columns, + caption_id="cap-by-year", + caption=( + "Records, access split and field completeness among assessed records, " + "per incident start year" + ), + first_column="Incident start year", + ) + } + +

By county

+

CAL FIRE publishes no coded-value domain for COUNTY, so every recorded +spelling is its own row and nothing here decides that two spellings name one county.

+{ + cohort_table( + report.by_county, + columns, + caption_id="cap-by-county", + caption=( + "Records, access split and field completeness among assessed records, " + "per published county value" + ), + first_column="County", + ) + } + +

By structure category

+

This is what turns a blank into not applicable to this class without this +project deciding so. It counts per class and lets the reader see the pattern. A recorded +value the published domain does not describe is counted in one +outside_published_domain row rather than given a row of its own, because a row +would publish a category CAL FIRE does not define as though this project had found one.

+{ + cohort_table( + report.by_structure_category, + columns, + caption_id="cap-by-category", + caption=( + "Records, access split and field completeness among assessed records, " + "per published structure category" + ), + first_column="Structure category", + ) + } +

The field columns are the share of that cohort's assessed +records carrying a recorded value, not the share of all of its records. That is the +population the construction attributes describe, and it is why a cohort made entirely of +structures nobody could reach reads no records in those columns rather than +0.0%: there is no denominator to divide by, and a zero there would say the +inspectors found nothing rather than that nobody could walk up to anything. Records whose +damage field is blank or carries a marker are in neither population and are counted in +their own column, so the three columns account for every record in the row. Cohorts with +no records are not published at all: a row of zeros would read as a finding about a county +the file simply never names.

+ +

The two spellings of Not Applicable, per year

+

The decision to count both NA and N/A as the publisher's +finding rests on the observation that they fall on opposite sides of one year. That +observation used to be a sentence somebody measured once and typed into +docs/MARKERS.md. It is a published count now, so it moves when the file does +instead of going quietly stale.

+{spelling_table(report.not_applicable_spellings, spellings)} +

Methodology and the caveats this page operationalizes

{caveat_block(DINS)} diff --git a/src/perimeter/schema_export.py b/src/perimeter/schema_export.py index 6c6691d..f26a5c1 100644 --- a/src/perimeter/schema_export.py +++ b/src/perimeter/schema_export.py @@ -430,6 +430,89 @@ def perimeters_schema() -> dict[str, Any]: return schema +def _pair(what: str) -> dict[str, Any]: + """``[present, total]``. The pair, never a share. + + A population with no records has no share, and a ``0`` where the share would go + reads as "the field is empty here" rather than as "nothing was counted here". The + consumer divides, and gets to see the denominator it divided by. + """ + return { + "type": "array", + "description": f"{what}: the count carrying a recorded value, then the count in that population.", + "items": {"type": "integer"}, + "minItems": 2, + "maxItems": 2, + } + + +def _cohort_schema(what: str, absences: str) -> dict[str, Any]: + """One cut of the DINS file: cohorts of one column, each over its own denominator.""" + return { + "type": "array", + "description": ( + f"{what} Each cohort carries its own record count as the denominator for " + "everything in it, and the same assessed / inaccessible / neither split the " + "whole file carries. The cohorts partition the file, so summing one cut per " + "field and per state returns the file totals. Nothing here compares one " + f"cohort against another. {absences}" + ), + "items": _object( + "One cohort, measured exactly as the whole file is measured.", + { + "value": _string( + "The recorded value this cohort is, or null where the cohort is an " + "absence rather than a value. Read this, not `label`, to tell a " + "measured cohort from an absence without parsing English.", + nullable=True, + ), + "label": _string("What a page prints for this cohort."), + "records": _integer("Records in this cohort. Its denominator."), + "access": _access_schema(), + "fields": { + "type": "object", + "description": ( + "Field name to a three-element array of counts within this " + f"cohort, in `field_state_order`. {_STATE_MEANING}" + ), + "additionalProperties": { + "type": "array", + "items": {"type": "integer"}, + "minItems": len(FIELD_STATE_ORDER), + "maxItems": len(FIELD_STATE_ORDER), + }, + }, + "fields_by_access": { + "type": "object", + "description": ( + "Field name to that field's completeness inside this cohort, " + "split by what the damage field says about the inspection. Each " + "population is `[present, total]`: the pair rather than a share, " + "because a population with no records has no share and " + "publishing a zero there would say the field is empty rather " + "than that nothing was counted. `undetermined` is the third " + "population ADR 0007 requires: the records the damage field " + "places in neither of the other two." + ), + "additionalProperties": _object( + "One field, split three ways by access, within this cohort.", + { + "assessed": _pair( + "Records the damage field places in the assessed " + "population" + ), + "inaccessible": _pair( + "Records the publisher marks inaccessible" + ), + "undetermined": _pair("Records in neither population"), + }, + ), + }, + }, + ), + } + + def dins_schema() -> dict[str, Any]: """The contract for ``dins-coverage.json``.""" incident_fields = { @@ -482,6 +565,66 @@ def dins_schema() -> dict[str, Any]: ), "items": {"type": "string"}, }, + "completeness_by_year": _cohort_schema( + "Completeness per incident-start year, read from " + "`INCIDENTSTARTDATE` in UTC.", + "Records whose start date is empty, and records whose start date " + "carries a marker, are two separate cohorts and neither is a year.", + ), + "completeness_by_county": _cohort_schema( + "Completeness per published `COUNTY` value.", + "The layer publishes no coded-value domain for this column, so " + "every recorded spelling is its own cohort and nothing here decides " + "that two spellings name one county. Records with no county, and " + "records whose county carries a marker, are separate cohorts.", + ), + "completeness_by_structure_category": _cohort_schema( + "Completeness per published `STRUCTURECATEGORY` value.", + "A recorded value the publisher's domain does not describe is " + "counted in one `outside_published_domain` cohort rather than given " + "a row of its own, because a row would publish a category CAL FIRE " + "does not define as though this project had found one (ADR 0002). " + "Records with no category, and records whose category carries a " + "marker, are separate cohorts again.", + ), + "not_applicable_spellings_by_year": _object( + "How often each declared spelling of one field's Not Applicable " + "value was written, per incident-start year. Published because " + "docs/MARKERS.md rests a marker decision on the observation that the " + "two spellings fall on opposite sides of one year, and that " + "observation was otherwise a sentence measured once by a person.", + { + "field": _string("The column these spellings belong to."), + "note": _string("What is counted here and what it is for."), + "by_year": { + "type": "array", + "description": ( + "One row per incident-start year cohort, in the same " + "cohort order as `completeness_by_year`." + ), + "items": _object( + "One year, and the spellings written in it.", + { + "value": _string( + "The year, or null where the cohort is an " + "absence rather than a year.", + nullable=True, + ), + "label": _string( + "What a page prints for this cohort." + ), + "records": _integer("Records in this cohort."), + "spellings": _counts( + "Spelling to the number of records writing it. " + "A spelling absent from this object was written " + "zero times in this year; the object names only " + "what was found." + ), + }, + ), + }, + }, + ), "completeness_by_access": { "type": "array", "description": ( diff --git a/tests/test_completeness_cuts.py b/tests/test_completeness_cuts.py new file mode 100644 index 0000000..11156e0 --- /dev/null +++ b/tests/test_completeness_cuts.py @@ -0,0 +1,425 @@ +"""Three cuts of the DINS file, each a partition, none of them a comparison. + +Completeness is published for the whole file and per incident. The file spans a decade of +inspection practice, fifty-two counties and several classes of structure, and completeness +differs along each: fields that exist only in later forms, the two spellings of Not +Applicable that occupy non-overlapping eras, construction attributes that apply to a +residence and not to a shed. A reader planning to use ``EAVES`` needs to know it is blank +in the early years and not the late ones, and an average over the file hides that. + +What a cut must not become is a league table. Nothing here compares one county against +another, no row is a rate of anything but its own cells, and no cohort is ranked. The +tests below hold three properties that keep it that way: + +* **Each cut partitions the file.** Summing a cut per field and per state returns the + file totals, so nothing is dropped into a cohort that is not published and nothing is + counted twice. This is the assertion the issue asks for by name. +* **An absence is not a value.** A record with no county, and a record whose county cell + carries a marker, are two cohorts and neither is a county. A recorded structure category + outside the publisher's domain is counted in one cohort rather than given a row, because + a row would publish a category CAL FIRE does not define as though this project had found + one (ADR 0002). +* **An empty denominator is never a share.** A cohort holding no assessed records has + nothing to divide by, and the page writes that in words. ``0.0%`` there would say the + inspectors found nothing when what happened is that nobody could reach anything, which + is the defect this whole repository is organised against. +""" + +from __future__ import annotations + +import json +from pathlib import Path + +import pytest + +from perimeter.coverage import ( + CohortCoverage, + cohort_coverages, + dins_report, + not_applicable_spellings_by_year, +) +from perimeter.dins import ( + NOT_APPLICABLE_FIELD, + OUTSIDE_PUBLISHED_DOMAIN, + county_cohort_key, + load_inspections, + parse_inspections, + structure_category_cohort_key, + year_cohort_key, +) +from perimeter.render import INCIDENT_FIELD_COLUMNS, dins_page +from perimeter.schema import DINS_FIELDS + +REPO_ROOT = Path(__file__).resolve().parents[1] +FIXTURES = REPO_ROOT / "fixtures" +SITE_DATA = REPO_ROOT / "site" / "data" +MARKERS = REPO_ROOT / "docs" / "MARKERS.md" + +#: Milliseconds since the epoch for 1 July of each year, which is what the layer +#: publishes in ``INCIDENTSTARTDATE``. Written as the literal the fixtures use rather +#: than computed, so a test cannot agree with the code by sharing its arithmetic. +JULY_2019 = 1_561_939_200_000 +JULY_2021 = 1_625_097_600_000 + + +def _rows() -> list[dict[str, object]]: + text = (FIXTURES / "dins_postfire.sample.json").read_text(encoding="utf-8") + loaded = json.loads(text) + assert isinstance(loaded, list) + return [dict(row) for row in loaded] + + +def _cut(rows: list[dict[str, object]], key: str) -> list[CohortCoverage]: + keys = { + "year": year_cohort_key, + "county": county_cohort_key, + "category": structure_category_cohort_key, + } + return cohort_coverages(parse_inspections(rows), keys[key]) + + +def _by_label(cohorts: list[CohortCoverage]) -> dict[str, CohortCoverage]: + return {cohort.label: cohort for cohort in cohorts} + + +# -------------------------------------------------------------------------------------- +# The partition. The assertion the issue asks for by name. +# -------------------------------------------------------------------------------------- + + +@pytest.mark.parametrize("cut", ["by_year", "by_county", "by_structure_category"]) +def test_each_cut_sums_back_to_the_file_totals(cut: str) -> None: + """Per field and per state, in all three states, across the whole registry. + + A cut that lost records would publish smaller denominators than the file has and + nothing on the page would say so. Summing is the only way to know. + """ + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + cohorts: list[CohortCoverage] = getattr(report, cut) + whole = {field.name: field for field in report.fields} + + assert sum(cohort.records for cohort in cohorts) == report.records + for name, field in whole.items(): + present = sum( + row.present + for cohort in cohorts + for row in cohort.fields + if row.name == name + ) + unknown = sum( + row.explicit_unknown + for cohort in cohorts + for row in cohort.fields + if row.name == name + ) + empty = sum( + row.not_recorded + for cohort in cohorts + for row in cohort.fields + if row.name == name + ) + assert (present, unknown, empty) == ( + field.present, + field.explicit_unknown, + field.not_recorded, + ), name + + +@pytest.mark.parametrize("cut", ["by_year", "by_county", "by_structure_category"]) +def test_each_cut_sums_back_to_the_files_access_split(cut: str) -> None: + """The assessed / inaccessible / neither split partitions each cohort too.""" + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + cohorts: list[CohortCoverage] = getattr(report, cut) + + assert sum(c.access.assessed for c in cohorts) == report.access.assessed + assert sum(c.access.inaccessible for c in cohorts) == report.access.inaccessible + assert sum(c.access.damage_not_recorded for c in cohorts) == ( + report.access.damage_not_recorded + ) + assert sum(c.access.damage_explicit_unknown for c in cohorts) == ( + report.access.damage_explicit_unknown + ) + for cohort in cohorts: + assert cohort.access.total == cohort.records + + +def test_every_cohort_publishes_every_registered_field() -> None: + """A cohort short a field is a row whose later values sit under the wrong heading.""" + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + expected = [spec.name for spec in DINS_FIELDS] + for cut in (report.by_year, report.by_county, report.by_structure_category): + for cohort in cut: + assert [field.name for field in cohort.fields] == expected + assert [row.name for row in cohort.by_access] == expected + + +# -------------------------------------------------------------------------------------- +# Hand-computed tables over the committed fixtures. +# -------------------------------------------------------------------------------------- + + +def test_the_year_cut_is_what_the_fixture_holds() -> None: + """Counted by hand from the ten committed records, not read back from the code.""" + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + assert [(c.label, c.records) for c in report.by_year] == [("1995", 4), ("2021", 6)] + + first = report.by_year[0] + assert first.value == "1995" + assert (first.access.assessed, first.access.inaccessible) == (3, 1) + + +def test_the_county_cut_is_what_the_fixture_holds() -> None: + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + assert [(c.label, c.records) for c in report.by_county] == [("Butte", 10)] + + +def test_the_structure_category_cut_is_what_the_fixture_holds() -> None: + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + assert [(c.label, c.records) for c in report.by_structure_category] == [ + ("Infrastructure", 1), + ("Nonresidential Commercial", 2), + ("Other Minor Structure", 2), + ("Single Residence", 5), + ] + + +def test_recorded_cohorts_come_before_absences_and_in_order() -> None: + rows = _rows() + rows[0]["COUNTY"] = "" + rows[1]["COUNTY"] = "Alpine" + labels = [cohort.label for cohort in _cut(rows, "county")] + assert labels == ["Alpine", "Butte", "No county recorded"] + + +# -------------------------------------------------------------------------------------- +# An absence is not a value. +# -------------------------------------------------------------------------------------- + + +def test_a_record_with_no_county_is_its_own_cohort_with_its_own_counts() -> None: + """Named in the issue: it appears under "no county recorded" with its counts.""" + rows = _rows() + rows[0]["COUNTY"] = "" + rows[1]["COUNTY"] = "" + + cohorts = _by_label(_cut(rows, "county")) + assert set(cohorts) == {"Butte", "No county recorded"} + + absent = cohorts["No county recorded"] + assert absent.value is None, "an absence must not be published as a recorded value" + assert absent.records == 2 + assert absent.access.total == 2 + damage = next(field for field in absent.fields if field.name == "DAMAGE") + assert damage.present + damage.explicit_unknown + damage.not_recorded == 2 + + +def test_a_cohort_of_absences_is_never_a_cohort_of_the_empty_string() -> None: + """The label is prose and the value is the fact. A consumer reads the fact. + + A cut that published ``""`` as a county would put a county named nothing in every + downstream group-by. ``value`` is null instead, and it is the key a machine reads. + """ + rows = _rows() + rows[0]["COUNTY"] = "" + absent = next(c for c in _cut(rows, "county") if c.value is None) + assert absent.label == "No county recorded" + assert absent.value is None + + +def test_a_year_that_was_never_recorded_is_not_a_year() -> None: + rows = _rows() + for row in rows[:3]: + row["INCIDENTSTARTDATE"] = None + + cohorts = _by_label(_cut(rows, "year")) + assert "No incident start date recorded" in cohorts + absent = cohorts["No incident start date recorded"] + assert absent.value is None + assert absent.records == 3 + assert sum(c.records for c in cohorts.values()) == 10 + + +def test_a_structure_category_outside_the_published_domain_is_one_cohort() -> None: + """ADR 0002. Counted, never dropped, and never given a row of its own. + + Two different unpublished spellings land in the same cohort, because publishing + either as a category would say CAL FIRE defines it. + """ + rows = _rows() + rows[0]["STRUCTURECATEGORY"] = "Floating Home" + rows[1]["STRUCTURECATEGORY"] = "Grain Silo" + + cohorts = _by_label(_cut(rows, "category")) + assert OUTSIDE_PUBLISHED_DOMAIN in cohorts + assert cohorts[OUTSIDE_PUBLISHED_DOMAIN].records == 2 + assert "Floating Home" not in cohorts + assert "Grain Silo" not in cohorts + assert sum(c.records for c in cohorts.values()) == 10 + + +def test_no_empty_cohort_is_published() -> None: + """A row of zeros reads as a finding about a county the file never names.""" + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + for cut in (report.by_year, report.by_county, report.by_structure_category): + assert cut, "a cut with no cohorts at all" + for cohort in cut: + assert cohort.records > 0 + + +# -------------------------------------------------------------------------------------- +# An empty denominator is never a share. +# -------------------------------------------------------------------------------------- + + +def test_a_cohort_of_only_inaccessible_records_has_no_assessed_share() -> None: + """Named in the issue: the assessed denominator is published as none, in words. + + ``assessed_tenths_pct`` is ``None`` rather than ``0``, and the page renders that in + words. A zero would say the inspectors recorded nothing about these structures, when + what happened is that nobody could walk up to one. + """ + rows = _rows() + for row in rows: + row["INCIDENTSTARTDATE"] = JULY_2019 + rows[0]["INCIDENTSTARTDATE"] = JULY_2021 + rows[0]["DAMAGE"] = "Inaccessible" + + cohorts = _by_label(_cut(rows, "year")) + lonely = cohorts["2021"] + assert lonely.records == 1 + assert lonely.access.assessed == 0 + assert lonely.access.inaccessible == 1 + + for row in lonely.by_access: + assert row.assessed_total == 0 + assert row.assessed_tenths_pct is None, ( + f"{row.name} published a share over an empty assessed population" + ) + assert row.inaccessible_total == 1 + + markup = dins_page( + dins_report(parse_inspections(rows)), + is_fixture=True, + ) + # The row itself, not the table. `"0.0%" not in table` was the first form of this + # assertion and it is wrong twice over: `100.0%` contains `0.0%`, so a healthy + # cohort fails it, and a percentage in some other row would fail it too. The claim + # is about this cohort's cells. + table = markup.split('id="cap-by-year"')[1].split("")[0] + row = table.split('2021')[1].split("")[0] + assert "%" not in row, row + assert row.count("no records") == len( + [ + name + for name, _ in INCIDENT_FIELD_COLUMNS + if name in {f.name for f in DINS_FIELDS} + ] + ) + + +def test_the_three_access_populations_account_for_every_record_in_a_cohort() -> None: + """ADR 0007: the population a split leaves out is published, not dropped.""" + rows = _rows() + rows[0]["DAMAGE"] = None + report = dins_report(parse_inspections(rows)) + for cohort in report.by_county: + for row in cohort.by_access: + assert row.counted_records == cohort.records + + +# -------------------------------------------------------------------------------------- +# The marker era claim, measured rather than typed. +# -------------------------------------------------------------------------------------- + + +def test_the_spelling_cut_counts_only_declared_recorded_absences() -> None: + rows = _rows() + for row in rows: + row[NOT_APPLICABLE_FIELD] = "NA" + rows[0][NOT_APPLICABLE_FIELD] = "<30'" + + cohorts = not_applicable_spellings_by_year(parse_inspections(rows)) + counted = sum(sum(c.spellings.values()) for c in cohorts) + assert counted == 9, "a recorded distance was counted as a Not Applicable spelling" + assert {s for c in cohorts for s in c.spellings} == {"NA"} + + +def test_the_spelling_cut_partitions_the_same_years_as_the_year_cut() -> None: + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + assert [c.label for c in report.not_applicable_spellings] == [ + c.label for c in report.by_year + ] + + +def test_the_published_era_claim_is_what_the_published_file_holds() -> None: + """`docs/MARKERS.md` rests a marker decision on two numbers and an era boundary. + + They were measured once by a person and typed into a document, which is the shape + this repository refuses everywhere else. They are computed and published now, and + this holds the document to the artifact in both directions: the sentence must state + the measured counts, and the boundary the sentence claims must still hold in the + file. + """ + artifact = json.loads( + (SITE_DATA / "dins-coverage.json").read_text(encoding="utf-8") + ) + published = artifact["not_applicable_spellings_by_year"] + assert published["field"] == NOT_APPLICABLE_FIELD + + totals: dict[str, int] = {} + years: dict[str, set[str]] = {} + for row in published["by_year"]: + for spelling, count in row["spellings"].items(): + totals[spelling] = totals.get(spelling, 0) + count + years.setdefault(spelling, set()).add(row["label"]) + + document = " ".join(MARKERS.read_text(encoding="utf-8").split()) + for spelling, count in sorted(totals.items()): + assert f"{count:,} `{spelling}` records" in document, ( + f"docs/MARKERS.md does not state the measured count of {spelling!r} " + f"({count:,}); the sentence and the file disagree" + ) + + assert years["N/A"] <= {"2018", "2019"}, years["N/A"] + assert min(years["NA"]) >= "2020", years["NA"] + assert not (years["N/A"] & years["NA"]), ( + "a year carries both spellings, and docs/MARKERS.md says they fall on opposite " + "sides of one year" + ) + + +# -------------------------------------------------------------------------------------- +# The page. +# -------------------------------------------------------------------------------------- + + +def test_the_page_publishes_all_three_cuts_and_the_spellings() -> None: + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + markup = dins_page(report, is_fixture=True) + for caption in ("cap-by-year", "cap-by-county", "cap-by-category", "cap-spellings"): + assert f'id="{caption}"' in markup, caption + assert f'aria-labelledby="{caption}"' in markup, caption + + +def test_every_cut_table_is_a_reachable_scroll_region_with_row_headers() -> None: + """A container that scrolls and cannot be focused is a WCAG 2.1.1 failure. + + The browser half of the accessibility gate found exactly this once, on the tables + that were already here; these are the same shape and get the same treatment. + """ + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + markup = dins_page(report, is_fixture=True) + for caption in ("cap-by-year", "cap-by-county", "cap-by-category", "cap-spellings"): + section = markup.split(f'aria-labelledby="{caption}"')[0] + assert section.rstrip().endswith('
') >= len(report.by_county) + + +def test_the_page_names_the_denominator_the_field_columns_use() -> None: + """A share whose population is not stated is a number a reader cannot use.""" + report = dins_report(load_inspections(FIXTURES / "dins_postfire.sample.json")) + markup = " ".join(dins_page(report, is_fixture=True).split()) + assert "share of that cohort's assessed records" in markup + assert "Cohorts with no records are not published at all" in markup