Closed hyoklee closed 1 year ago
Hi Joe,
I checked your attached file, the data is not very well formatted. The IDV can display it as point data type, but not enough information (attributes) to create a track display.
Yuan
Hi, Yuan!
Here's a better formatted data. I hope you can make it work with IDV as Track Files datatype.
This is your data structure:
netcdf /Users/yuanho/Downloads/RAT_demo2.h5 { dimensions: Time = 880; variables: long LQI(Time=880);
double Altitude(Time=880);
:units = "m";
:_CoordinateAxisType = "Height";
double Latitude(Time=880);
:units = "degrees_north";
:_CoordinateAxisType = "Lat";
double Longitude(Time=880);
:units = "degrees_east";
:_CoordinateAxisType = "Lon";
double Time(Time=880);
:units = "seconds since 1970-01-01 00:00:00";
:_CoordinateAxisType = "Time";
// global attributes: :_CoordSysBuilder = "ucar.nc2.internal.dataset.conv.DefaultConventions"; }
Here is CF document:
https://cfconventions.org/cf-conventions/cf-conventions.html#trajectory-data
Hi, Yuan!
I'm not testing Trajectory. This kind of file worked in 2017:
However, it doesn't work in 2023.
We are doing better now enforcing CF Conventions.😀
I see. I'll try to match the conventoins. 😅
Thanks for checking!
IDV detects the file as a valid Track type. However, it fails to open it due to the following error: