Skip to content

Commit 7f992cb

Browse files
authored
Merge pull request #11311 from IQSS/11252-ncml
explain how to switch to (working) betatest NcML previewer
2 parents 6ddd86d + 88343e3 commit 7f992cb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/release-notes/11252-ncml.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## NcML Previewer Bug Fix
2+
3+
[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.)
4+
5+
This has been [fixed](https://github.com/gdcc/dataverse-previewers/commit/2211989e7b9e12c875e18b4893ba4f1dfb1603a5) in the "betatest" version of the previewer.
6+
7+
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 achieved 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...
8+
9+
`"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.4/NcmlPreview.html",`
10+
11+
... to...
12+
13+
`"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/betatest/NcmlPreview.html",`
14+
15+
Note that there are two curl commands as the NcML tool supports two content types:
16+
17+
- `"contentType":"application/x-hdf5"`
18+
- `"contentType":"application/netcdf"`
19+
20+
See also #11252 and #11311.

0 commit comments

Comments
 (0)