icepyx.Query.temporal

property Query.temporal

Return the Temporal object containing date/time range information for the query object.

See also

temporal.Temporal.start
temporal.Temporal.end
temporal.Temporal

Examples

>>> reg_a = GenQuery([-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> print(reg_a.temporal)
Start date and time: 2019-02-20 00:00:00
End date and time: 2019-02-28 23:59:59
>>> reg_a = GenQuery([-55, 68, -48, 71],cycles=['03','04','05','06','07'], tracks=['0849','0902'])
>>> print(reg_a.temporal)
['No temporal parameters set']