⚠️ Work in progress — data and figures are preliminary.

Solvent Streets

Play ▸

Solvent Streets

Pavement & Parking Analysis | Last computed 2026-08-24
Coverage %
0%25%50%75%100%

Interactive Forecast

Tier Min PCI Max PCI $/unit

Methodology

This section describes the data sources, models, and assumptions behind the analysis presented in each dashboard.

Data sources

The exact sources and endpoints used for a given example are listed in that example's Config tab.

Decay model

Each road classification decays independently via

PCI(t) = PCI₀ · exp(−k · t)

where k is an annual decay constant that depends on the road classification. Higher-class roads (motorway, trunk, primary) decay more slowly than lower-class roads (residential, service) because they are built to thicker, more rigorous design standards and typically receive more frequent maintenance. Default values are derived from LTPP data reported in FHWA-RD-01-156, Long-Term Pavement Performance and ship as part of the forecast package; they are continental-US averages and do not account for local climate, traffic, or construction quality. A config may set a per-city decay_rate to tune for local conditions (e.g. freeze/thaw or road salt); that override is applied as the rate for a typical road and scales every road class proportionally, so the per-class ordering (higher classes decay slower) is preserved rather than flattened. Sidewalks decay on a separate, slower track and are not treated as a highway class.

Cost model

Treatment costs are banded by PCI: each band has a representative $/sq m value, and costs between bands are linearly interpolated at the tier midpoints, so the cost-versus-PCI curve is smooth rather than step-shaped. Above the highest anchor (the midpoint of the preventive tier) and below the lowest anchor (the midpoint of the reconstruction tier), the cost is clamped to that anchor's value rather than extrapolated. Default cost tiers are expressed in $/sq m and sourced from FHWA treatment-selection guidance; they are calibration inputs, not measurements, and local bid prices will differ. Roads and sidewalks use independent cost tiers because the treatment economics differ substantially.

Bare construction cost vs. loaded program cost

The cost tiers above are bare construction prices: what a contractor bids to lay the pavement. A city's budget line for the same work carries more — Berkeley's StreetSaver schedule itemizes the difference as +20% ADA curb-ramp compliance (federal law: touch a street, rebuild the ramps), +15% soft costs (design, inspection, project management) and +10% contingency, together roughly 1.5×.

No such multiplier is applied by default, and that is deliberate. The model's system output is already loaded-equivalent even though its per-treatment inputs are bare: bare tiers, the condition spread, and the 12-year treatment cycle together reproduce Berkeley's cited real hold-steady spend of ~$5.6 per m² per year — and that cited figure is itself a loaded municipal number. Loading the tiers on top would double-count, putting the same city about 47% above its own published figure.

The multiplier exists as forecast.cost_overhead (default 1.0) so the regime is explicit and adjustable rather than assumed, and the Financials tab exposes it as a live slider for a reader whose local numbers say otherwise. Changing it scales every dollar figure and nothing else.

Condition spread

A real network is a distribution of conditions — some segments excellent, some failed — not a single average. Because the cost-versus-PCI curve is non-linear, pricing everything at the network-average PCI under-states the true program cost (the failed/poor tail is disproportionately expensive). To correct this without requiring per-segment condition data the model does not have, PVMT spreads the single configured average PCI into a distribution around that average (a Beta distribution on the 0–100 scale, with the average preserved exactly) and prices each slice separately. The result is a more realistic — and modestly higher — cost than pricing the average alone. This is a deliberately conservative approximation of the real spread; it is applied automatically and moves the solvency dollars in the direction validated against published city data. When field-measured per-segment condition becomes available, it will replace this assumed spread.

Treatment cycle

Real pavement is maintained on a multi-year cycle: a city treats roughly one slice of its network each year, not the whole network annually. The model captures this with a treatment cycle of N years (default 12, the midpoint of a typical 10–14 year municipal cycle, configurable via treatment_cycle_years). Each forecast year only 1/N of the network is scheduled for treatment, so the annual treatment need is the full-network retreatment cost divided by N. This is what makes the break-even budget a realistic annual program cost rather than the one-off cost of rebuilding the entire network at once. A cycle of N = 1 reproduces the older behavior (the whole network priced every year), which overstated the hold-steady budget several-fold.

