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

[netCDFJava #TQD-749737]: remove coordinateAxis "altitude"



Hi Valentijn,
 
> The MathType of this dataset troubles IDV's "serialize to disk"
> facility. Is there a way to ncml-change this?
> 
> Further to remove the dimension 'altitude', I've tried:
> 
> <remove type="attribute" name="axis" />
> <remove type="attribute" name="_CoordinateAxisType" />
> <remove type="attribute" name="_CoordinateZisPositive" />
> <remove type="attribute" name="altitude" />
> 
> Doesn't work, can you help me pls?

I think John may have mistyped when he said type="attribute". Try

<remove type="variable" name="altitude" />

which seems to successfully get rid of the "altitude" variable.

I'll leave the IDV MathType "serialize to disk" question for Jeff or Don to 
answer.

Ethan



Ticket Details
===================
Ticket ID: TQD-749737
Department: Support netCDF Java
Priority: Normal
Status: Open