find_urls

gwdatafind.find_urls(*args, **kwargs)

Find all files of the given type in the [start, end) GPS interval.

sitestr

single-character name of site to match

frametypestr

name of frametype to match

gpsstartint

integer GPS start time of query

gpsendint

integer GPS end time of query

matchstr, re.Pattern, optional

regular expression to match against

urltypestr, optional

file scheme to search for, one of ‘file’, ‘gsiftp’, or None, default: ‘file’

on_gapsstr, optional

what to do when the requested frame isn’t found, one of:

  • 'warn' print a warning (default), or

  • 'error': raise a RuntimeError, or

  • 'ignore': do nothing

Returns

cache (list of str) – the list of discovered file URLs