[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AWIPS #RJD-815131]: Ldadmesonet
- Subject: [AWIPS #RJD-815131]: Ldadmesonet
- Date: Tue, 15 Sep 2020 13:25:05 -0600
Hi Justin,
One thing that might be useful is to sort the list of parameters before
printing them out, so they're
alphabetical because there is quite a few of them.
It does look like 'temperature' is an available parameter, so that's good!
I'm thinking possibly the time range you're giving it isn't working. So, why
don't you try adding the
parameters you're interested in and then calling
cycles = DataAccessLayer.getAvailableTimes(request, True)
times = DataAccessLayer.getAvailableTimes(request)
fcstRun = DataAccessLayer.getForecastRun(cycles[-1], times)
list(fcstRun)
This way you can see what times are actually available, and from there you can
select the results from
the fcstRun object and then see if you get any temperature data returned?
--Shay Carter
Software Engineer II
UCAR - Unidata
Ticket Details
===================
Ticket ID: RJD-815131
Department: Support AWIPS
Priority: Low
Status: Open
===================
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.