Christof Dallermassl
Christof Dallermassl
JSONPath
I have an application that fetches a json file from an http server and extracts a value from the json. The url (and therefore the structure of the json) is...
merged additional code that makes it work on OSX and fixed a couple of bugs (output, params) Better readme Could you merge my (and hermanbanken's) changes into your repo? So...
## Overview I am trying to backup/restore to an S3 bucket using the non-default stanza (which is "db"), but I do not manage to set a stanza on the backup....
PR https://github.com/geopython/OWSLib/pull/741 breaks the code: Example ``` #!/usr/bin/python3 from owslib.sos import SensorObservationService service = SensorObservationService('http://sensorweb.demo.52north.org/52n-sos-webapp/sos/kvp', version='2.0.0') offering = 'ws2500' observedProperty = 'AirTemperature' get_obs = service.get_operation_by_name('GetObservation') response = service.get_observation(responseFormat='http://www.opengis.net/om/2.0', offerings=[offering], observedProperties=[observedProperty])...
Steps * I setup 2 different wifis using two different SSIDs and using cq.morserino.info for both * everything works, with both wifis * a week later, the wifi configuration is...