Skip to content

Commit bf81a11

Browse files
committed
deploy: c8b5128
1 parent 7011c53 commit bf81a11

30 files changed

+1758
-343
lines changed

API/generated/generated/pyrad.prod.generate_colocated_gates_products.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ <h1>pyrad.prod.generate_colocated_gates_products<a class="headerlink" href="#pyr
13071307
<span class="sig-prename descclassname"><span class="pre">pyrad.prod.</span></span><span class="sig-name descname"><span class="pre">generate_colocated_gates_products</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">dataset</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">prdcfg</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../_modules/pyrad/prod/process_intercomp_products.html#generate_colocated_gates_products"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrad.prod.generate_colocated_gates_products" title="Link to this definition">#</a></dt>
13081308
<dd><dl>
13091309
<dt>Generates colocated gates products. Accepted product types:</dt><dd><dl class="simple">
1310-
<dt>WRITE_COLOCATED_GATES: Writes the position of the co-located gates</dt><dd><p>in a csv file</p>
1310+
<dt>WRITE_COLOCATED_GATES: Writes the position of the co-located gates</dt><dd><p>in a csv file</p>
13111311
</dd>
13121312
</dl>
13131313
<p>All the products of the ‘VOL’ dataset group</p>

API/generated/generated/pyrad.prod.generate_grid_products.html

Lines changed: 110 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13131315
the keywords ‘lat’ and ‘lon’ [degree]. The altitude limits
13141316
are 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
13241328
from 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
13381342
User 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
13421348
is 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
13491355
User 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
13531361
is 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
13951405
User 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
14041416
User 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
14081422
defined 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
14171433
defined 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
14271445
defined 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
14451463
User 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
14491469
defined 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
14661486
User 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
14701492
defined 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
14841506
User 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
14881512
defined 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>

API/generated/generated/pyrad.prod.generate_intercomp_products.html

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,20 +1312,25 @@ <h1>pyrad.prod.generate_intercomp_products<a class="headerlink" href="#pyrad-pro
13121312
User defined parameters:</p>
13131313
<blockquote>
13141314
<div><dl class="simple">
1315-
<dt>‘add_date_in_fname’: Bool</dt><dd><p>If true adds the year in the csv file containing the
1315+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1316+
</dd>
1317+
<dt>add_date_in_fname: Bool</dt><dd><p>If true adds the year in the csv file containing the
13161318
statistics. Default False</p>
13171319
</dd>
1318-
<dt>sort_by_date: Bool</dt><dd><p>If true sorts the statistics by date when reading the
1320+
<dt>sort_by_date: Bool</dt><dd><p>If true sorts the statistics by date when reading the
13191321
csv file containing the statistics. Default False</p>
13201322
</dd>
1321-
<dt>‘rewrite’: Bool</dt><dd><p>If true rewrites the csv file containing the statistics.
1323+
<dt>step: float</dt><dd><p>The quantization step of the data. If none it will be
1324+
computed using the Py-ART config file. Default None</p>
1325+
</dd>
1326+
<dt>rewrite: Bool</dt><dd><p>If true rewrites the csv file containing the statistics.
13221327
Default False</p>
13231328
</dd>
1324-
<dt>npoints_min: int</dt><dd><p>The minimum number of points to consider the statistics
1329+
<dt>npoints_min: int</dt><dd><p>The minimum number of points to consider the statistics
13251330
valid and therefore use the data point in the plotting.
13261331
Default 0</p>
13271332
</dd>
1328-
<dt>corr_min: float</dt><dd><p>The minimum correlation to consider the statistics
1333+
<dt>corr_min: float</dt><dd><p>The minimum correlation to consider the statistics
13291334
valid and therefore use the data point in the plotting.
13301335
Default 0.</p>
13311336
</dd>
@@ -1336,19 +1341,35 @@ <h1>pyrad.prod.generate_intercomp_products<a class="headerlink" href="#pyrad-pro
13361341
User defined parameters:</p>
13371342
<blockquote>
13381343
<div><dl class="simple">
1339-
<dt>‘step’: float</dt><dd><p>The quantization step of the data. If none it will be
1344+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1345+
</dd>
1346+
<dt>step: float</dt><dd><p>The quantization step of the data. If none it will be
13401347
computed using the Py-ART config file. Default None</p>
13411348
</dd>
1342-
<dt>‘scatter_type’: str</dt><dd><p>Type of scatter plot. Can be a plot for each radar volume
1343-
(‘instant’) or at the end of the processing period
1344-
(‘cumulative’). Default is ‘cumulative’</p>
1349+
<dt>scatter_type: str</dt><dd><p>Type of scatter plot. Can be a plot for each radar volume
1350+
(instant) or at the end of the processing period
1351+
(cumulative). Default is cumulative</p>
1352+
</dd>
1353+
</dl>
1354+
</div></blockquote>
1355+
</dd>
1356+
<dt>‘WRITE_INTERCOMP’: Writes the instantaneously intercompared data</dt><dd><p>(gate positions, values, etc.) in a csv file.
1357+
User defined parameters:</p>
1358+
<blockquote>
1359+
<div><dl class="simple">
1360+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
13451361
</dd>
13461362
</dl>
13471363
</div></blockquote>
13481364
</dd>
1349-
<dt>‘WRITE_INTERCOMP’: Writes the instantaneously intercompared data</dt><dd><p>(gate positions, values, etc.) in a csv file.</p>
1365+
<dt>‘WRITE_INTERCOMP_TIME_AVG’: Writes the time-averaged intercompared</dt><dd><p>data (gate positions, values, etc.) in a csv file.
1366+
User defined parameters:</p>
1367+
<blockquote>
1368+
<div><dl class="simple">
1369+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
13501370
</dd>
1351-
<dt>‘WRITE_INTERCOMP_TIME_AVG’: Writes the time-averaged intercompared</dt><dd><p>data (gate positions, values, etc.) in a csv file.</p>
1371+
</dl>
1372+
</div></blockquote>
13521373
</dd>
13531374
</dl>
13541375
</dd>

