ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

How to handle attribution for stations in Fed and RA SOS services #135

Closed mwengren closed 7 years ago

mwengren commented 7 years ago

From feedback received:

While the catalog seems to pick up PacIOOS data, it doesn't seem to pick up all RA data yet. In addition, while you can find all of our wave buoys by searching under "PacIOOS", they are also listed under NDBC assets -- and if you find it under NDBC, there is no mention of PacIOOS anywhere. Perhaps this could this be addressed by pulling one more line of metadata from NDBC? It would be nice to have the proper attributes included, and it would likely reduce confusion by external users.

Need to identify whether sensorml2iso is missing ownership metadata that exists in SensorML, or NDBC needs to modify SOS service.

kknee commented 7 years ago

@mwengren the NDBC feed provides operator information, which does specify PACIOOS for the wave buoys

Here is an example: http://sdf.ndbc.noaa.gov/sos/server.php?request=DescribeSensor&service=SOS&version=1.0.0&outputformat=text/xml;subtype=%22sensorML/1.0.1%22&procedure=urn:ioos:station:wmo:51204

We use the information specified in this section:

mwengren commented 7 years ago

Ok, thanks! I thought I was parsing all those fields but I must have missed some of the sml:contact types. The corresponding ISO in the Catalog does not mention PacIOOS: https://data.ioos.us/dataset/barbers-point-hi-2-165.

mwengren commented 7 years ago

Should be addressed by ioos/catalog#25

mwengren commented 7 years ago

Should be resolved by ioos/catalog-ckan#145

mwengren commented 7 years ago

Resolved by ioos/catalog-ckan#149