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
energia.library has a variety of pre-loaded sets of:
87
+
88
+
1. Components such as SI and miscellaneous units, currencies, time units, environmental indicators.
89
+
2. Example and test problems across various applicative domains
90
+
3. Recipes for decision-making, instructions for calculations, and attribute aliases.
91
+
92
+
93
+
# External Packages
94
+
61
95
Callable external packages are available for:
62
96
63
97
1. Integration with high-fidelity process modeling modules such as
64
98
2. Filling missing data (weekends, public holidays) for time-series data such as resource price
65
99
3. Fetch weather data at an appropriate resolution from [NREL NSRDB](https://nsrdb.nrel.gov/) for any county
66
100
in the US
67
101
68
-
Libraries have pre-loaded sets of:
69
-
70
-
1. Components such as SI and miscellaneous units, currencies, time units, environmental indicators.
71
-
2. Example and test problems across various applicative domains
72
-
3. Recipes for decision-making, instructions for calculations, and attribute aliases.
73
102
103
+
# Interface
74
104
75
-
Note that some of these functionalities are available in [Energia<2.0.0](https://github.com/TAMUparametric/energiapy/tree/v1.0.7) and are being ported to the 2.0 interface.
105
+
Energia is optimized for use in jupyter notebooks. Note that some of these functionalities
106
+
are available in [Energia<2.0.0](https://github.com/TAMUparametric/energiapy/tree/v1.0.7)
0 commit comments