Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
3.9 KiB

  1. ---
  2. title: 2021 SEPTA Budget Breakdown
  3. layout: post.liquid
  4. published_date: 2022-07-18 00:00:00 +0000
  5. slug: septa_budget
  6. is_draft: false
  7. description: |
  8. Philadelphia's transit agency SEPTA 2021 Budget numbers turned into a Sankey visualization.
  9. ---
  10. <style>
  11. table tbody tr:hover {
  12. background: #f8f1dd;
  13. }
  14. </style>
  15. # 2021 SEPTA Budget Breakdown
  16. _Published in July 2022_
  17. <p class="illuminated">
  18. Every year Philadelphia's transit agency <span style="font-variant:small-caps;">septa</span>{% capture sidenote %}SouthEastern Pennsylvania Transportation Authority.{% endcapture %}{% include "sidenote.liquid" %}
  19. publishes budget figures.{% capture sidenote %}The reports page with many PDFs for download including the 2021 budget: <a href="https://planning.septa.org/reports/">https://planning.septa.org/reports/</a> (<a href="https://web.archive.org/web/20220615033618/https://planning.septa.org/reports/">archived link</a>).{% endcapture %}{% include "sidenote.liquid" %}
  20. There is a lot of information in the document, both a high level table and many further breakdowns.
  21. </p>
  22. I thought it would be interesting to read through the numbers and build a
  23. Sankey diagram{% capture sidenote %}<a href="https://en.wikipedia.org/wiki/Sankey_diagram">https://en.wikipedia.org/wiki/Sankey_diagram</a>{% endcapture %}{% include "sidenote.liquid" %}
  24. showing several levels of expenses and revenue broken down by category.
  25. Starting at the highest level this is the top level budget for the entire organization:
  26. ### 2021 Budget Breakdown
  27. Revenue | Amount in Thousands
  28. :------------------------------- | ------------------:
  29. Passenger Revenue | 480,574
  30. Shared Ride Program | 16,250
  31. Other Income | 42,188
  32. Investment Income | 2,756
  33. &nbsp; | ---------
  34. *Total Operating Revenue* | 541,768
  35. Subsidy | &nbsp;
  36. :------------------------------- | ------------------:
  37. Federal | 93,028
  38. State | 779,377
  39. Local | 112,451
  40. Other | 4,360
  41. &nbsp; | ---------
  42. *Total Subsidy* | 989,216
  43. Expenses | &nbsp;
  44. :------------------------------- | ------------------:
  45. Labor and Fringe Benefits | 1,088,773
  46. Material and Services | 331,432
  47. Injury and Damage Claims | 24,711
  48. Propulsion Power | 27,313
  49. Fuel | 26,026
  50. Vehicle and Facility Rentals | 8,854
  51. &nbsp; | ---------
  52. *Operating Expense* | 1,507,109
  53. Depreciation/Contributed Capital | 23,875
  54. &nbsp; | ---------
  55. **Total Expenses** | **1,530,984**
  56. Note that the subsidies (mostly from the state of Pennsylvania) exactly cover
  57. the gap between expenses and revenue.
  58. I found the high level table a little lacking in detail, so I read further and
  59. tried to pull out numbers from the various breakdown tables in the document
  60. and align them to the overview table so we can see more detail of where money
  61. is coming from and where it's spent.
  62. Here is a visualization of the budget as a Sankey diagram:
  63. <figure class="fullwidth">
  64. <a href="interactive/" target="_blank" style="text-decoration:none;background:none;text-shadow:none">
  65. <img src="SEPTA_2021_Budget_sankey.png" alt="Sankey diagram breaking down SEPTA 2021 Budget numbers by various catagories" title="Sankey diagram breaking down SEPTA 2021 Budget numbers by various catagories">
  66. </a>
  67. </figure>
  68. - Click the image for a larger interactive view.
  69. - Download the chart as an image [SEPTA_2021_Budget_sankey.png](SEPTA_2021_Budget_sankey.png)
  70. This represents my best-guess understanding at the data as-is from the PDF.