forked from ChelseaKR/ca-tariff-parse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.toml
More file actions
114 lines (106 loc) · 4.23 KB
/
Copy pathsources.toml
File metadata and controls
114 lines (106 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Published rate schedules this project knows how to parse.
#
# The documents themselves are not redistributed from this repository. What is
# committed is this manifest: publisher, URL, retrieval date and the SHA-256 of
# the exact bytes that were read. Run `ca-tariff-parse fetch` to download them,
# and `ca-tariff-parse verify-source` to confirm you hold the same bytes.
#
# A publisher may revise a schedule at the same URL. When the digest stops
# matching, that is a signal to review the change deliberately, not to relax
# the check.
#
# Listing a document here is a statement about where it came from. It is not a
# claim of permission, endorsement, or any relationship with the publisher.
[[document]]
id = "smud-r-tod"
schedule = "R-TOD"
title = "Residential Time-of-Day Service"
publisher = "Sacramento Municipal Utility District"
url = "https://www.smud.org/-/media/Documents/Rate-Information/Rates/1-R-TOD.ashx"
filename = "1-R-TOD.pdf"
sha256 = "9be2f188d4bb39b4bb6436a9a37035457d0e0ab51f769fe995f58ca35422accd"
retrieved_at = "2026-08-17"
pages = 5
bytes = 220148
[[document]]
id = "smud-r"
schedule = "R"
title = "Residential Service"
publisher = "Sacramento Municipal Utility District"
url = "https://www.smud.org/-/media/Documents/Rate-Information/Rates/1-R.ashx"
filename = "1-R.pdf"
sha256 = "2bc1beb88755f70db7f3bdce0b516a80946524455188bfae7eda5a5d68da555b"
retrieved_at = "2026-08-17"
pages = 4
bytes = 209810
[[document]]
id = "smud-ci-tod1"
schedule = "CI-TOD1"
title = "Commercial & Industrial Time-of-Day (0-299 kW)"
publisher = "Sacramento Municipal Utility District"
url = "https://www.smud.org/-/media/Documents/Rate-Information/Rates/CI-TOD1.ashx"
filename = "CI-TOD1.pdf"
sha256 = "0387da3e461c258ec71ba4a446bf72d27213040d1c7999541be1fda05202e510"
retrieved_at = "2026-08-17"
pages = 8
bytes = 282745
[[document]]
id = "smud-ssr"
schedule = "SSR"
title = "Solar and Storage Rate"
publisher = "Sacramento Municipal Utility District"
url = "https://www.smud.org/-/media/Documents/Rate-Information/Rates/01_SSR.ashx"
filename = "01_SSR.pdf"
sha256 = "fe588545545c5b341f9436fa15923fc35192aca72b6499c116cf3bf72c2b800e"
retrieved_at = "2026-08-17"
pages = 4
bytes = 203785
# A second publisher, added to find out how much of this parser is general and
# how much was four documents' worth of one publisher's typesetting. The answer
# is in docs/adr/0005, and the document profile it called for is implemented in
# docs/adr/0006. Retrieval checked https://www.pge.com/robots.txt first, which
# disallows only /mobile/ and /mobile_jbri/ for a general client and publishes
# a sitemap of the tariff book.
#
# `profile` names the document profile these sheets are read with. It supplies
# only what the document cannot state about itself: that the outline is a
# keyword column, that a negative is written in accounting brackets, and which
# word announces a superseded sheet. Everything else is still read off the
# page. A document naming no profile gets the default, under which a bracketed
# amount is refused and a page asserting two sheet numbers records neither.
[[document]]
id = "pge-e-1"
profile = "pge-tariff-book"
schedule = "E-1"
title = "Residential Services"
publisher = "Pacific Gas and Electric Company"
url = "https://www.pge.com/tariffs/assets/pdf/tariffbook/ELEC_SCHEDS_E-1.pdf"
filename = "ELEC_SCHEDS_E-1.pdf"
sha256 = "39fbba73bbe0ee594705f52c1bbe1ab14d41ad9807742defc1dadcc39f577239"
retrieved_at = "2026-08-17"
pages = 7
bytes = 656128
[[document]]
id = "pge-e-tou-c"
profile = "pge-tariff-book"
schedule = "E-TOU-C"
title = "Residential Time-of-Use (Peak Pricing 4 - 9 p.m. Every Day)"
publisher = "Pacific Gas and Electric Company"
url = "https://www.pge.com/tariffs/assets/pdf/tariffbook/ELEC_SCHEDS_E-TOU-C.pdf"
filename = "ELEC_SCHEDS_E-TOU-C.pdf"
sha256 = "053b572d9c86df2a0e05f583b171148f072ba870b6b846367b2d3c0d81b4a931"
retrieved_at = "2026-08-17"
pages = 10
bytes = 932456
[[document]]
id = "pge-b-1"
profile = "pge-tariff-book"
schedule = "B-1"
title = "Small General Service"
publisher = "Pacific Gas and Electric Company"
url = "https://www.pge.com/tariffs/assets/pdf/tariffbook/ELEC_SCHEDS_B-1.pdf"
filename = "ELEC_SCHEDS_B-1.pdf"
sha256 = "c549733e3813bee59ae444b54a4b827fa37e8dd792e8f790f7361df5280b8bea"
retrieved_at = "2026-08-17"
pages = 11
bytes = 823553