mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
Reference the appendix "Units".
This commit is contained in:
@@ -5175,11 +5175,12 @@ weewx.units.conversionDict['pound'] = {'newton': lambda x : x * 4.44822}
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="code first_col">usUnits</td>
|
||||
<td>The unit system used. <span class="code">weewx.US</span> for US customary, <span class="code">weewx.METRICWX</span>,
|
||||
or <span class="code">weewx.METRIC</span> for metric. See the file <span
|
||||
class="code">units.py</span>, dictionaries <span class="code">USUnits</span>, <span
|
||||
class="code">MetricWXUnits</span>, and <span class="code">MetricUnits</span> for the exact
|
||||
definition of each.
|
||||
<td>
|
||||
The unit system used. <span class="code">weewx.US</span> for US customary, <span
|
||||
class="code">weewx.METRICWX</span>, or <span class="code">weewx.METRIC</span> for metric. See the
|
||||
Appendix <a href="#units"><em>Units</em></a> for their exact definitions. The dictionaries <span
|
||||
class="code">USUnits</span>, <span class="code">MetricWXUnits</span>, and <span
|
||||
class="code">MetricUnits</span> in file <span class="code">units.py</span>, can also be useful.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user