swot_simulator.launcher.datetime_type

swot_simulator.launcher.datetime_type(value: str) numpy.datetime64[source]

The option should define a datetime

Parameters

value (str) – Value to parse

Returns

The date parsed

Return type

numpy.datetime64

Raises

ValueError – if the option provided does not set a valid date.