The cost level and the cycle length are not independent — the break-even budget scales as cost ÷ N, so a cheaper cost basis and a shorter cycle trade off exactly. We anchor the cycle to the physical rate at which a city actually repaves (lane-miles treated per year, not dollars): for Berkeley that hold-steady cadence is ≈ 12 years, which is the default. With the cycle fixed there, the default bare-construction cost tiers reproduce the city's cited real hold-steady spend (~$5.6 per m² per year), so the break-even dollars are calibrated to reality rather than chosen freely. See the validation report for the derivation and the limits of this anchor.

Scenario comparisons

PVMT ships with three comparison runs driven by annual funding level, all using the worst-first allocation strategy (budget is spent on the lowest-PCI segments first):

A do-nothing baseline (no spend, uncontrolled decay) is shown alongside the funded runs for comparison.

The forecast library also implements a preventive-first strategy (prioritize highest-PCI segments that are still in the preservation window), but the default UI comparisons do not exercise it. Preventive vs. worst-first allocation is governed by per-strategy efficiency multipliers; those multipliers are illustrative calibration constants chosen to reflect the direction and sign of the effect reported in FHWA-HIF-12-042, Pavement Preservation: Preserving our Investment — that $1 of preventive maintenance is reported to avoid $6–$10 of future reconstruction — not to reproduce that benefit-cost ratio as a single-year spending efficiency.

Area growth

Optional compound annual growth applies to pavement area each year:

Area(y) = Area₀ · (1 + g)^y

where g is configured per city (default zero). This lets an example model a city that is still expanding its street network; it does not model demolition or removal.

Solvency metrics (streets/roads only)

The dashboard's Financials headline and the cross-city leaderboard report three solvency figures. They are computed on the roads/streets cohort only — the aggregate scenarios blend roads, parking, and sidewalks but cost the blend at road tiers, which would mis-price sidewalks, so an absolute dollar claim must be roads-only. They are derived from a worst-first run at the city's configured annual budget.

Three caveats apply to these figures specifically:

Compare-tab scores

The multi-city Compare view presents two distinct per-city scores:

Assumptions and limitations

References

Project Configuration

Input Configuration

# Combined site — every example unioned into one tagged dashboard.
#
# This is the config `make site` builds. It defines NO cities of its own;
# instead each [[include]] pulls in an existing example's cities and tags them
# at the include site. A city reached through several includes (e.g. San Jose,
# in both the Bay Area metro and the national top-50 list) is merged once and
# accumulates the union of their tags — it appears under every matching group in
# the city selector and in the tag-scoped Compare/Aggregate.
#
# The top-level [grid] and [forecast] are intentionally EMPTY: the include merge
# flattens each example's per-metro calibration (decay/growth/cost tiers, hex
# edge) into fully self-describing per-city overrides, so an empty top-level
# preserves every city's original numbers. Do not add top-level forecast/grid
# values here — they would silently re-calibrate any city that inherited a
# package default.
#
# Include order matters: metros come before the top-50 list so a city shared
# between the two keeps the (more local) metro calibration. Calibration merges
# PER FIELD — the first include to *set* a field wins it, and later includes
# fill only the fields it left unset. That is why Los Angeles keeps the LA
# metro's decay rate and cost tiers while still picking up the national growth
# rate, and why San Diego, Fresno, Sacramento, San Jose and San Francisco keep
# their metro grid tuning *and* the top-50 list's cited PCI and budget figures.
# Later includes also always add their tags.
#
# Where two includes set the same field to different values (12 cities today —
# San Diego, San Jose, San Francisco, Denver, Boston, Portland, Fresno,
# Sacramento, Long Beach, Oakland, Bakersfield, Aurora; mostly hex_edge_m and
# forecast.years) the load prints one `warning:` line per city naming the
# fields, both values, and both includes. Those warnings are expected here —
# they are how "first wins" stays visible. Reordering the includes below
# changes which calibration those cities get.
#
# This config stores no data of its own. Each city keeps the identity of the
# example that declared it (config_id + content hash), so the union reads the
# rows and snapshots those examples already ingested and computed — there is no
# separate ingest for `examples/all`. Populate the individual examples, then run
# `make site`.
#
# Ingest and compute DO work from here, and they write into the per-example
# namespaces, replacing that data rather than sandboxing it. That is usually not
# what you want; run them from the example directory instead.

