Skip to content

NREL/glmgen

 
 

Repository files navigation

glmgen

Fork of the Open Modeling Framework (OMF) that has been pruned down to just its functionality for editing glm files, and then further developed in that direction.

Install

pip install git+https://github.com/NREL/glmgen.git@master

or

pip install git+https://github.com/NREL/glmgen.git@v4.1.0

Previous versions are listed at https://github.com/NREL/glmgen/releases.

Unfortunately on Windows, while this command nominally works (after running it, pip list will show glmgen as installed), it exits with errors.

Starting points

  • glmgen.feeder.GlmFile
  • glmgen.makeGLM.makeGLM

This code is used in a research project that primarily uses the PNNL Taxonomy Feeders (doc) as a starting point to develop feeder models populated with houses and solar.

Uninstall

pip uninstall glmgen

About

Python scripting of GridLAB-D input files (.glm) derived from the Open Modeling Framework (OMF).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%