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

20000508: GINI to netCDF (cont.)

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.


  • Subject: 20000508: GINI to netCDF (cont.)
  • Date: Mon, 08 May 2000 10:59:47 -0600

>From: David Harper <address@hidden>
>Organization: NCAR/RAP
>Keywords: 200003012325.QAA04248 McIDAS-X GINI netCDF

Dave,

>Actually the only thing I am concerned with is the output file name.  I would 
>prefer to have the IR and Vis files have different names.

You would do this by adjusting the RESOLV.SRV entries for the NCDF dataset.
Here is the one entry probably is now:

N1=NCDF,N2=GVAR,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF IMAGES,

You could change this to: two entries:

N1=NCDF,N2=VIS,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF VIS IMAGES,
N1=NCDF,N2=IR,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF IR IMAGES,

You may want them to be a little more descriptive by substituting
GW1KVIS and GW4KIR for VIS and IR, respectively.  Again, the IMGCOPY
command output dataset would need to be adjusted to reflect this change.

Tom