1 #ifndef teca_normalize_coordinates_h
2 #define teca_normalize_coordinates_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
45 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
46 TECA_SET_ALGORITHM_PROPERTIES()
55 TECA_ALGORITHM_PROPERTY(
int, enable_periodic_shift_x)
69 TECA_ALGORITHM_PROPERTY(
int, enable_y_axis_ascending)
76 TECA_ALGORITHM_PROPERTY(
int, enable_unit_conversions)
89 unsigned int port, const std::vector<
teca_metadata> &input_md,
92 const_p_teca_dataset execute(
unsigned int port,
93 const std::vector<const_p_teca_dataset> &input_data,
97 int enable_periodic_shift_x;
98 int enable_y_axis_ascending;
99 int enable_unit_conversions;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm to ensure that Cartesian mesh coordinates follow conventions.
Definition: teca_normalize_coordinates.h:36
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.