X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/1a565eb58a2617c918cfc4e5d96d0adaaa233788..350dfa9dbe58c5288140a3b9998514608f825f6c:/infoex-autowx.py?ds=sidebyside diff --git a/infoex-autowx.py b/infoex-autowx.py index 7ecf36e..e03a2b0 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -533,11 +533,6 @@ def switch_units_to_metric(data_map, mapping): # NOTE: to update this, use the fmap<->final_data mapping laid out # in setup_infoex_fields_mapping () - # - # NOTE: this only 'works' with MesoWest for now, as the MesoWest API - # itself handles the unit conversion; in the future, we will also - # support NRCS unit conversion, but this must be done by this - # program. data_map[mapping['tempMaxHourUnit']] = 'C' data_map[mapping['tempMinHourUnit']] = 'C' data_map[mapping['tempPresUnit']] = 'C'