-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue/2 #30
Issue/2 #30
Conversation
@alirashidAR this is great. Thanks for doing this. I recommend we change the print statements to logging.
|
Sure , I'll make the changes. Thank you ! |
@jcamier I've made the necessary changes , please take a look. |
@alirashidAR Looks good to me. |
Next step @alirashidAR is to run this code, and collect the data from this? Would you be up for this? |
Get data at a specific time | ||
""" | ||
try: | ||
df = self.pvl.at_time(dt, entity_type="pes", entity_id=0, extra_fields="", period=30, dataframe=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry i missed this, but entity_type should be "gsp"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that, I'll create a pull request to change the default entity type to gsp
Pull Request #2
Description
Created functionality to pull data from the pv-live library in the
fetch_pvlive_data.py
file.Fixes
Summary of Changes
pv-live
library.tests/data/test_pvlive_data.py
to verify the functionality.How Has This Been Tested?
The following tests were implemented and verified using pytest:
Checklist: