-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release v1.1.0 #136
Merged
Merged
Release v1.1.0 #136
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
point esupy and stewi feature branches at one another
…ntext_secondary module functions (urban/rural, release height); implementation in NEI and TRI such that secondary compartment labels are concatenated into primary Compartment columns or stored separately for facility dfs (which lack a Compartment col). Quick refactor of other functions to eliminate inplace=True method calls.
…appens via esupy.context_secondary.main() rather than above in StEWI. Concatenation still defined in stewi.globals.
…xt_secondary.main(), plus additional flow control updates. Assign_secondary_context now returns unmodified pd.df's when geospatial dependencies are unavailable. Migrated conda env.yaml file up from esupy.
Explain stewi connection to esupy's optional geospatial installation instructions
… has_geo_pkgs = False. Simplified and improved both assign_secondary_context() and concat_compartment().
…the [if 'cmpt_urb' in tri_facility.columns:] block
…or TRI soil and water primary compartments; refine and rename stewicombo.globals.filter_by_compartment to filter on primary compartment
…rlap handler is updated
secondary compartment/context assignment
point to develop
# Conflicts: # requirements.txt # setup.py # stewi/globals.py
Data validation |
…names accordingly; drop need to query by sic - no max error
use csv instead of json for DMR to avoid data timeouts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Data updates for 2020 and 2021 documented in #135
Updates to support secondary contexts for air emissions in #134 and #106