@@ -1309,6 +1309,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13091309< dt > generates grid products. Accepted product types:</ dt > < dd > < dl >
13101310< dt > ‘CROSS_SECTION’: Plots a cross-section of gridded data</ dt > < dd > < dl class ="simple ">
13111311< dt > User defined parameters:</ dt > < dd > < dl class ="simple ">
1312+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1313+ </ dd >
13121314< dt > coord1, coord2: dict</ dt > < dd > < p > The two lat-lon coordinates marking the limits. They have
13131315the keywords ‘lat’ and ‘lon’ [degree]. The altitude limits
13141316are defined by the parameters in ‘xsecImageConfig’ in the
@@ -1320,6 +1322,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13201322</ dd >
13211323< dt > ‘HISTOGRAM’: Computes a histogram of the radar volum data</ dt > < dd > < dl class ="simple ">
13221324< dt > User defined parameters:</ dt > < dd > < dl class ="simple ">
1325+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1326+ </ dd >
13231327< dt > step: float or None</ dt > < dd > < p > the data quantization step. If none it will be obtained
13241328from the Py-ART configuration file</ p >
13251329</ dd >
@@ -1338,6 +1342,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13381342User defined parameters:</ p >
13391343< blockquote >
13401344< div > < dl class ="simple ">
1345+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1346+ </ dd >
13411347< dt > lon, lat: floats</ dt > < dd > < p > The starting point of the cross-section. The ending point
13421348is defined by the parameters in ‘xsecImageConfig’ in the
13431349‘loc’ configuration file</ p >
@@ -1349,6 +1355,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13491355User defined parameters:</ p >
13501356< blockquote >
13511357< div > < dl class ="simple ">
1358+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1359+ </ dd >
13521360< dt > lon, lat: floats</ dt > < dd > < p > The starting point of the cross-section. The ending point
13531361is defined by the parameters in ‘xsecImageConfig’ in the
13541362‘loc’ configuration file</ p >
@@ -1370,6 +1378,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13701378</ dd >
13711379< dt > ‘SAVEVOL’: Saves on field of a gridded data object in a netcdf file.</ dt > < dd > < dl class ="simple ">
13721380< dt > User defined parameters:</ dt > < dd > < dl class ="simple ">
1381+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1382+ </ dd >
13731383< dt > file_type: str</ dt > < dd > < p > The type of file used to save the data. Can be ‘nc’ or
13741384‘h5’. Default ‘nc’</ p >
13751385</ dd >
@@ -1395,6 +1405,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
13951405User defined parameters:</ p >
13961406< blockquote >
13971407< div > < dl class ="simple ">
1408+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1409+ </ dd >
13981410< dt > stat: str</ dt > < dd > < p > The statistic used. Can be mean, median, min, max</ p >
13991411</ dd >
14001412</ dl >
@@ -1404,6 +1416,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14041416User defined parameters:</ p >
14051417< blockquote >
14061418< div > < dl class ="simple ">
1419+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1420+ </ dd >
14071421< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14081422defined by the parameters in ‘ppiImageConfig’ and
14091423‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1413,6 +1427,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14131427</ dd >
14141428< dt > ‘SURFACE_IMAGE’: Plots a surface image of gridded data.</ dt > < dd > < dl class ="simple ">
14151429< dt > User defined parameters:</ dt > < dd > < dl class ="simple ">
1430+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1431+ </ dd >
14161432< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14171433defined by the parameters in ‘ppiImageConfig’ and
14181434‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1423,6 +1439,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14231439</ dd >
14241440< dt > ‘SURFACE_CONTOUR’: Plots a surface image of contour gridded data.</ dt > < dd > < dl class ="simple ">
14251441< dt > User defined parameters:</ dt > < dd > < dl class ="simple ">
1442+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1443+ </ dd >
14261444< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14271445defined by the parameters in ‘ppiImageConfig’ and
14281446‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1445,6 +1463,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14451463User defined parameters:</ p >
14461464< blockquote >
14471465< div > < dl class ="simple ">
1466+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1467+ </ dd >
14481468< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14491469defined by the parameters in ‘ppiImageConfig’ and
14501470‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1466,6 +1486,8 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14661486User defined parameters:</ p >
14671487< blockquote >
14681488< div > < dl class ="simple ">
1489+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1490+ </ dd >
14691491< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14701492defined by the parameters in ‘ppiImageConfig’ and
14711493‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1479,11 +1501,13 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
14791501</ dl >
14801502</ div > </ blockquote >
14811503</ dd >
1482- < dt > ‘DDA_MAP’:</ dt > < dd > < p > Plots wind vectors obtained from a DDA analysis. The pyDDA package is
1483- required
1504+ < dt > ‘DDA_MAP’:</ dt > < dd > < p > Plots horizontal wind vectors obtained from a DDA analysis on a 2D map.
1505+ The pyDDA package is required
14841506User defined parameters:</ p >
14851507< blockquote >
14861508< div > < dl class ="simple ">
1509+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1510+ </ dd >
14871511< dt > level: int</ dt > < dd > < p > The altitude level to plot. The rest of the parameters are
14881512defined by the parameters in ‘ppiImageConfig’ and
14891513‘ppiMapImageConfig’ in the ‘loc’ configuration file</ p >
@@ -1518,6 +1542,90 @@ <h1>pyrad.prod.generate_grid_products<a class="headerlink" href="#pyrad-prod-gen
15181542</ dl >
15191543</ div > </ blockquote >
15201544</ dd >
1545+ < dt > ‘DDA_LONGITUDE_SLICE’:</ dt > < dd > < p > Plots horizontal wind vectors obtained from a DDA analysis on a vertical transect
1546+ along a given longitude
1547+ The pyDDA package is required
1548+ User defined parameters:</ p >
1549+ < blockquote >
1550+ < div > < dl class ="simple ">
1551+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1552+ </ dd >
1553+ < dt > level: int</ dt > < dd > < p > The longitude level to plot. The rest of the parameters are
1554+ defined by the parameters in ‘xsecImageConfig’ in the ‘loc’
1555+ configuration file</ p >
1556+ </ dd >
1557+ < dt > display_type: str</ dt > < dd > < p > Display method for the wind vectors, can be either
1558+ ‘streamline’, ‘quiver’ or ‘barbs’</ p >
1559+ </ dd >
1560+ < dt > bg_ref_rad: int</ dt > < dd > < p > Which radar to use as reference to display the background
1561+ voltype.</ p >
1562+ </ dd >
1563+ < dt > u_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of u. Set to None to not
1564+ display such contours.</ p >
1565+ </ dd >
1566+ < dt > v_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of v. Set to None to not
1567+ display such contours.</ p >
1568+ </ dd >
1569+ < dt > w_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of w. Set to None to not
1570+ display such contours.</ p >
1571+ </ dd >
1572+ < dt > vector_spacing_km: float</ dt > < dd > < p > Spacing in km between wind vectors in x and y axis
1573+ (only used for barbs and quiver plots)</ p >
1574+ </ dd >
1575+ < dt > quiver_len: float</ dt > < dd > < p > Length to use for the quiver key in m/s.
1576+ (only used for quiver plots)</ p >
1577+ </ dd >
1578+ < dt > streamline_arrowsize: float</ dt > < dd > < p > Factor scale arrow size for streamlines.
1579+ (only used for streamline plots)</ p >
1580+ </ dd >
1581+ < dt > linewidth: float</ dt > < dd > < p > Linewidths for streamlines.
1582+ (only used for streamline plots)</ p >
1583+ </ dd >
1584+ </ dl >
1585+ </ div > </ blockquote >
1586+ </ dd >
1587+ < dt > ‘DDA_LATITUDE_SLICE’:</ dt > < dd > < p > Plots horizontal wind vectors obtained from a DDA analysis on a vertical transect
1588+ along a given latitude
1589+ The pyDDA package is required
1590+ User defined parameters:</ p >
1591+ < blockquote >
1592+ < div > < dl class ="simple ">
1593+ < dt > voltype: name of the pyrad variable to use, it must be available</ dt > < dd > < p > in the dataset</ p >
1594+ </ dd >
1595+ < dt > level: int</ dt > < dd > < p > The latitude level to plot. The rest of the parameters are
1596+ defined by the parameters in ‘xsecImageConfig’ in the ‘loc’
1597+ configuration file</ p >
1598+ </ dd >
1599+ < dt > display_type: str</ dt > < dd > < p > Display method for the wind vectors, can be either
1600+ ‘streamline’, ‘quiver’ or ‘barbs’</ p >
1601+ </ dd >
1602+ < dt > bg_ref_rad: int</ dt > < dd > < p > Which radar to use as reference to display the background
1603+ voltype.</ p >
1604+ </ dd >
1605+ < dt > u_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of u. Set to None to not
1606+ display such contours.</ p >
1607+ </ dd >
1608+ < dt > v_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of v. Set to None to not
1609+ display such contours.</ p >
1610+ </ dd >
1611+ < dt > w_vel_contours: list of int</ dt > < dd > < p > The contours to use for plotting contours of w. Set to None to not
1612+ display such contours.</ p >
1613+ </ dd >
1614+ < dt > vector_spacing_km: float</ dt > < dd > < p > Spacing in km between wind vectors in x and y axis
1615+ (only used for barbs and quiver plots)</ p >
1616+ </ dd >
1617+ < dt > quiver_len: float</ dt > < dd > < p > Length to use for the quiver key in m/s.
1618+ (only used for quiver plots)</ p >
1619+ </ dd >
1620+ < dt > streamline_arrowsize: float</ dt > < dd > < p > Factor scale arrow size for streamlines.
1621+ (only used for streamline plots)</ p >
1622+ </ dd >
1623+ < dt > linewidth: float</ dt > < dd > < p > Linewidths for streamlines.
1624+ (only used for streamline plots)</ p >
1625+ </ dd >
1626+ </ dl >
1627+ </ div > </ blockquote >
1628+ </ dd >
15211629</ dl >
15221630</ dd >
15231631</ dl >
0 commit comments