Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 95 #112

Merged
merged 22 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
81b3c31
Copy over function for reading csv.
thatoldplatitude Nov 19, 2023
84301c5
Some house cleaning
thatoldplatitude Nov 19, 2023
c805e45
Clean imports. Change output file path & wrtie row to file(maybe. who…
thatoldplatitude Nov 19, 2023
b5587a0
add requests to project
thatoldplatitude Nov 20, 2023
099a1e2
Just use the existing file instead of dictwriter.
thatoldplatitude Nov 20, 2023
78de5c8
Fix headers, add newlines to output. Test for state exists
thatoldplatitude Nov 20, 2023
04786a1
add tenp to the output. duuhhh
thatoldplatitude Nov 25, 2023
8cb2afa
Merge branch 'main' of github.com:codeforboston/home-energy-analysis-…
thatoldplatitude Nov 29, 2023
2dcd0b9
add generated file. restructure scripts
thatoldplatitude Nov 29, 2023
53a965e
Merge branch 'codeforboston:main' into main
thatoldplatitude Dec 1, 2023
b54d63f
Merge branch 'codeforboston:main' into main
thatoldplatitude Dec 1, 2023
6151eb2
Merge branch 'codeforboston:main' into main
thatoldplatitude Dec 12, 2023
2b8ca15
readme
thatoldplatitude Dec 12, 2023
30de3eb
Cleanup
thatoldplatitude Dec 12, 2023
0b111bf
remove request dep from toml.
thatoldplatitude Dec 13, 2023
601abc5
Add dep install in readme.
thatoldplatitude Dec 13, 2023
0cff8e7
Wrap in name is main test. Use globals all around instead of returnin…
thatoldplatitude Dec 13, 2023
bd18b28
Merge branch 'codeforboston:main' into main
thatoldplatitude Jan 3, 2024
93b950a
Merge branch 'codeforboston:main' into main
thatoldplatitude Jan 3, 2024
03a4438
Merge branch 'codeforboston:main' into main
thatoldplatitude Jan 17, 2024
1ca43cc
Merge branch 'codeforboston:main' into main
thatoldplatitude Feb 28, 2024
39002e6
Merge branch 'codeforboston:main' into main
thatoldplatitude May 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions design_temp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ and copied into pdf_rawcopy.txt. To allow copying, it was downloaded by using Go
the 'print' option and saving it as a PDF.

The script clean.py generates design_temp_by_county.csv from pdf_rawcopy.txt

## Validating county names
The design_temp_by_county.csv uses energystar county names,
But the geocode census API will return a combination and state & county ids.

This will require a dependency 'requests'. `python -m pip install requests`

Running `python validate_counties.py` will generate a full detailed output of
information needed to lookup counties returned by the census API along with their
design temps.
Loading
Loading