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

Solvent Streets

Portland Metro Pavement Analysis

Pavement & Parking Analysis | Last computed 2026-06-19

City Summary

City Area (ha) 59864.3
City Area (sq km) 598.64
Total Paved (ha) 7044.4
% Paved 11.8%

roads

Features 167310
Area (ha) 5727.7
Area (sq km) 57.28

parking

Features 9492
Area (ha) 1348.5
Area (sq km) 13.49

sidewalks

Features 24681
Area (ha) 239.4
Area (sq km) 2.39
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.

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:

Assumptions and limitations

References

Project Configuration

Input Configuration

# Portland Metro, OR — metric-units regional analysis
#
# Portland and its westside/eastside suburbs have excellent OSM coverage.
# This config renders all output in metric units and uses a moderately
# fine hex grid, with a long 25-year forecast horizon.
#
# Techniques demonstrated:
#   - [display].units = "metric" for metric output everywhere.
#   - hex_edge_m = 80 (a middle-ground grid resolution).
#   - A 25-year forecast horizon.
#
# Overpass-only. Expect ~7 Nominatim + Overpass pulls for `pvmt all ingest`.

config_id = "portland-metro-or"

[display]
units = "metric"

[grid]
hex_edge_m = 80

[forecast]
years = 25

[export]
title = "Portland Metro Pavement Analysis"

[[cities]]
name = "Portland, OR"
#@cite PBOT citywide network PCI 53, Mar 2024 (down from 76 in 2008)
#@cite     https://www.portland.gov/transportation/news/2024/3/1/news-release-pbot-launches-two-week-pothole-march-madness-campaign (accessed 2026-06-14)
forecast.initial_pci = 53
#@cite Fixing Our Streets gas-tax, $70.5M over FY2024-28 (4-yr program), annualized; dedicated program, not full PBOT budget
#@cite     https://www.portland.gov/transportation/fixing-our-streets/projects-2024-2028 (accessed 2026-06-14)
forecast.current_budget = 17625000.0
overpass = true

[[cities]]
name = "Beaverton, OR"
overpass = true

[[cities]]
name = "Gresham, OR"
overpass = true

[[cities]]
name = "Hillsboro, OR"
#@cite city-maintained roadways average PCI 83, Pavement Management Program
#@cite     https://www.hillsboro-oregon.gov/our-city/departments/public-works/transportation/street-and-road-maintenance/pavement-management (accessed 2026-06-14)
forecast.initial_pci = 83
overpass = true

[[cities]]
name = "Tigard, OR"
overpass = true

[[cities]]
name = "Lake Oswego, OR"
#@cite Network PCI 75 (2022), Pavement Mgmt Program statistics 2018-2022
#@cite     https://www.ci.oswego.or.us/pavement (accessed 2026-06-14)
forecast.initial_pci = 75
overpass = true

[[cities]]
name = "Milwaukie, OR"
#@cite Street Surface Maintenance Program network-wide PCI 59
#@cite     https://www.milwaukieoregon.gov/departments/engineering/programs/street_surface_maintenance_program.php (accessed 2026-06-14)
forecast.initial_pci = 59
overpass = true

Effective configuration (with defaults)

[grid]
  hex_edge_m = 80.0

[display]
  units = "metric"
  min_hex_area = 100.0

[export]
  title = "Portland Metro Pavement Analysis"
  coordinate_decimals = 0

[forecast]
  initial_pci = 85.0
  decay_rate = 0.035
  growth_rate = 0.0
  years = 25

  [[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 = "Portland, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 53.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 0
    current_budget = 1.7625e+07

[[cities]]
  name = "Beaverton, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false

[[cities]]
  name = "Gresham, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false

[[cities]]
  name = "Hillsboro, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 83.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 0

[[cities]]
  name = "Tigard, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false

[[cities]]
  name = "Lake Oswego, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 75.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 0

[[cities]]
  name = "Milwaukie, OR"
  overpass = true
  arcgis_url = ""
  hex_edge_m = 0.0
  boundary_relation_id = 0
  allow_private_arcgis = false
  [cities.forecast]
    initial_pci = 59.0
    decay_rate = 0.0
    growth_rate = 0.0
    years = 0

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...