Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explain how to switch to (working) betatest NcML previewer #11311

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/release-notes/11252-ncml.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## NcML Previewer Bug Fix

[Dataverse Previewers](https://github.com/gdcc/dataverse-previewers) v1.4 contains a bug in the NcML previewer that prevents it from working with signed URLs. (See #11252 for screenshots.)

This has been [fixed](https://github.com/gdcc/dataverse-previewers/commit/2211989e7b9e12c875e18b4893ba4f1dfb1603a5) in the "betatest" version of the previewer.

Until v1.5 is released, we recommend [deleting](https://guides.dataverse.org/en/6.5/admin/external-tools.html#managing-external-tools) the v1.4 version and switching to the "betatest" version. This can be achived by editing the [curl command](https://github.com/gdcc/dataverse-previewers/blob/develop/6.1curlcommands.md#ncml-previewer) for the NcML previewer, changing this line...

`"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.4/NcmlPreview.html",`

... to...

`"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/betatest/NcmlPreview.html",`

Note that there are two curl commands as the NcML tool supports two content types:

- `"contentType":"application/x-hdf5"`
- `"contentType":"application/netcdf"`

See also #11252 and #11311.