pydropsonde.pipeline#
Functions
|
This is NOT what the function should do in the end. |
|
create circle objects for further analysis |
|
Creates a Flight object and populates it with A-files. |
|
Get the arguments for a given function. |
|
Get a list of all arguments that do not have a default value for each function in the list. |
|
Extracts mandatory values from the 'MANDATORY' section of a configuration file. |
|
Get the non-default arguments for a given function from a ConfigParser object. |
|
Get platforms based on the directory names in data_directory or the user-provided platforms values. |
|
The flight-phase segmentation file must be provided via the config file. |
|
Iterates over a dictionary of Circle objects and applies a list of methods to each Circle. |
|
Iterates over a dictionary of Sonde objects and applies a list of methods to each Sonde. |
|
Executes a pipeline of processing steps. |
|
This function applies a specified function to the input data and stores the output for use in subsequent steps. |
|