[export]
title = "Solvent Streets"

[[include]]
path = "../bay-area-ca/pvmt.toml"
tags = ["Bay Area"]

[[include]]
path = "../los-angeles-ca/pvmt.toml"
tags = ["Los Angeles"]

[[include]]
path = "../san-diego-ca/pvmt.toml"
tags = ["San Diego"]

[[include]]
path = "../inland-empire-ca/pvmt.toml"
tags = ["Inland Empire"]

[[include]]
path = "../sacramento-ca/pvmt.toml"
tags = ["Sacramento"]

[[include]]
path = "../central-valley-ca/pvmt.toml"
tags = ["Central Valley"]

[[include]]
path = "../portland-metro-or/pvmt.toml"
tags = ["Portland Metro"]

[[include]]
path = "../denver-metro-co/pvmt.toml"
tags = ["Denver Metro"]

[[include]]
path = "../greater-boston-ma/pvmt.toml"
tags = ["Greater Boston"]

[[include]]
path = "../top-50-cities/pvmt.toml"
tags = ["Top 50"]

Effective configuration (with defaults)

[grid]
  hex_edge_m = 100.0

[display]
  units = "imperial"
  min_hex_area = 100.0

[export]
  title = "Solvent Streets"
  coordinate_decimals = 5
  boundary_simplify_m = 10.0

[forecast]
  initial_pci = 85.0
  decay_rate = 0.035
  growth_rate = 0.0
  years = 20
  treatment_cycle_years = 0.0
  cost_overhead = 1.0

  [[forecast.cost_tiers]]
    min_pci = 70.0
    max_pci = 101.0
    cost_per_sqm = 5.0
    label = "preventive"

  [[forecast.cost_tiers]]
    min_pci = 40.0
    max_pci = 70.0
    cost_per_sqm = 50.0
    label = "rehab"

  [[forecast.cost_tiers]]
    min_pci = 0.0
    max_pci = 40.0
    cost_per_sqm = 150.0
    label = "reconstruction"

[[cities]]
  name = "Alameda, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 65.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Albany, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Berkeley, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 75.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 56.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.5e+07
    cost_overhead = 1.0

[[cities]]
  name = "Dublin, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 78.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 3.7e+06
    cost_overhead = 1.0

[[cities]]
  name = "Emeryville, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 78.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fremont, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 71.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Hayward, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.0063947e+07
    cost_overhead = 1.0

[[cities]]
  name = "Livermore, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4.85e+06
    cost_overhead = 1.0

[[cities]]
  name = "Newark, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 71.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4e+06
    cost_overhead = 1.0

[[cities]]
  name = "Oakland, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 58.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 6e+07
    cost_overhead = 1.0

[[cities]]
  name = "Piedmont, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 62.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Pleasanton, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4.8e+06
    cost_overhead = 1.0

[[cities]]
  name = "San Leandro, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 57.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Union City, CA"
  overpass = true
  arcgis_url = "https://services5.arcgis.com/ROBnTHSNjoZ2Wm1P/arcgis/rest/services/Street_Centerlines/FeatureServer/0/query"
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 67.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 2.5e+06
    cost_overhead = 1.0

[[cities]]
  name = "Antioch, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 2.38039e+06
    cost_overhead = 1.0

[[cities]]
  name = "Brentwood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 78.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.989e+06
    cost_overhead = 1.0

[[cities]]
  name = "Clayton, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Concord, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 55.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "El Cerrito, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 68.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Hercules, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 62.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Lafayette, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Martinez, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 69.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4e+06
    cost_overhead = 1.0

[[cities]]
  name = "Moraga, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 74.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 3.271068e+06
    cost_overhead = 1.0

[[cities]]
  name = "Oakley, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 70.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Orinda, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 83.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 2.3e+06
    cost_overhead = 1.0

[[cities]]
  name = "Pinole, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 55.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 400000.0
    cost_overhead = 1.0

[[cities]]
  name = "Pittsburg, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.951212e+06
    cost_overhead = 1.0

