Skip to content

Commit 48ad820

Browse files
committed
fix speedmap site time periods
1 parent 556d1cb commit 48ad820

File tree

119 files changed

+474
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+474
-0
lines changed

portfolio/rt/README.md

Lines changed: 66 additions & 0 deletions

portfolio/rt/_config.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Book settings
2+
# Learn more at https://jupyterbook.org/customize/config.html
3+
4+
title: California Transit Speed Maps
5+
author: Cal-ITP
6+
copyright: "2024"
7+
#logo: calitp_logo_MAIN.png
8+
9+
# Force re-execution of notebooks on each build.
10+
# See https://jupyterbook.org/content/execute.html
11+
execute:
12+
execute_notebooks: 'off'
13+
allow_errors: false
14+
timeout: -1
15+
16+
# Define the name of the latex output file for PDF builds
17+
latex:
18+
latex_documents:
19+
targetname: book.tex
20+
21+
launch_buttons:
22+
binderhub_url: "https://mybinder.org"
23+
jupyterhub_url: "https://hubtest.k8s.calitp.jarv.us"
24+
thebe: true
25+
26+
repository:
27+
url: https://github.com/cal-itp/data-analyses/ # Online location of your book
28+
# path_to_book: docs # Optional path to your book, relative to the repository root
29+
path_to_book: ca_transit_speed_maps
30+
branch: main # Which branch of the repository should be used when creating links (optional)
31+
32+
# Add GitHub buttons to your book
33+
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
34+
html:
35+
use_issues_button: true
36+
use_repository_button: true
37+
use_edit_page_button: true
38+
google_analytics_id: 'G-JCX3Z8JZJC'
39+
40+
sphinx:
41+
config:
42+
html_js_files:
43+
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js

