1 #ifndef teca_rename_variables_h
2 #define teca_rename_variables_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
24 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
25 TECA_SET_ALGORITHM_PROPERTIES()
33 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, original_variable_name)
42 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, new_variable_name)
60 const_p_teca_dataset execute(
62 const std::vector<const_p_teca_dataset> &input_data,
66 std::vector<std::
string> original_variable_names;
67 std::vector<std::
string> new_variable_names;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that renames variables.
Definition: teca_rename_variables.h:15
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.