[[cities]]
  name = "Pleasant Hill, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Richmond, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Pablo, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 65.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Ramon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 77.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Walnut Creek, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 70.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Belvedere, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Corte Madera, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 67.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fairfax, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 53.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Larkspur, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 87.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Mill Valley, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Novato, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Ross, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Anselmo, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Rafael, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 61.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.2e+06
    cost_overhead = 1.0

[[cities]]
  name = "Sausalito, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 57.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Tiburon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "American Canyon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 58.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Calistoga, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 57.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Napa, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 3.2e+06
    cost_overhead = 1.0

[[cities]]
  name = "St. Helena, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 54.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Yountville, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 79.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 650000.0
    cost_overhead = 1.0

[[cities]]
  name = "San Francisco, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 9e+07
    cost_overhead = 1.0

[[cities]]
  name = "Belmont, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 68.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Brisbane, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Burlingame, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Colma, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 78.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 82500.0
    cost_overhead = 1.0

[[cities]]
  name = "Daly City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 78.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "East Palo Alto, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 60.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Foster City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 77.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Half Moon Bay, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 64.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Hillsborough, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 81.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Menlo Park, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Millbrae, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 52.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.13064e+06
    cost_overhead = 1.0

[[cities]]
  name = "Pacifica, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 50.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Portola Valley, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Redwood City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 68.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Bruno, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 62.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Carlos, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 57.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Mateo, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "South San Francisco, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Woodside, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 74.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Campbell, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 66.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Cupertino, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 82.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Gilroy, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Los Altos, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Los Altos Hills, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 80.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Los Gatos, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 77.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Milpitas, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 71.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Monte Sereno, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Morgan Hill, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 2.8e+06
    cost_overhead = 1.0

[[cities]]
  name = "Mountain View, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 67.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4.7e+06
    cost_overhead = 1.0

[[cities]]
  name = "Palo Alto, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 83.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Jose, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Bay Area", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 8.7e+07
    cost_overhead = 1.0

[[cities]]
  name = "Santa Clara, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 74.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Saratoga, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 67.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 4.8e+06
    cost_overhead = 1.0

[[cities]]
  name = "Sunnyvale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Benicia, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 53.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Dixon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 65.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fairfield, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 64.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Rio Vista, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 60.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Suisun City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 53.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Vacaville, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Vallejo, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 44.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.15e+07
    cost_overhead = 1.0

[[cities]]
  name = "Cloverdale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Cotati, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 72.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Healdsburg, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 70.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Petaluma, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 50.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.188e+07
    cost_overhead = 1.0

[[cities]]
  name = "Rohnert Park, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 65.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 2.7e+06
    cost_overhead = 1.0

[[cities]]
  name = "Sebastopol, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 54.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 500000.0
    cost_overhead = 1.0

