ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

When retrieving multiple obs from platform, only one returned #21

Closed DanRamage closed 10 years ago

DanRamage commented 10 years ago

On a .collect() call querying water_temperature and salinity, only the salinity seems available. The query sent is:

http://129.252.139.124/thredds/sos/carocoops.cap2.buoy.nc?eventTime=2014-01-30T15%3A07%3A03Z%2F2014-01-31T03%3A07%3A03Z&service=SOS&offering=urn%3Aioos%3Astation%3Aorg.secoora%3Acarocoops.cap2.buoy&request=GetObservation&version=1.0.0&responseFormat=text%2Fxml%3Bschema%3D%22om%2F1.0.0%2Fprofiles%2Fioos_sos%2F1.0%22&observedProperty=water_temperature%2Csalinity

Maybe both observations are there, however without documentation on the library, I am unsure how to get the data.

DanRamage commented 10 years ago

Dupe of https://github.com/asascience-open/pyoos/issues/20 Trying to get the thing to show in GitHub by doing various things.