Hi all,
I’m trying out the Streaming API and keep getting a 406 error. I’m pretty sure I have my bounding box setup correctly, but can’t seem to get it to work.
Here’s a snippet of the location setup:
loc = [-79.72297668457031,43.37158360778362,-79.72452163696289,43.5275177007501]
stream = Stream(auth,listen)
stream.filter(locations=loc)
Any suggestions?