wdmtoolbox.wdmtoolbox.extract¶
- wdmtoolbox.wdmtoolbox.extract(*wdmpath, **kwds)¶
Print out DSN data to the screen with ISO-8601 dates.
- Parameters:
wdmpath (str) –
Path and WDM filename. followed by space separated list of DSNs. For example:
'file.wdm 234 345 456' OR `wdmpath` can be space separated sets of 'wdmpath,dsn'. 'file.wdm,101 file2.wdm,104 file.wdm,227'
start_date (str) –
[optional, defaults to first date in time-series, input filter]
The start_date of the series in ISOdatetime format, or ‘None’ for beginning.
end_date (str) –
[optional, defaults to last date in time-series, input filter]
The end_date of the series in ISOdatetime format, or ‘None’ for end.