[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [netcdf-java] problem getting axistype
- To: Adit Santokhee <ads@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [netcdf-java] problem getting axistype
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Tue, 19 May 2009 10:09:16 -0600
- Cc: support-thredds@xxxxxxxxxxxxxxxx
- Delivered-to: support-thredds@unidata.ucar.edu (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "John Caron", Issuer "mailhost.unidata.ucar.edu" (verified OK)) by laraine.unidata.ucar.edu (Postfix) with ESMTP id B0425CB1A4; Tue, 19 May 2009 10:09:19 -0600 (MDT)
- In-reply-to: <4A12B216.2030109@mail.nerc-essc.ac.uk>
- References: <4A118970.9020805@mail.nerc-essc.ac.uk> <4A118C29.4000600@unidata.ucar.edu> <2bb6ee950905180931r2faa2ed7l9b67e8a2a7929297@mail.gmail.com> <4A119A1A.3000005@unidata.ucar.edu> <1890.86.24.180.4.1242668378.squirrel@www.nerc-essc.ac.uk> <4A11A8A7.2090509@unidata.ucar.edu> <4A12B216.2030109@mail.nerc-essc.ac.uk>
- User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
Adit Santokhee wrote:
Hi John,
Its still not working.
Please find attached the ncml file we use for this dataset. As Jon
pointed out, this used to work but now doesn't.
Cheers,
Adit
John Caron wrote:
the coordinate systems look ok to me. the lat and lon axis types dont
get recognized because they use degrees as units instead of
degrees_north and degrees_east, respectively, as CF requires. thats
why you will get a null in your code.
the grid display looks wrong, however, probably because X has "100 km"
units, and y has nothing, so km is assumed.
using the CoordSys tab of ToolsUI is one way to look for these kinds
of issues.
ads@xxxxxxxxxxxxxxxxxxxx wrote:
Hi John,
The dataset is available here:
http://topaz.nersc.no/thredds/dodsC/topaz/mersea-ipv2/arctic/tmipv2a-class1-b-be.html
Hi Adit:
Im still seeing the same problem in this opendap dataset, so your new ncml
doesnt seem to be in there. Did you restart the server?
You might want to double check this in the CoordSys tab in ToolsUI.