[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[python #OQJ-285928]: siphon issue



Greetings!

A little over a year ago, the NWS stopped sending out the N0Q (1km x 1 deg) 
product in favor of the "super resolution" N0B product (0.25km x 0.5 deg):

  https://www.weather.gov/media/notification/pdf2/scn21-96_sbn_super-res.pdf

If I modify your code to use 'N0B' instead of 'N0Q', I get data as expected. Of 
course, `validate_query()` then fails because we haven't updated our THREDDS 
server config to list the new products (ooops).

Cheers!

Ryan

> Hi Unidata supporters,
> 
> I have a variety of scripts using siphon that I have run on and off for
> years to acquire and plot archived NEXRAD radar data.  For some reason, I
> can no longer get the siphon interactions to work correctly.  I seem to
> reproduce the same problem across all of my scripts, and also when I try to
> follow any online tutorials.
> 
> The step that seems to fail is:
> catalog = rs.get_catalog(query)
> 
> This now seems to return an empty array.  This causes the subsequent data
> access operation to error out.
> 
> Here is a screen capture of a simple notebook following the example from:
> https://unidata.github.io/siphon/latest/examples/Radar_Server_Level_3.html
> 
> [image: Screenshot 2023-05-15 at 1.38.21 PM.png]
> 
> As of the last step, catalog.datasets should contain information about what
> is to be retrieved, but it's empty.  Any thoughts?


Ticket Details
===================
Ticket ID: OQJ-285928
Department: Support Python
Priority: Low
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.