Siphon - A collection of Python utilities for retrieving data from Unidata data technologies.
cat = TDSCatalog('https://rda.ucar.edu/thredds/catalog/files/g/ds084.1/2017/20171001/')
cat = TDSCatalog('https://rda.ucar.edu/thredds/catalog/files/g/ds084.1/')
I don't get any datasets
.catalog_refs
attribute.
base_url = 'https://rda.ucar.edu/thredds/catalog/files/g/ds084.1/'
dt = datetime(2017, 10, 1)
url = base_url + f'{dt:%Y/%Y%m%d}'
HTTPSConnectionPool(host='rda.ucar.edu', port=443): Max retries exceeded with url: /thredds/catalog/files/g/ds084.1/2019/20190224/catalog.xml (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fec30e04650>: Failed to establish a
new connection: [Errno 110] Connection timed out',))