[Thread Prev][Thread Next][Index]

dataset xml file



Dear LAS users,

I am trying to configure LAS with a MySql RDBMS. I successfully created a
sample netcdf files following the instructions on
http://ferret.pmel.noaa.gov/Ferret/LAS/FAQ/relational_database_access.htm.
When I try to create the dataset xml file I get the following:

[root@nutria server]# ../xml/perl/addXml.pl --out_inc
../xml/perl/template.xml bishopville.xml bishopville.cdf 
**File: bishopville.cdf
Dimension index doesn't have a coordinate variable at ../xml/perl/addXml.pl
line 93

Here is the output of ncdump:

netcdf bishopville {
dimensions:
        index = 12192 ;
        trdim = 2 ;
variables:
        double trdim(trdim) ;
                trdim:units = "hours since 2003-01-01" ;
                trdim:time_origin = "01-Jan-2003" ;
        double trange(trdim) ;
                trange:units = "hours" ;
        float xax(index) ;
                xax:long_name = "Longitude" ;
                xax:units = "degrees_east" ;
                xax:missing_value = -1.e+34f ;
        float yax(index) ;
                yax:long_name = "Latitude" ;
                yax:units = "degrees_north" ;
                yax:missing_value = -1.e+34f ;
        float zax(index) ;
                zax:long_name = "Depth" ;
                zax:units = "meters" ;
                zax:missing_value = -1.e+34f ;
        double tax(index) ;
                tax:long_name = "Time" ;
                tax:units = "hours since 2003-01-01" ;
                tax:time_origin = "01-Jan-2003" ;
                tax:missing_value = -1.e+34f ;
        float temp(index) ;
                temp:long_name = "Temperature" ;
                temp:units = "Degrees Fahrenheit" ;
                temp:missing_value = -1.e+34f ;

Im running LAS 6.1/Ferret 5.51

Any and all feedback would be greatly appreciated.

Enils Bashi
Programmer - Chesapeake Bay Program
Veridyne Incorporated
Annapolis, Maryland: (410) 267-9833
www.chesapeakebay.net




[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement