-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
port pvl_adrinverter #160
Comments
|
Hi all, Question: I noticed that some of the inverters dont have model names, but do have the manufacturer and I can't directly check the .mat file because I don't have matlab installed here. (I converted the .mat with scipy) Example: I found that there is some data where the manufacturer, Dow Chemical, doesn't have a model name. Could someone confirm this. I want to be sure that my conversion went smoothly before I pull request Thanks! |
Thanks for the initiative! I see four inverters from Dow Chemical without model descriptions in my source files. |
Great! That matches up with what I have. Going to see if I can get this csv to be compatible with pvsystem.retrieve_sam() and then port the pvl_adrinverter function. Let me know if you guys have any thoughts or concerns about this |
I'll support your efforts. |
Awesome. In the short term, I agree that it makes sense to add a csv file to the There's also a stub method for the adrinverter in |
I noticed *.csv in the .gitignore. Just checking if it's ok for me to -f commit the csv i've built out of the .mat file or should this be handled some other way? |
It's fine to force add it.
…On Tue, Jan 3, 2017 at 5:08 PM Volker Beutner ***@***.***> wrote:
I noticed *.csv in the .gitignore. Just checking if it's ok for me to -f
commit the csv i've built out of the .mat file or should this be handled
some other way?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AELiRw0DLzOGIPlN2MHCy5XGo2hlatUVks5rOuLsgaJpZM4IZQ_w>
.
|
closed by #288 |
This is a relatively simple function, so it should be easier to port.
Including the database can be as simple as adding it to
pvlib/data
and adding it to themanifest
. Ideally we'd convert the database to something other than .mat (.csv or .h5), but that can also be done later.This was previously mentioned in #2, but I want to highlight it here.
cc @adriesse
The text was updated successfully, but these errors were encountered: