ioos / system-test

IOOS DMAC System Integration Test project
github.com/ioos/system-test/wiki
The Unlicense
7 stars 14 forks source link

https://data.noaa.gov/csw returns strange "scheme"s #175

Closed kwilcox closed 9 years ago

kwilcox commented 10 years ago
from owslib import fes
from owslib.csw import CatalogueServiceWeb

schemes = set()
c   = CatalogueServiceWeb("https://data.noaa.gov/csw", timeout=20)
fil = fes.PropertyIsLike(propertyname='apiso:AnyText', literal="*sea_surface_height_above_sea_level*", wildCard='*')
c.getrecords2(constraints=[fil], maxrecords=1000, esn='full')
for record, item in c.records.items():
    for d in item.references:
        schemes.add(d['scheme'])

Unique list (for this variable):

Download DEM
Download NetCDF DEM
FTP
For "real-time" Pub 47 station information
HTTP
Information
Integrating Bathymetric and Topographic Datasets ASCII DEM
Integrating Bathymetric and Topographic Datasets Homepage
More information about WMOs Pub 47 can be found at this link.
None
Pressure
WMS
format layout and definitions.
http
location
metadata and Readme file.
metadata and readme file.
please see the OPeNDAP web site at http://opendap.org/.
preview and access DEM
the TDS can provide WMS
kwilcox commented 10 years ago

@mwengren

jkupiec commented 9 years ago

Closing this.

rsignell-usgs commented 9 years ago

I just tested and the issue still stands. @jkupiec , why was this closed?