Skip to content
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

Implement get_batch_metadata #22

Open
JackKelly opened this issue Aug 21, 2019 · 2 comments
Open

Implement get_batch_metadata #22

JackKelly opened this issue Aug 21, 2019 · 2 comments

Comments

@JackKelly
Copy link
Member

JackKelly commented Aug 21, 2019

The function signature could look something like this:

def PVOutput.get_batch_metadata(
  pv_system_ids,
  output_filename: Optional, # if none provided then just return metadata, don't write to disk 
  overwrite=False # if true then download new metadata, regardless of whether it's in the
                  # HDF file, only relevant of output set
) 
@peterdudfield
Copy link
Contributor

do you have the documentation for this?

Is this a seperate API call for this, or does it just look over get_metadata?

@JackKelly
Copy link
Member Author

I don't remember, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants