Skip to content

Deprecate glm_dictionary as-is - Implement version that uses GLMModifier #183

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

Open
jk1066 opened this issue Mar 7, 2025 · 1 comment
Open
Assignees

Comments

@jk1066
Copy link
Collaborator

jk1066 commented Mar 7, 2025

glm_dictionary manually extracts data from .glm files that were created using residential_feeder_glm, commercial_feeder_glm, and copperplate_feeder_glm . These soon-to-be deprecated feeder generator models write objects to the .glm using serial print statements. glm_dictionary assigns object parameter data to parent meters based on the fact that the .glm objects are written in order of parentage.

The new gld_feeder_generator uses GLMModifier, which operates fundamentally differently by storing and modifying .glm object data in-memory. glm_dictionary needs to be deprecated or rewritten to work with the .glms created using this method.

@jk1066 jk1066 self-assigned this Mar 7, 2025
@jk1066
Copy link
Collaborator Author

jk1066 commented Mar 7, 2025

Latest progress toward this issue: 7d42863

Status:

  • New version of glm_dict implemented in-line within draft prepare_case.

TODO:

  • Validate this new implementation
  • Extract to new glm_dict.py

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

No branches or pull requests

1 participant