1 #ifndef teca_table_calendar_h
2 #define teca_table_calendar_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
41 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
42 TECA_SET_ALGORITHM_PROPERTIES()
46 TECA_ALGORITHM_PROPERTY(std::
string, time_column)
50 TECA_ALGORITHM_PROPERTY(std::
string, units)
54 TECA_ALGORITHM_PROPERTY(std::
string, calendar)
60 TECA_ALGORITHM_PROPERTY(std::
string, year_column)
61 TECA_ALGORITHM_PROPERTY(std::
string, month_column)
62 TECA_ALGORITHM_PROPERTY(std::
string, day_column)
63 TECA_ALGORITHM_PROPERTY(std::
string, hour_column)
64 TECA_ALGORITHM_PROPERTY(std::
string, minute_column)
65 TECA_ALGORITHM_PROPERTY(std::
string, second_column)
69 TECA_ALGORITHM_PROPERTY(std::
string, output_column_prefix)
75 const_p_teca_dataset execute(
77 const std::vector<const_p_teca_dataset> &input_data,
83 std::
string time_column;
84 std::
string year_column;
85 std::
string month_column;
86 std::
string day_column;
87 std::
string hour_column;
88 std::
string minute_column;
89 std::
string second_column;
90 std::
string output_column_prefix;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that transforms NetCDF CF-2 time variable into an absolute date.
Definition: teca_table_calendar.h:32
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.