solarforecastarbiter.io.fetch.arm.list_arm_filenames

solarforecastarbiter.io.fetch.arm.list_arm_filenames(user_id, api_key, datastream, start, end)[source]

Get a list of filenames from ARM for the given datastream between start and end.

Parameters:
  • user_id (string) – ARM user id.
  • api_key (string) – ARM live API access token.
  • datastream (string) – Name of the datastream to query for files.
  • start (datetime) – Beginning of period for which to request data.
  • end (datetime) – End of period for which to request data.
Returns:

list – List of filenames as strings.