Home › Forums › Mayfly Data Logger › Parameter Threshold Notifications › Reply To: Parameter Threshold Notifications
2019-11-21 at 3:04 PM
#13387
I don’t think you should have to be messing with eTree if you’re using ulmo. There’s a get_values function that returns a simple python dictionary: https://ulmo.readthedocs.io/en/latest/api.html#ulmo.cuahsi.wof.get_values The WSDL URL is https://monitormywatershed.org/wofpy/soap/cuahsi_1_1/.wsdl.
I hate having to use the eTree library. I find trying to navigate through layers of XML to be approximately 0% fun.