Closed ocefpaf closed 8 years ago
Thanks, @ocefpaf! Looks good to me. Thanks for implementing the units string unicode prefix.
Looks like this is ready to go, right? @ocefpaf, are you planning to merge it yourself, or waiting for someone else to do that?
I'd appreciate if @kwilcox, @daf, or @lukecampbell could take a look at this and merge. We do not have working tests for this yet, so we could use an extra pair of eyes. (I avoid self-merges as much as I can.)
PS: If you want to test this I can create a conda package from the branch.
Assuming the Unicode additions are temporary until we can port to py3?
Assuming the Unicode additions are temporary until we can port to py3?
The u''
is OK on python 3. (It was not in 3.1
I think... Not sure when they changed it back.)
Thanks, @kwilcox and @ocefpaf! Next week I will share a notebook showing metadata requests and a folium map with the returned sites (demonstrating that longitudes are ok), plus a time series request and plot.
PS: If you want to test this I can create a conda package from the branch.
@ocefpaf, I'll create a conda env using the new pyoos master branch. Let's wait on a new conda package until we have a new pyoos release?
@ocefpaf does the -lon work? haven't seen that syntax before!
It does work but that was not intentional. I did mean to write -1*lon
That was me, from my original commit. Looks to me like it's a valid 2.7 syntax. Though I probably did it w/o thinking, as one of the few remnants of my distant C
past.
I pulled @emiliom changes from #48 and
@emiliom Are you OK with this PR?