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

[Datastream #HIG-707765]: Problems with neartime archive



Hi Kwan,

re:
> I downloaded some radar files from 
> http://lead.unidata.ucar.edu/native/radar/composite/gini/n0r/1km using wget.
> 
> I then executed these commands:
> 
> dsserve.k ADD NEXR/N0R AREA TYP=IMAGE DIR='/storage/n0r/*.gini'

The type of the image specified is incorrect.  The NEXRAD Level III composites
are in GINI format, not AREA.  Given this, your DSSERVE command should look
like:

dsserve.k ADD NEXR/N0R GINI TYP=IMAGE DIR='/storage/n0r/*.gini'

Also, it is always a good idea to include a quote field value so that your
dataset can be better understood using DSINFO.  I suggest:

dsserve.k ADD NEXR/N0R GINI TYP=IMAGE DIR='/storage/n0r/*.gini' \"NEXRAD Level 
III Base Reflectivity N0R Composite

re:
> imglist.k NEXR/N0R.ALL
> 
> and got these error messages
> 
> Image file directory listing for:NEXR/N0R
> imglist.k: No images satisfy the selection criteria
> imglist.k: done
> 
> Any idea what went wrong?

The images are in GINI format, not AREA.

re:
> One more question that I have is that do the national radar composites 
> include Hawaii?

They do not include Hawaii or Alaska. Perhaps we would do better to refer
to them as Conus composites...

Cheers,

Tom
--
****************************************************************************
Unidata User Support                                    UCAR Unidata Program
(303) 497-8642                                                 P.O. Box 3000
address@hidden                                   Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage                       http://www.unidata.ucar.edu
****************************************************************************


Ticket Details
===================
Ticket ID: HIG-707765
Department: Support Datastream
Priority: Normal
Status: Closed