API/generated/generated/pyrad.prod.generate_monitoring_products.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,8 @@ <h1>pyrad.prod.generate_monitoring_products<a class="headerlink" href="#pyrad-pr
13181318
User defined parameters:</p>
13191319
<blockquote>
13201320
<div><dl class="simple">
1321+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1322+
</dd>
13211323
<dt>anglenr: int</dt><dd><p>The elevation angle number to plot</p>
13221324
</dd>
13231325
<dt>quantiles: list of floats</dt><dd><p>The quantiles to plot. Default 25., 50., 75.</p>
@@ -1334,6 +1336,8 @@ <h1>pyrad.prod.generate_monitoring_products<a class="headerlink" href="#pyrad-pr
13341336
User defined parameters:</p>
13351337
<blockquote>
13361338
<div><dl class="simple">
1339+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1340+
</dd>
13371341
<dt>quantiles: list of 3 floats</dt><dd><p>the quantiles to compute. Default 25., 50., 75.</p>
13381342
</dd>
13391343
<dt>ref_value: float</dt><dd><p>The reference value. Default 0</p>
@@ -1385,6 +1389,8 @@ <h1>pyrad.prod.generate_monitoring_products<a class="headerlink" href="#pyrad-pr
13851389
User defined parameters:</p>
13861390
<blockquote>
13871391
<div><dl class="simple">
1392+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1393+
</dd>
13881394
<dt>anglenr: int</dt><dd><p>The elevation angle number to plot</p>
13891395
</dd>
13901396
</dl>
@@ -1397,6 +1403,8 @@ <h1>pyrad.prod.generate_monitoring_products<a class="headerlink" href="#pyrad-pr
13971403
User defined parameters:</p>
13981404
<blockquote>
13991405
<div><dl class="simple">
1406+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1407+
</dd>
14001408
<dt>write_data: bool</dt><dd><p>If true the resultant histogram is also saved in a csv
14011409
file. Default True.</p>
14021410
</dd>
@@ -1407,6 +1415,8 @@ <h1>pyrad.prod.generate_monitoring_products<a class="headerlink" href="#pyrad-pr
14071415
User defined parameters:</p>
14081416
<blockquote>
14091417
<div><dl class="simple">
1418+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1419+
</dd>
14101420
<dt>quantiles: list of 3 floats</dt><dd><p>the quantiles to compute. Default 25., 50., 75.</p>
14111421
</dd>
14121422
<dt>ref_value: float</dt><dd><p>The reference value. Default 0</p>

API/generated/generated/pyrad.prod.generate_occurrence_products.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,8 @@ <h1>pyrad.prod.generate_occurrence_products<a class="headerlink" href="#pyrad-pr
13121312
User defined parameters:</p>
13131313
<blockquote>
13141314
<div><dl class="simple">
1315+
<dt>voltype: name of the pyrad variable to use, it must be available</dt><dd><p>in the dataset</p>
1316+
</dd>
13151317
<dt>quant_min: float</dt><dd><p>Minimum frequency of occurrence in percentage to keep the
13161318
gate as valid. Default 95.</p>
13171319
</dd>

0 commit comments

Comments
 (0)