Open rsignell-usgs opened 8 years ago
Hi @rsignell-usgs,
We've been discussing this at our weekly THREDDS meeting this morning, and we were wondering if you could post this to the CF list. I am wondering if the case where only coordinate variables exist in the file is addressed by the DSG types.
Thanks!
Okay
On Thu, Feb 25, 2016 at 2:05 PM, Sean Arms notifications@github.com wrote:
Hi @rsignell-usgs https://github.com/rsignell-usgs,
We've been discussing this at our weekly THREDDS meeting this morning, and we were wondering if you could post this to the CF list. I am wondering if the case where only coordinate variables exist in the file is addressed by the DSG types.
Thanks!
— Reply to this email directly or view it on GitHub https://github.com/Unidata/thredds/issues/446#issuecomment-188933356.
Dr. Richard P. Signell (508) 457-2229 USGS, 384 Woods Hole Rd. Woods Hole, MA 02543-1598
can we get sample file?
Here is the catalog:
and here is the httpServer link:
(~ 8kb)
Just noticed that the DEPTH variable is not a function of time. Is that correct? It's just a scalar variable?
Yes, this is a drifter that floats at the surface of the ocean. So the depth is constant.
Many ocean drifters just report report longitude and latitude at periodic times along their trajectory - there are no temperature, salinity or other sensors on them.
It is expected that trajectory DSG data should fail if there isn't an additional data variable present?
If I open this OPeNDAP data URL as point data in ToolsUI, I get an error: http://thredds.socib.es/thredds/dodsC/drifter/surface_drifter/drifter_svpf001-ime_svpf001/L0/2012/dep0001_drifter-svpf001_ime-svpf001_L0_2012-10-25.nc
However, if I add a simple dummy temperature variable:
then the NcML dataset opens just fine in ToolsUI:
Is this expected behavior?