[[cities]]
  name = "Sonoma, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Windsor, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Bay Area"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 70.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Agoura Hills, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Alhambra, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Arcadia, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Artesia, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Avalon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Azusa, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Baldwin Park, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Bell, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Bell Gardens, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Bellflower, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Beverly Hills, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Bradbury, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Burbank, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 67.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 8e+06
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Calabasas, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Carson, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Cerritos, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Claremont, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Commerce, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Covina, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Cudahy, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Culver City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Diamond Bar, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Downey, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Duarte, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "El Monte, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "El Segundo, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Gardena, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Glendale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 58.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Glendora, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Hawaiian Gardens, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Hawthorne, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Hermosa Beach, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Hidden Hills, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Huntington Park, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Industry, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 112088
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Inglewood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Irwindale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "La Cañada Flintridge, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "La Habra Heights, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 3523972
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "La Mirada, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "La Puente, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "La Verne, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Lakewood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Lancaster, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 250.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Lawndale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Lomita, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Long Beach, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 200.0
  min_hex_area = 100.0
  tags = ["Los Angeles", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 61.0
    decay_rate = 0.03
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 4.55e+07
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Los Angeles, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Los Angeles", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 71.0
    decay_rate = 0.03
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Lynwood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Malibu, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Manhattan Beach, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Maywood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Monrovia, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Montebello, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Monterey Park, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Norwalk, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Palmdale, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 250.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Palos Verdes Estates, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 2314269
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Paramount, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Pasadena, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 57.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 1.1e+06
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Pico Rivera, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Pomona, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Rancho Palos Verdes, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Redondo Beach, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Rolling Hills, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 2314272
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Rolling Hills Estates, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 2314271
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Rosemead, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 10435737
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "San Dimas, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "San Fernando, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "San Gabriel, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "San Marino, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Santa Clarita, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 200.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Santa Fe Springs, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Santa Monica, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Sierra Madre, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Signal Hill, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "South El Monte, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "South Gate, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "South Pasadena, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Temple City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Torrance, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Vernon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Walnut, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "West Covina, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "West Hollywood, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Westlake Village, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "Whittier, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Los Angeles"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.03
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 25.0
      cost_per_sqm = 200.0
      label = "Failed"

    [[cities.forecast.cost_tiers]]
      min_pci = 25.0
      max_pci = 50.0
      cost_per_sqm = 120.0
      label = "Poor"

    [[cities.forecast.cost_tiers]]
      min_pci = 50.0
      max_pci = 70.0
      cost_per_sqm = 60.0
      label = "Fair"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 15.0
      label = "Good"

[[cities]]
  name = "San Diego, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["San Diego", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 63.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 8.31e+07
    cost_overhead = 1.0

[[cities]]
  name = "Chula Vista, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Oceanside, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Escondido, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Carlsbad, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "El Cajon, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Vista, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Marcos, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "National City, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "La Mesa, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["San Diego"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Riverside, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 200.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "San Bernardino, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fontana, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Rancho Cucamonga, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Ontario, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Moreno Valley, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Corona, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Rialto, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Inland Empire"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Sacramento, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 200.0
  min_hex_area = 100.0
  tags = ["Sacramento", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 1.512056e+07
    cost_overhead = 1.0

[[cities]]
  name = "Elk Grove, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Roseville, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Folsom, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Citrus Heights, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Rancho Cordova, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Davis, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "West Sacramento, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Sacramento"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.01
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fresno, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 200.0
  min_hex_area = 100.0
  tags = ["Central Valley", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 64.0
    decay_rate = 0.035
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 1.1985e+07
    cost_overhead = 1.0

[[cities]]
  name = "Bakersfield, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 250.0
  min_hex_area = 100.0
  tags = ["Central Valley", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Stockton, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Central Valley"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Modesto, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Central Valley"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Visalia, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Central Valley"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Clovis, CA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 125.0
  min_hex_area = 100.0
  tags = ["Central Valley"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.035
    growth_rate = 0.0
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Portland, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 53.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 25
    treatment_cycle_years = 0.0
    current_budget = 1.7625e+07
    cost_overhead = 1.0

[[cities]]
  name = "Beaverton, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Gresham, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Hillsboro, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 83.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Tigard, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Lake Oswego, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Milwaukie, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 80.0
  min_hex_area = 100.0
  tags = ["Portland Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 25
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Denver, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro", "Top 50"]
  boundary_relation_id = 1411339
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 2.37e+07
    cost_overhead = 1.0

[[cities]]
  name = "Aurora, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 2.3e+07
    cost_overhead = 1.0

[[cities]]
  name = "Lakewood, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 76.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 7.638144e+06
    cost_overhead = 1.0

[[cities]]
  name = "Arvada, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 44.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 1e+07
    cost_overhead = 1.0

[[cities]]
  name = "Westminster, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 54.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Centennial, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 69.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 8.35e+06
    cost_overhead = 1.0

[[cities]]
  name = "Boulder, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 77.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 4e+06
    cost_overhead = 1.0

[[cities]]
  name = "Thornton, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Denver Metro"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.06
    growth_rate = 0.015
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Boston, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston", "Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.005
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 2.4e+07
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Cambridge, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 60.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Somerville, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 60.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Quincy, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Newton, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 73.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    current_budget = 9.5e+06
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Medford, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Malden, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "Waltham, MA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 100.0
  min_hex_area = 100.0
  tags = ["Greater Boston"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.065
    growth_rate = 0.0
    years = 15
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

    [[cities.forecast.cost_tiers]]
      min_pci = 0.0
      max_pci = 40.0
      cost_per_sqm = 175.0
      label = "Reconstruct"

    [[cities.forecast.cost_tiers]]
      min_pci = 40.0
      max_pci = 70.0
      cost_per_sqm = 90.0
      label = "Rehabilitate"

    [[cities.forecast.cost_tiers]]
      min_pci = 70.0
      max_pci = 100.0
      cost_per_sqm = 20.0
      label = "Preventive"

[[cities]]
  name = "New York, NY"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 250.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Chicago, IL"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Houston, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 66.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2.81071e+08
    cost_overhead = 1.0

[[cities]]
  name = "Phoenix, AZ"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 9e+07
    cost_overhead = 1.0

[[cities]]
  name = "Philadelphia, PA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 6e+07
    cost_overhead = 1.0

[[cities]]
  name = "San Antonio, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 71.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Dallas, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Fort Worth, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Jacksonville, FL"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2.25e+07
    cost_overhead = 1.0

[[cities]]
  name = "Austin, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Charlotte, NC"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 3.1e+07
    cost_overhead = 1.0

[[cities]]
  name = "Columbus, OH"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Indianapolis, IN"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 250.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Seattle, WA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2.74e+07
    cost_overhead = 1.0

[[cities]]
  name = "Nashville, TN"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Oklahoma City, OK"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Washington, DC"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "El Paso, TX"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 3.5e+07
    cost_overhead = 1.0

[[cities]]
  name = "Las Vegas, NV"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Detroit, MI"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 9.5e+07
    cost_overhead = 1.0

[[cities]]
  name = "Louisville, KY"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 300.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 3e+07
    cost_overhead = 1.0

[[cities]]
  name = "Memphis, TN"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2e+07
    cost_overhead = 1.0

[[cities]]
  name = "Baltimore, MD"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2.24e+07
    cost_overhead = 1.0

[[cities]]
  name = "Milwaukee, WI"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Albuquerque, NM"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 171262
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Tucson, AZ"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Atlanta, GA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Kansas City, MO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 3.94e+07
    cost_overhead = 1.0

[[cities]]
  name = "Mesa, AZ"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 81.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Raleigh, NC"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 7.8e+06
    cost_overhead = 1.0

[[cities]]
  name = "Colorado Springs, CO"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 5e+07
    cost_overhead = 1.0

[[cities]]
  name = "Miami, FL"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Omaha, NE"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2.86e+07
    cost_overhead = 1.0

[[cities]]
  name = "Virginia Beach, VA"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Minneapolis, MN"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    cost_overhead = 1.0

[[cities]]
  name = "Tulsa, OK"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 2e+07
    cost_overhead = 1.0

[[cities]]
  name = "Tampa, FL"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 150.0
  min_hex_area = 100.0
  tags = ["Top 50"]
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 85.0
    decay_rate = 0.0
    growth_rate = 0.005
    years = 20
    treatment_cycle_years = 0.0
    current_budget = 4.14e+06
    cost_overhead = 1.0

[[include]]
  path = "../bay-area-ca/pvmt.toml"
  tags = ["Bay Area"]

[[include]]
  path = "../los-angeles-ca/pvmt.toml"
  tags = ["Los Angeles"]

[[include]]
  path = "../san-diego-ca/pvmt.toml"
  tags = ["San Diego"]

[[include]]
  path = "../inland-empire-ca/pvmt.toml"
  tags = ["Inland Empire"]

[[include]]
  path = "../sacramento-ca/pvmt.toml"
  tags = ["Sacramento"]

[[include]]
  path = "../central-valley-ca/pvmt.toml"
  tags = ["Central Valley"]

[[include]]
  path = "../portland-metro-or/pvmt.toml"
  tags = ["Portland Metro"]

[[include]]
  path = "../denver-metro-co/pvmt.toml"
  tags = ["Denver Metro"]

[[include]]
  path = "../greater-boston-ma/pvmt.toml"
  tags = ["Greater Boston"]

[[include]]
  path = "../top-50-cities/pvmt.toml"
  tags = ["Top 50"]

City Showdown

How does your city's pavement stack up?
Loading city data...

Region Rollup

The whole network as one fiscal entity — what does it cost to keep solvent?
Loading region data...