tappy.tappy.prediction¶
- tappy.tappy.prediction(xml_filename, start_date, end_date, interval, include_inferred=True, fname='-')¶
Prediction based upon earlier constituent analysis saved in IHOTC XML transfer format.
- Parameters:
xml_filename (str) – The tidal constituents in IHOTC XML transfer format.
start_date (str) – The start date as a ISO 8601 string. ‘2010-01-01T00:00:00’
end_date (str) – The end date as a ISO 8601 string. ‘2011-01-01T00:00:00:00’
interval (int) – The interval as the number of minutes.
include_inferred (bool, optional) – Include the inferred constituents.
fname (str, optional) – Output filename, default is ‘-’ to print to screen.