-
Notifications
You must be signed in to change notification settings - Fork 179
Long global attributes skipped by toolsUI-4.3.jar #50
Comments
For information, the output of toolsUI when trying to open this file says : ggalibert@ggalibert-Latitude-E4310:~$ java -jar toolsUI-4.3.jar |
Has this issue been resolved? |
Not yet, the old url you sent did not work anymore, Guillaume Galibert wrote:
|
This url still works to retrieve a NetCDF file : Opening this file locally with both toolsUI and ncdump will show the discrepancy. |
We need to get the actual file, not just the opendap URL |
I wget-ed the URL and put the file in testdata/support/github-50. For what it's worth, ncdump works fine on that file but I get an exception when opening in ToolsUI on 4.5.2: "java.lang.IllegalStateException: MessageDataspace: unknown version= -29. |
Like Ryan, I am seeing that unknown version error. |
I did an experiment with a .nc file with just a long attribute |
should be fixed in 4.5.4, commit d7d9327 |
It looks like global attributes which reaches a certain length are not well processed by toolsUI-4.3.jar.
This file for example
https://thredds.aodn.org.au/thredds/fileServer/IMOS/ANMN/NSW/PH100/Velocity/IMOS_ANMN-NSW_AETVZ_20131127T230000Z_PH100_FV01_PH100-1311-Workhorse-ADCP-109.5_END-20140306T010000Z_C-20140521T053527Z.nc
has a quality_control_log global attribute which is not provided, although a simple
ncdump -h IMOS_ANMN-NSW_AETVZ_20131127T230000Z_PH100_FV01_PH100-1311-Workhorse-ADCP-109.5_END-20140306T010000Z_C-20140521T053527Z.nc | grep "quality_control_log"
can show it.
ncdump -h https://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 | grep "quality_control_log"
doesn't show anything via OPeNDAP, so I'm guessing OPeNDAP might be using toolsUI or similar code to render the global attributes.
The text was updated successfully, but these errors were encountered: