aodn / imos-user-code-library

Code library of helper functions and examples for working with NetCDF data files typically sourced from IMOS
GNU General Public License v3.0
19 stars 15 forks source link

Long attribute not retrieved #7

Open ggalibert opened 10 years ago

ggalibert commented 10 years ago

There seems to be a bug related to retrieving attributes which content is fairly long.

This dataset for example : http://thredds.aodn.org.au/thredds/catalog/IMOS/ANMN/NSW/PH100/Velocity/catalog.html?dataset=IMOS/ANMN/NSW/PH100/Velocity/IMOS_ANMN-NSW_AETVZ_20131127T230000Z_PH100_FV01_PH100-1311-Workhorse-ADCP-109.5_END-20140306T010000Z_C-20140521T053527Z.nc

When processed on filesystem with ncParse doesn't show the global attribute quality_control_log while ncdump or ncks does...

ggalibert commented 10 years ago

The bug stems from the toolsUI.jar used and provided by Unidata. I'm feedbacking it them.

ggalibert commented 10 years ago

Issue has been lodged here : https://github.com/Unidata/thredds/issues/50

lbesnard commented 9 years ago

FI, this is the case on opendap as well http://thredds.aodn.org.au/thredds/dodsC/IMOS/ANMN/NSW/PH100/Velocity/IMOS_ANMN-NSW_AETVZ_20131127T230000Z_PH100_FV01_PH100-1311-Workhorse-ADCP-109.5_END-20140306T010000Z_C-20140521T053527Z.nc.info

@ggalibert , the new version of nctoolbox https://github.com/nctoolbox/nctoolbox doesn't fix the issue. I'll lodge a bug in their repo

The global attribute quality_control_log isn't displayed. @danfruehauf maybe it's time to update the THREDDS version ?

danfruehauf commented 9 years ago

@lbesnard Don't look at me ;)

That's more for @pblain to decide when to do such a thing...

lbesnard commented 9 years ago

Issue lodge here : https://github.com/nctoolbox/nctoolbox/issues/70