Changes between Version 26 and Version 27 of Grass7/TemporalGISAlgebra


Ignore:
Timestamp:
Oct 20, 2014, 12:50:10 PM (10 years ago)
Author:
mastho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/TemporalGISAlgebra

    v26 v27  
    120120
    121121Temporal functions:
     122The following temporal function are evaluated only for the STDS that must be given in parenthesis.
    122123{{{
    123124td(A)                   Returns a list of time intervals of STDS A
    124125
    125 start_time()            Start time as HH::MM:SS
    126 start_date()            Start date as yyyy-mm-DD
    127 start_datetime()        Start datetime as yyyy-mm-DD HH:MM:SS
    128 end_time()              End time as HH:MM:SS
    129 end_date()              End date as yyyy-mm-DD
    130 end_datetime()          End datetime as  yyyy-mm-DD HH:MM
    131 
    132 start_doy()             Day of year (doy) from the start time [1 - 366]
    133 start_dow()             Day of week (dow) from the start time [1 - 7], the start of the week is Monday == 1
    134 start_year()            The year of the start time [0 - 9999]
    135 start_month()           The month of the start time [1 - 12]
    136 start_week()            Week of year of the start time [1 - 54]
    137 start_day()             Day of month from the start time [1 - 31]
    138 start_hour()            The hour of the start time [0 - 23]
    139 start_minute()          The minute of the start time [0 - 59]
    140 start_second()          The second of the start time [0 - 59]
    141 end_doy()               Day of year (doy) from the end time [1 - 366]
    142 end_dow()               Day of week (dow) from the end time [1 - 7], the start of the week is Monday == 1
    143 end_year()              The year of the end time [0 - 9999]
    144 end_month()             The month of the end time [1 - 12]
    145 end_week()              Week of year of the end time [1 - 54]
    146 end_day()               Day of month from the start time [1 - 31]
    147 end_hour()              The hour of the end time [0 - 23]
    148 end_minute()            The minute of the end time [0 - 59]
    149 end_second()            The second of the end time [0 - 59]           
     126start_time(A)            Start time as HH::MM:SS
     127start_date(A)            Start date as yyyy-mm-DD
     128start_datetime(A)        Start datetime as yyyy-mm-DD HH:MM:SS
     129end_time(A)              End time as HH:MM:SS
     130end_date(A)              End date as yyyy-mm-DD
     131end_datetime(A)          End datetime as  yyyy-mm-DD HH:MM
     132
     133start_doy(A)             Day of year (doy) from the start time [1 - 366]
     134start_dow(A)             Day of week (dow) from the start time [1 - 7], the start of the week is Monday == 1
     135start_year(A)            The year of the start time [0 - 9999]
     136start_month(A)           The month of the start time [1 - 12]
     137start_week(A)            Week of year of the start time [1 - 54]
     138start_day(A)             Day of month from the start time [1 - 31]
     139start_hour(A)            The hour of the start time [0 - 23]
     140start_minute(A)          The minute of the start time [0 - 59]
     141start_second(A)          The second of the start time [0 - 59]
     142end_doy(A)               Day of year (doy) from the end time [1 - 366]
     143end_dow(A)               Day of week (dow) from the end time [1 - 7], the start of the week is Monday == 1
     144end_year(A)              The year of the end time [0 - 9999]
     145end_month(A)             The month of the end time [1 - 12]
     146end_week(A)              Week of year of the end time [1 - 54]
     147end_day(A)               Day of month from the start time [1 - 31]
     148end_hour(A)              The hour of the end time [0 - 23]
     149end_minute(A)            The minute of the end time [0 - 59]
     150end_second(A)            The second of the end time [0 - 59]           
    150151}}}
    151152