gdas.readGNOME.getFListInRange

gdas.readGNOME. getFListInRange ( station , startTime , endTime , path = './' , verbose = False ) [source]

Get list of file names for GNOME experiment within a time period.

Data located in folder of the form ‘path/station/yyyy/mm/dd/’. Time range uses the start time listed in the ‘hdf5’ file name.

station: str

Name of station.

startTime: float (unix time), str

Earliest time. String formatted as ‘yyyy-mm-dd-HH-MM-SS’ (omitted values defaulted as 0)

endTime: float (unix time), str

Last time. Format same as startTime

path: str (default ‘./’)

Location of files

verbose: bool (default False)

Verbose output

returns list of file names