Skip to content

Commit b1772e2

Browse files
committed
move each utility pngs to static and update readme, rm chartjs
1 parent 62456ad commit b1772e2

File tree

8 files changed

+6
-7
lines changed

8 files changed

+6
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ settings.py
1414
__pycache__
1515
/static/
1616
/venv/
17-
apps/core/static/chartjs/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Examples of each of these management commands, including output, is below per ut
3434
## Electric
3535
### Pennsylvania Electric Company ("PECO")
3636

37-
![Electric Screenshot](apps/electric/page.png)
37+
![Electric Screenshot](apps/electric/static/page.png)
3838

3939
A ZIP (`.zip`) archive containing a comma-separated values (`.csv`) file, of
4040
electricity used in kilowatt-hours (kWh), can be downloaded from the
4141
"[My Green Button Data](https://secure.peco.com/MyAccount/MyBillUsage/Pages/Secure/GreenButtonConnectDownloadMyData.aspx)"
4242
page of the "My Usage" section of the PECO website:
43-
![Export Pennsylvania Electric Company Electric Usage Screenshot](apps/electric/export.png)
43+
![Export Pennsylvania Electric Company Electric Usage Screenshot](apps/electric/static/export.png)
4444

4545
The export CSV file from PECO is named based upon the dates exported, like so:
4646
> `peco_electric_usage_interval_data_Service 1_1_2023-07-04_to_2023-07-04.csv`
@@ -96,13 +96,13 @@ Total: 12,876.9400 kWh / 19,534 hours = average 0.6592 kWh over 2 years, 2 mont
9696
## Natural Gas
9797
### Philadelphia Gas Works ("PGW")
9898

99-
![Natural Gas Screenshot](apps/natural_gas/page.png)
99+
![Natural Gas Screenshot](apps/natural_gas/static/page.png)
100100

101101
An Excel (`.xlsx`) spreadsheet file of natural gas, used in hundreds of cubic
102102
feet (CCF), each (billing) month can be downloaded from the
103103
"[usage section](https://myaccount.pgworks.com/portal/usages.aspx?type=GU)"
104104
of the Philadelphia Gas Works (PGW) website;
105-
![Export Philadelphia Gas Works Natural Gas Usage Screenshot](apps/natural_gas/export.png)
105+
![Export Philadelphia Gas Works Natural Gas Usage Screenshot](apps/natural_gas/static/export.png)
106106

107107
The Excel spreadsheet from PGW is named by the date it was exported
108108
(such as `UsageDataMMDDYYYY.xlsx`):
@@ -141,14 +141,14 @@ Done.
141141
## Water
142142
#### Philadelphia Water Department ("PWD")
143143

144-
![Water Screenshot](apps/water/page.png)
144+
![Water Screenshot](apps/water/static/page.png)
145145

146146
Comma-separated values ("CSV" / `.csv`) file of water used, in gallons, daily.
147147

148148
A CSV file can be downloaded by "Gallons" of water used "Daily" from the
149149
"[Detailed Usage](https://secure8.i-doxs.net/CityOfPhiladelphiaWRB/Secure/Usage.aspx)"
150150
section of the Philadelphia Water Department (PWD) website:
151-
![Export Philadelphia Water Department Detailed Usage Screenshot](apps/water/export.png)
151+
![Export Philadelphia Water Department Detailed Usage Screenshot](apps/water/static/export.png)
152152

153153
The water usage export `.csv` file is always named `ChartData.csv`.
154154

0 commit comments

Comments
 (0)