NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [idvusers] Plot a trajectory


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>



  • 2010 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the idvusers archives: