Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

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

[IDV #RAI-544646]: help: Handling CMA file (.ta extension) from a server



> 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


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690