Questions tagged [python-siphon]

Siphon is a collection of Python utilities for retrieving atmospheric and oceanic data from remote sources.

Siphon is a collection of Python utilities for retrieving atmospheric and oceanic data from remote sources. (https://unidata.github.io/siphon)

17 questions
0
votes
1 answer

Siphon NCSS returns nan values

I'm trying to plot latest HRRR surface temperature with data from the THREDDS data server. cat = TDSCatalog('https://thredds-test.unidata.ucar.edu/thredds/catalog/' 'grib/NCEP/HRRR/CONUS_2p5km/latest.xml') dataset =…
0
votes
1 answer

How to get siphon to recognize SSL cert bundle

I’m trying to use siphon from behind a pretty aggressive firewall, but I can’t figure out how to get siphon to recognize my SSL certs. Constructing a TDSCatalog fails with Error([('SSL routines', 'tls_process_server_certificate', 'certificate…
ogray
  • 3
  • 2
1
2