Skip to content

Conversation

@burnettear
Copy link
Collaborator

Emi Files:
task_iron_steel_emi - Review/updated Chris C's code
task_mobile_comb_emi - Updated code to take in 2022 mobile emi data, provided by EPA
task_petro_production_emi - Removing state_code from offshore emis
task_natural_gas_emis - Removing state_code from offshore emis
task_field_burning_emi - Adjusted code to only include states with atleast one emission. Should cause match between fbar emi/proxy.

Proxy Files:
task_stat_comb_proxy - normalization
task_fbar_proxy - changed source, normalization
task_farm_pipelines_proxy - normalization, remove state_code
task_lng_storage_proxy - normalization, remove state_code
task_trans_pipelines_proxy - normalization, remove state_code
task_storage_wells_proxy - normalization, remove state_code
task_ng_transmission_export_proxy - normalization, remove state_code
task_ng_transmission_import_proxy - normalization, remove state_code
task_abandoned_coal_proxy - adjusted code to remove null year values (did not drop at end, adjusted code)

Added test code at bottom
@@ -0,0 +1,439 @@
# # %%
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move or delete this?

from gch4i.utils import tg_to_kt
#from gch4i.utils import tg_to_kt

tg_to_kt = 1000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in utils as a constant? Why import separately?

Copy link
Collaborator

@nkruskamp nkruskamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See some comments, and check abandoned coal file? Where did it come from, where did it go?

@burnettear
Copy link
Collaborator Author

@nkruskamp Please ignore this branch. My local branch crashed due to a OneDrive issue. I couldn't resolve all the issues, so I copied the relevant files that I needed to a backup directory, made a new branch, and pushed updated and corrected code from national_proxies branch.

@burnettear burnettear closed this Apr 2, 2025
@burnettear burnettear deleted the post_code_review branch April 2, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants