You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,31 @@
8
8
9
9
10
10
A small library to backport an [OpenStudio](https://github.com/NREL/OpenStudio) OSM model to an older version.
11
-
I am only added backports as old as I need to.
11
+
I am only adding backports as old as I need to.
12
12
13
-
A Jupyter Notebook [openstudio-backporter_Demonstration.ipynb](openstudio-backporter_Demonstration.ipynb) can serve as a small demonstration of the features.
13
+
A CLI feature is provided, that you can invoke via `python -m openstudiobackporter`
14
+
15
+
See `python -m openstudiobackporter --help` for the list of command line parameters and how to use it.
0 commit comments