-
Notifications
You must be signed in to change notification settings - Fork 114
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
epa_ghgrp 20241223 changes #1154
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please look into the comments provided.
@@ -17,6 +17,8 @@ | |||
import sys | |||
import unittest | |||
import csv | |||
from datetime import datetime | |||
import logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use absl logging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implemented absl
Changes made in the download file.
Future urls methods are added.
direct emitters sheet name in year files are changed after 2018. So code will now search for sheets that start with direct and end with emitters.
Things yet to work on:
Negative test_cases (like what if the sheet name gets changed/missed in the future years)
Log is clumsy and filled with too much information. So, I have to reduce the log information.