-
Notifications
You must be signed in to change notification settings - Fork 360
update GEM steel and use GEM cement plant tracker #1830
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
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.
Pull Request Overview
This PR updates the industrial distribution key building process by replacing the GEM steel plant tracker with a newer version and introducing the new GEM cement plant tracker. The changes improve industrial site tracking by using the latest data sources.
- Updates GEM steel plant tracker from April 2024 to March 2025 version
- Replaces custom cement supplement data with new GEM cement plant tracker (July 2025)
- Modifies distribution logic to use cement capacity data from the new GEM tracker
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/build_industrial_distribution_key.py | Updates function signatures, replaces cement supplement logic with GEM cement tracker processing |
| rules/retrieve.smk | Updates steel tracker file path and adds new cement tracker retrieval rule |
| rules/build_sector.smk | Updates input file paths to use new tracker files |
| doc/release_notes.rst | Adds release note for the tracker updates |
| doc/data-retrieval.rst | Updates documentation for new tracker files and descriptions |
| doc/data-repos.rst | Removes old cement supplement data documentation |
| data/cement-plants-noneu.csv | Removes old cement supplement data file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Closes #1774
Closes #1775
Changes proposed in this Pull Request
Update GEM steel plant tracker and use initial release of GEM cement plant tracker.
For use in
build_industrial_distribution_keyrule.Distribution mostly by clinker capacity. Small values for griding.
Checklist
envs/environment.yaml.config/config.default.yaml.doc/configtables/*.csv.doc/data_sources.rst.doc/release_notes.rstis added.