This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> Here is a source code.
>
> Howard
>
>
Hi Howard,
On line 178 of your AtecChooser you have:
String dataSourceId = "FILE.POINTTEXT";
If you change this to "RAOB" for when you know you are dealing with soundings
then it should create the appropriate data source.
e.g.:
if(doingSounding) {
dataSourceId = "RAOB";
} else {
dataSourceId = "FILE.POINTTEXT";
}
I had to change our RaobDataSource to support being created with a file or url
path. This is checked in now and will be available in tonight's nightly build.
-Jeff
Ticket Details
===================
Ticket ID: RAI-544646
Department: Support IDV
Priority: High
Status: Closed