hemasphere / botpt

0 stars 0 forks source link

make_url function issue #14

Open hemasphere opened 2 years ago

hemasphere commented 2 years ago

I am having one issue with the function I created called make_url() and the issue is that the "variables" that should be there are in an list format so I need to figure out a way so it's not.

For instance: This is my output: "[http://erddap.dataexplorer.oceanobservatories.org/erddap/tabledap/ooi-rs03ccal-mj03f-05-botpta301.nc?['time', 'latitude', 'longitude', 'botpres', 'botsflu_meandepth', 'botsflu_meanpres']&time%3E=1409270400.0&time%3C=1409616000.0" url This is the actual url: '(http://erddap.dataexplorer.oceanobservatories.org/erddap/tabledap/ooi-rs03ccal-mj03f-05-botpta301.html?time,latitude,longitude,botpres,botsflu_meandepth,botsflu_meanpres&time%3E=1409270400.0&time%3C=1409616000.0)'