Add version to changelog v3.4.1
authorAlexander Vasarab <alexander@wylark.com>
Wed, 21 Dec 2022 03:47:53 +0000 (19:47 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Wed, 21 Dec 2022 03:47:53 +0000 (19:47 -0800)
README.md
infoex-autowx.py

index 93fdea25ee88635a7d88c3913ac8e4196d9694d4..a90acbf802c4d73a6a4e24497f9b452429ce52da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -334,6 +334,11 @@ windGustSpeedNum
 Version history
 ---------------
 
+- 3.4.1 (Dec 2022)
+
+  Reverse "American" units mode such that precip values are in metric,
+  and wind values are in imperial/English.
+
 - 3.4.0 (Mar 2022)
 
   Implement HN24 for NRCS SNOTEL stations, and implement "American"
index 3d3da272d0da78a91419a8c1c0feaa784d200aa6..54fab3999df1e507ab83fdee6535878e5b6be718 100755 (executable)
@@ -117,7 +117,9 @@ def setup_config(config):
 
         # massage provider config items
         if station['provider'] == 'nrcs':
-            station['source'] = 'https://www.wcc.nrcs.usda.gov/awdbWebService/services?WSDL'
+            #station['source'] = 'https://www.wcc.nrcs.usda.gov/awdbWebService/services?WSDL'
+            station['source'] = 'https://wcc.sc.egov.usda.gov/awdbWebService/services?WSDL'
+
             station['station_id'] = config['station']['station_id']
             station['desired_data'] = config['station']['desired_data'].split(',')