Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
69 views

I am trying to download weather forecast data using the Siphon library (example below). When I specify multiple variables to download, it downloads just some of them (print at the end shows just two ...
Primoz's user avatar
  • 1,554
0 votes
1 answer
48 views

I am trying to access data in THREDDS using siphon using following code. satcat = TDSCatalog( "https://thredds.ucar.edu/thredds/catalog/satellite/goes/east/products/CloudAndMoistureImagery/CONUS/...
haneulkim's user avatar
  • 5,018
0 votes
1 answer
127 views

I am attempting to download/subset a list of gridded parameters from the UCAR THREDDS servers. Here is how I am setting things up: import pandas as pd import xarray as xr import concurrent.futures ...
hm8's user avatar
  • 1,533
1 vote
1 answer
150 views

I've got a working example of using Siphon to access the HYCOM forecast model run catalog (FMRC), and I really like this pattern! My problem is that I cannot access the hindcast catalog in the same ...
jamespolly's user avatar
0 votes
2 answers
669 views

I'm trying to loop to download a subset of GFS data using the siphon library. I can download one file at a time normally the way the code is laid out. I would like to know how can I download from the ...
William Jacondino's user avatar
1 vote
1 answer
97 views

I use the Siphon library to retrieve a subset (using the ncss service) of a remote NetCDF dataset. Is there a convenient way of storing the result in a local .nc file or do I have to create a new ...
gdros's user avatar
  • 393
0 votes
1 answer
50 views

I'm using the following code in Google Colab with siphon 0.9: from siphon.simplewebservice import acis import json params = {"sid":"KPIH","elems":"maxt,mint,avgt,...
John H.'s user avatar
  • 11
0 votes
1 answer
189 views

I am using the siphon package to extract NEXRAD Level 3 data following the example in this link: https://unidata.github.io/siphon/latest/examples/Radar_Server_Level_3.html. But it appears that the ...
Ehsan's user avatar
  • 3
0 votes
1 answer
161 views

I'm trying to get a dataset from TDScatalog with siphon but with multiples variables show me that error or the last line. Here the code: import siphon from siphon.catalog import TDSCatalog import ...
Víctor Cafetero's user avatar
2 votes
1 answer
262 views

By using the codes below, I can succesfully get “TEMP Soundings” data from the University of Wyoming. (The website is http://weather.uwyo.edu/upperair/sounding.html) import datetime from siphon....
garyfio's user avatar
  • 21
0 votes
2 answers
169 views

I'm working on making animated radar loops using siphon and I am seeing that siphon isn't extracting the data in time/file order. (Example below). from siphon.cdmr import Dataset from siphon....
Bill Capehart's user avatar
1 vote
1 answer
546 views

I am trying to plot recent sea surface temperature data on a map. I got it working when I downloaded the netCDF4 file, but when I try to access the file from https://www.ncei.noaa.gov/thredds/, I get ...
Chris Turnbull's user avatar
1 vote
2 answers
2k views

I would like to open a opendap url using xarray. It requires authorization as it held at UCAR RDA: https://rda.ucar.edu/datasets/ds084.1/#!description The url for one file is as follows 'https://rda....
Ray Bell's user avatar
  • 1,638
0 votes
1 answer
155 views

I am new to plotting and examining wx data using python. I started with this example 850 hPa temp advection and its failing at this statement. ncss = NCSS('{}{dt:%Y%m}/{dt:%Y%m%d}/gfsanl_4_{dt:%Y%m%d}...
yoyoyoyo123's user avatar
  • 2,492
2 votes
1 answer
75 views

On this example: https://unidata.github.io/siphon/latest/examples/Basic_Usage.html Is there a best practice for obscuring the username/password information for the session manager? I am using a ...
DanielAdriaansen's user avatar

15 30 50 per page