I'm trying to create a URL to access data. Given initial an initial Lat/Lon that will vary from user to user, I want this code to spit out a URL appropriate to access the data.
I keep getting this error: "cannot concatenate 'str' and 'tuple' objects"
Any idea on how to fix this?