pvoutput icon indicating copy to clipboard operation
pvoutput copied to clipboard

Implement get_batch_metadata

Open JackKelly opened this issue 6 years ago • 2 comments
trafficstars

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
) 

JackKelly avatar Aug 21 '19 11:08 JackKelly

do you have the documentation for this?

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

peterdudfield avatar Mar 16 '22 19:03 peterdudfield

I don't remember, sorry!

JackKelly avatar Mar 17 '22 07:03 JackKelly