portfolio/rt/_toc.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
format: jb-book
2+
parts:
3+
- caption: null
4+
chapters:
5+
- file: district_01-eureka.md
6+
sections:
7+
- glob: district_01-eureka/*
8+
- file: district_02-redding.md
9+
sections:
10+
- glob: district_02-redding/*
11+
- file: district_03-marysville.md
12+
sections:
13+
- glob: district_03-marysville/*
14+
- file: district_04-oakland.md
15+
sections:
16+
- glob: district_04-oakland/*
17+
- file: district_05-san-luis-obispo.md
18+
sections:
19+
- glob: district_05-san-luis-obispo/*
20+
- file: district_06-fresno.md
21+
sections:
22+
- glob: district_06-fresno/*
23+
- file: district_07-los-angeles.md
24+
sections:
25+
- glob: district_07-los-angeles/*
26+
- file: district_08-san-bernardino.md
27+
sections:
28+
- glob: district_08-san-bernardino/*
29+
- file: district_09-bishop.md
30+
sections:
31+
- glob: district_09-bishop/*
32+
- file: district_10-stockton.md
33+
sections:
34+
- glob: district_10-stockton/*
35+
- file: district_11-san-diego.md
36+
sections:
37+
- glob: district_11-san-diego/*
38+
- file: district_12-irvine.md
39+
sections:
40+
- glob: district_12-irvine/*
41+
root: README

portfolio/rt/district_01-eureka.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f5cbf90d1e66a491e06a8be8c2d169a2410c0177e81642b096ea9d11f8d393e2
3+
size 60290
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:fba3125b24e786cfc96d1faa25e12aaba90735081011d1e5ac9f4df131eacef7
3+
size 60295
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d25606f408a5a0ea7bc99c6732660e4c9d4b26e9b08cd356bad1edb116d09db6
3+
size 60573
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:da3cce7f080ebe46f021d15a7d2ff6ced16d89054dd6bc64e3c06ee9fe6db664
3+
size 57630
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:74d1de3c171b27400a8c6c79dfc91ea74f27d67fe7157a4a13fd5f9601a26248
3+
size 60620
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:05233691026a694fe649ecb9f64ec367a164a8ddb27e0d6fc95bb1d795941d0c
3+
size 57783

portfolio/rt/district_02-redding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3e722c0ccab55880a8b3a47e3496821c2219b55b6dfb2169e18fe9aaf5c2830c
3+
size 63362
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b4113f167ea474c7ad04773d1be1ba7f9a672021f6d35a32a64228dc3d937a32
3+
size 63030
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0397ca1f7b8d20192d8918acd5d3a532239d20cf0cfe9f48ba677ebe211b161b
3+
size 57710
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:12316b7c8bca0a4c1646be3a50916c31c4432cf714406acfff7e8f6f676b62a2
3+
size 57414
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:454c2064ea481b338989955d4c62cbaeb057ee055acfc9364930c9e090a29871
3+
size 60884
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f63a32dbedd46294041cfeef3f9153e8f6aebc56c764f6e7fb64a0eef3d29374
3+
size 57441
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:40de93868c7a74ece4ac3e48533c054d1e6ac9b2c730904460485bd4bd80a74c
3+
size 60495
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:591f4873f9a308ad1df6c1ed6cc77f7c7b758a21fa280adfd56aca3ba0dbf448
3+
size 57416
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:836c324ceae68d7338d37245b63d04008c0cbc73541bc9af9844d28f73c5c7c2
3+
size 60824
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b3f3b5116cddc2ebc30517e6ce4b6db02b3a1332e30fc4222eefac237bdd1721
3+
size 60666
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:05c504251174065c06fae32e8e73d319154df20fd03447b6d421b4b3d1efd84c
3+
size 60751
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9c971359618171f968ec2fb8270397167adbd995ec3d0b8bb758c1ccda8d551e
3+
size 63655

portfolio/rt/district_04-oakland.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cc2182d4e32b423e1d65dac44fcd6a0095ab14988a31b3439f98375c9d94a297
3+
size 63690
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:74908a7cdedb94f7b323254d01ddd79310e037c134f6d6dae6bb966c91b1380f
3+
size 42824
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:24e3291ab4221efa0175b52d80b14f0966fffdf11837c0642e5ffae4d44f347e
3+
size 60859
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3d6d8e785100bbf7462936da248f6a130639345cee7796fcbd4d92e9b5517f81
3+
size 63461
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8dc37152edc1f8252cd531d7c0609d8fae4d9133cae536f281b59841318893bf
3+
size 60267
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:69535a858b7d2f4f8320c4dca8735eed940900a9e30c9e9168ac970fc715ce9c
3+
size 57530
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cdf7cebe5906897ea19de86892cb67c6753ffc82c26cbef262d0628d25a52b6a
3+
size 60297
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0c3411e071d8f53e1e5097e0b5d8afd2470b416fd3b127fe422e2a5d78e40ad8
3+
size 60332
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c681213658aa03b148af42b83e49237005ab03e3031eb1bedbd8640e1f418174
3+
size 60411
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:08181e17ce120e6f47219bd25ea0a48316e7306db70c028ca23d243de3c88bbb
3+
size 60360
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5d3a3027edfad32c6e6b76d21dbd44fdff438eb0a013fa6e3a2e729aee3ac87a
3+
size 58147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:353ed75b8787decd5fc41a76f13f46c32ec25e9527377b6148c78c4bc81301eb
3+
size 63738
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0834b2bb771e5241ef609792cda0e1fbc9c28651c1e225c96fa909487ffbc145
3+
size 60994
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4b7f23b01eff05617d08ec07969c0e21c9f1cdb1aa2b68c0d8fac409a4208824
3+
size 64141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:2a18dbb1e48a09d8050a5b3fe7e2a8227b42f6a188d15861a9fb075ebca8f07f
3+
size 60931
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8f372c660419c7d9d9d62efae81f515e91bd7b08c7ff0c461dd5fa040621c0ca
3+
size 63471
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:23726fde52e85a55f590a55fd2486db2d2e151519bb1e27f6525c15ecb6316f6
3+
size 58211
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:945642a3cf19dafc7db6b36ab528d098c6db8a97a931d0e28d93e09c4659bf36
3+
size 57939
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:88ebc4ea486db333e27411625ed72f8a5e5db59272577bf8136bee8de05eb33b
3+
size 57386
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3528b7bb18aad848f363f5a925763ea99eeb2fbbc6dc5adaae1298dd8e5de698
3+
size 61223
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ed43102421d9fb265e5078d1387f6d197d351b37140b12c0635918014da211ee
3+
size 63625
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f378197a46d4d9e44aba9f5e2a48bdf27cd6df7128a0e6df8c1ed4d76505be34
3+
size 63858
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9c18b069442b46993527390383394caf46c2c4080bf7abce6f91dfab44149906
3+
size 63258
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cf14294ab5a0b8248dd447213ab3142f67b725a6eb5390245353fbe77b1a0827
3+
size 63528
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ac38addfc010fbe52f6ad33c84abdd7e2e1db84e18c600cc46bff921237eaef2
3+
size 60246
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:40857586402ac48c81b426654d172cd994eff2e62c841660d95e8b47a70cab1b
3+
size 60862
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b1f7e4d703968e3bb0270ac6d7b44b44b3e6c0949902fc1aefdf1871911ab167
3+
size 57819
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8c8b7eb405a8b9e6e1567e62c93c533b7fb236722b799d782aea95effa7acf25
3+
size 60867
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:18a4c552be2087a69f19471cfdc1eab2866ff4c724f7405c803b9dba0a2e3c86
3+
size 60482
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cc0755233c3c7eda9941a4abb2aaf02122b99fa7a6c8d4ff778e4ca13105d37e
3+
size 57568
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:18ccc0eded3f30f9e6a732c7ded655c6e036ddc86f3b0dc1c78f8eb818a5f9d7
3+
size 57460
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c18ffb8e26b740e8d2a4ca2d9e1795dbeba393e7f51fa6894ab4f0c5f5ad6b1c
3+
size 60546
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:bcd0d569d55feba36b18cce208f25a2a5d1efa66737b0f5de96534c35106170d
3+
size 60971
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d24945f45fe8d676981eb6a50aaf1c5a5cb07e4abfb52fa553475928e1eed64c
3+
size 61034
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cb059ff9df30f856060e871c707bd00afdd618039df6668e1c7d5b3459e3628c
3+
size 60936

portfolio/rt/district_06-fresno.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:14ec834448a00a08c70184c5c6c6d0d58e65cd42f9817b3d02a70d1304373b22
3+
size 60304
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0bd8ea6ad3b1752cfecbd3429e81e8cbcef6d648f3fd6c7df4335ff6a294d916
3+
size 60305
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0ad7c3a111e01737e0eaba39c89dc183b3a165e867bac9307ef462cd9a086adf
3+
size 60628
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ce9de82fc4cd1e6dbb3cdb09bf97600233d26b542a74a32322fc1cdc98710693
3+
size 62884

0 commit comments

Comments
 (0)