{"library":"siphon","title":"Siphon","description":"Siphon is a collection of Python utilities for interacting with the Unidata technology stack, particularly for accessing and downloading remote datasets via THREDDS Data Servers (TDS). Current version 0.10.0 requires Python >=3.10. Releases are periodic, roughly yearly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install siphon"],"cli":null},"imports":["from siphon.catalog import TDSCatalog","from siphon.ncss import NCSS","from siphon.ncss import remote_open"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from siphon.catalog import TDSCatalog\n\n# Create a catalog object for the Unidata THREDDS server\ncat = TDSCatalog('https://thredds.ucar.edu/thredds/catalog.xml')\n# List datasets\nprint(list(cat.datasets)[:5])","lang":"python","description":"Connects to a THREDDS Data Server catalog and lists available datasets.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}