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
Provide a pvoutput.get_status without importing big libraries: numpy, pandas, cartopy etc
Detailed Description
Provide a pvoutput.get_status without importing big libraries: numpy, pandas, cartopy etc
Context
I struggled to install pvoutput on Ubuntu-20.04 LTS due to cartopy requiring late version of proj which is not available on ubuntu 20.04 LTS
And I want to keep Docker images small for rapid development and orchestration
I prefer to get statuses as list of list of tuples of float
rather than pandas frame of numpy float.
Simplify install as above
keep Docker images small for rapid development and orchestration
Possible Implementation
Separate pvoutput.get_status code into a separate module. Then import that module into the full module.
The text was updated successfully, but these errors were encountered:
Provide a pvoutput.get_status without importing big libraries: numpy, pandas, cartopy etc
Detailed Description
Provide a pvoutput.get_status without importing big libraries: numpy, pandas, cartopy etc
Context
I struggled to install pvoutput on Ubuntu-20.04 LTS due to cartopy requiring late version of proj which is not available on ubuntu 20.04 LTS
And I want to keep Docker images small for rapid development and orchestration
I prefer to get statuses as list of list of tuples of float
rather than pandas frame of numpy float.
Simplify install as above
keep Docker images small for rapid development and orchestration
Possible Implementation
Separate pvoutput.get_status code into a separate module. Then import that module into the full module.
The text was updated successfully, but these errors were encountered: