Skip to content

Failure to get access urls #179

Closed
Closed

Description

In moving things from NOMADS to NCEI we're failing to return any access urls. Not sure if it's a siphon or NCEI issue yet.

Broken example:

from siphon.catalog import TDSCatalog
base_url = 'https://www.ncei.noaa.gov/thredds/catalog/namanl/'
dt = datetime(2011, 4, 27)
cat = TDSCatalog('{}{dt:%Y%m}/{dt:%Y%m%d}/catalog.xml'.format(base_url, dt=dt))
ds = cat.datasets[0]
print(ds.access_urls)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions