Skip to content

Commit

Permalink
Create readme for design temp directory and add Energy Star PDF to gi…
Browse files Browse the repository at this point in the history
…t lfs
  • Loading branch information
axiomizer committed Oct 18, 2023
1 parent 3b452e9 commit 0e320d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
design_temp/ENERGY[[:space:]]STAR[[:space:]]Certified[[:space:]]Homes[[:space:]]County-Level[[:space:]]Design[[:space:]]Temperature[[:space:]]Reference[[:space:]]Guide.pdf filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
6 changes: 6 additions & 0 deletions design_temp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The Energy Star PDF contains design temperatures by US county. The PDF was downloaded from:
https://www.energystar.gov/ia/partners/bldrs_lenders_raters/downloads/County%20Level%20Design%20Temperature%20Reference%20Guide%20-%202015-06-24.pdf
and copied into pdf_rawcopy.txt. To allow copying, it was downloaded by using Google Chrome, using
the 'print' option and saving it as a PDF.

The script clean.py generates design_temp_by_county.csv from pdf_rawcopy.txt
7 changes: 0 additions & 7 deletions design_temp/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
from dataclasses import dataclass


# This script generates design_temp_by_county.csv
# from the raw text copied from the ENERGY STAR pdf located at:
# https://www.energystar.gov/ia/partners/bldrs_lenders_raters/downloads/County%20Level%20Design%20Temperature%20Reference%20Guide%20-%202015-06-24.pdf
# To copy the text from the PDF you can open it in chrome and select the 'print' option
# to save it as a PDF that will allow copying


# Number of counties (according to PDF) for each of the 50 states and for DC
# Same order as PDF
REGIONS = {
Expand Down

0 comments on commit 0e320d1

Please sign in to comment.