Skip to content

Commit cbf295e

Browse files
authored
Merge pull request #435 from cal-itp/update_readme
Update readme
2 parents caed575 + dcbf579 commit cbf295e

File tree

3 files changed

+58
-10
lines changed

3 files changed

+58
-10
lines changed

5310_5311/5310_orgs/readme_analysis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
1. [5310_analysis.ipynb](./5310_orgs/5310_analysis.ipynb): Initial analysis
1515

1616
### Reports
17-
1. [5310 Report](https://docs.calitp.org/data-analyses/5310_orgs/5310_report_output.html)
17+
1. [5310 Report](https://docs.calitp.org/data-analyses/5310_5311/5310_orgs/5310_report_output.html)
1818
2. [5310_report_output.ipynb](./5310_orgs/5310_report_output.ipynb): Report Outputs

5310_5311/5311/district_analyses/district_11.ipynb

+35-9
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,31 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 3,
5+
"execution_count": 2,
66
"id": "f18af80f-68d7-4274-93ea-196ea9370521",
77
"metadata": {},
8-
"outputs": [],
8+
"outputs": [
9+
{
10+
"name": "stderr",
11+
"output_type": "stream",
12+
"text": [
13+
"/opt/conda/lib/python3.10/site-packages/geopandas/_compat.py:112: UserWarning: The Shapely GEOS version (3.10.3-CAPI-1.16.1) is incompatible with the GEOS version PyGEOS was compiled with (3.10.1-CAPI-1.16.0). Conversions between both will be slow.\n"
14+
]
15+
}
16+
],
917
"source": [
1018
"import numpy as np\n",
1119
"import pandas as pd\n",
1220
"from siuba import *\n",
1321
"from calitp import *\n",
1422
"import intake\n",
1523
"import shared_utils\n",
16-
"\n",
17-
"#import _data_prep\n",
18-
"#import _utils"
24+
"\n"
1925
]
2026
},
2127
{
2228
"cell_type": "code",
23-
"execution_count": 4,
29+
"execution_count": 3,
2430
"id": "4da9fdea-36db-4bb8-a441-c136f515c007",
2531
"metadata": {},
2632
"outputs": [],
@@ -33,6 +39,29 @@
3339
"from shared_utils import styleguide"
3440
]
3541
},
42+
{
43+
"cell_type": "code",
44+
"execution_count": 7,
45+
"id": "15a32dd9-5f9a-4c25-893e-65af0c58b30b",
46+
"metadata": {},
47+
"outputs": [],
48+
"source": [
49+
"# import sys"
50+
]
51+
},
52+
{
53+
"cell_type": "code",
54+
"execution_count": 6,
55+
"id": "04cb60c2-c778-4540-8ef1-5906fd8741a3",
56+
"metadata": {},
57+
"outputs": [],
58+
"source": [
59+
"# # Add utils needed\n",
60+
"\n",
61+
"# sys.path.append(\"../_utils\")\n",
62+
"# sys.path.append(\"../_data_prep/\")"
63+
]
64+
},
3665
{
3766
"cell_type": "code",
3867
"execution_count": 5,
@@ -2982,9 +3011,6 @@
29823011
"execution_count": 20,
29833012
"id": "1a66c69b-45fc-4734-8f03-1434ce59e805",
29843013
"metadata": {
2985-
"jupyter": {
2986-
"source_hidden": true
2987-
},
29883014
"tags": []
29893015
},
29903016
"outputs": [],

5310_5311/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 5310 & 5311
2+
3+
**FTA Section 5310**, the Enhanced Mobility of Seniors and Individuals with Disabilities Program, provides funding to Transit Providers and Non-Profits for operational, capital and mobility management purposes to meet transporation needs.
4+
5+
**FTA Section 5311** provides funding for Rural Areas for planning, capital, operating, job access and reverse commute projects, and the acquisition of public transportation services.
6+
7+
## Sections
8+
9+
### [5310_orgs](./5310_orgs/):
10+
1. [Analysis ReadME](./5310_orgs/readme_analysis.md): ReadME detailing analysis for 5310 Organizations
11+
2. [5310 Report](https://docs.calitp.org/data-analyses/5310_5311/5310_orgs/5310_report_output.html): Report for 5310 agencies
12+
13+
### [5311](./5311/):
14+
1. [Analysis ReadME](./5311/readme_analysis.md): ReadME detailing analysis for 5310 Organizations
15+
2. [Example District Analyses](./5311/district_analyses/): Three district notebooks looking at 5311 agencies
16+
3. [Chart Outputs](./5311/chart_outputs/): Folder with chart outputs for 5311 charts
17+
4. [Refactor](./5311/refactor/): Folder with Refactor ideas
18+
19+
### [5311_5310_applicants](./5311_5310_applicants/):
20+
1. [Payment Analysis](./5311_5310_applicants/payment_analysis.ipynb): Notebook with an analysis of recipient agencies for 5311/5310/or both funds
21+
2. [Hubspot](./5311_5310_applicants/hubspot.ipynb): Notebook looking at how much funding each agency receives by each fiscal year and grant, in the past five years
22+
3. [Airtable](./5311_5310_applicants/airtable.ipynb): Notebook for 5311 and 5310 Applicants

0 commit comments

Comments
 (0)