Hi
Thanks
I have removed rawdata in the file but I still have problem when I try
to load it as a track file.
File is accessible here:
https://gforge.ifremer.fr/docman/view.php/63/1202/hydro_nav_2010_0324_2.nc
Problem opening
file:C:\Users\ldrouine\Documents\Partage\hydro_nav_2010_0324_2.nc
ucar.unidata.data.BadDataException: Could not open
ucar.unidata.data.BadDataException: Could not open trajectory
file:C:\Users\ldrouine\Documents\Partage\hydro_nav_2010_0324_2.nc
at
Here is the ncml I used to modify your nc file and the IDV can take it
as Track file:
<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
location="C:/Users/yuanho/Downloads/hydro_nav_2010_0324_2.nc">
<remove name="conventions" type="attribute" />
<variable name="latitude" orgName="lat">
<remove name="axis" type="attribute" />
</variable>
<variable name="longitude" orgName="lon">
<remove name="axis" type="attribute" />
</variable>
<variable name="time" shape="time" type="double">
<remove name="axis" type="attribute" />
</variable>
<variable name="conduct" shape="time" type="float">
<remove name="coordinates" type="attribute" />
</variable>
<variable name="density" shape="time" type="double">
<remove name="coordinates" type="attribute" />
</variable>
<variable name="intaketemp" shape="time" type="float">
<remove name="coordinates" type="attribute" />
</variable>
<variable name="altitude" shape="time" type="double">
<attribute name="units" type="String" value="meter" />
<values start="0" increment="0">
</values>
</variable>
</netcdf>