pydda.retrieval.get_dd_wind_field_nested#
- pydda.retrieval.get_dd_wind_field_nested(grid_tree: DataTree, **kwargs)[source]#
Does a wind retrieval over nested grids. The nested grids are created using PyART’s
pyart.map.grid_from_radars()
function and then placed into a tree structure using :func:`dataTree`s. Each node of the tree has three parameters: .. list-table:: Title- widths:
25 100
- header-rows:
1
Dictionary key
Description
input_grids
The list of PyART grids for the given level of the grid
kwargs
The list of key word arguments for input to the
pydda.retrieval.get_dd_wind_field()
function for the set of grids.
children
The list of trees that are the children of this node.
The function will output the same tree, with the list of output grids of each level output to the ‘output_grids’ member of the tree structure. If kwargs is set to None, then the input keyword arguments will be used throughout the retrieval.