-
Notifications
You must be signed in to change notification settings - Fork 28
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
NCSS NetcdfSubset not working with v5.5 #544
Comments
The base for NCSS has changed in
|
Thanks a bunch, it works !!! Could the documentation here https://docs.unidata.ucar.edu/tds/current/userguide/adding_ncss.html be updated? This is all we see right now and I would never have guessed it. Also I enabled simultaneously both
It seems to work on my test instance https://boreas.ouranos.ca/testthredds/catalog/testdatasets/testdata/catalog.html?dataset=testdatasets/testdata/ta_Amon_MRI-CGCM3_decadal1980_r1i1p1_199101-200012.nc |
I responded over on the PR (#545), but in case anyone stumbles across this issue, I'll repost the important parts:
So you would enable one or the other based on the type of data in the dataset (a very simplified way of looking at it - model output or observational data), but not both. |
Call out changes to NCSS service elements in 5.x (i.e. GRID and POINT have different service elements). Addresses #544.
Thanks @lesserwhirls, closing this issue, fixed by #545. |
To report a non-security related issue, please provide:
unidata/thredds-docker:5.5
(https://hub.docker.com/r/unidata/thredds-docker/tags)When clicking on a NCSS link (https://boreas.ouranos.ca/testthredds/ncss/testdatasets/testdata/ta_Amon_MRI-CGCM3_decadal1980_r1i1p1_199101-200012.nc/dataset.html), all I have is a 404 page.
No other errors than this
/usr/local/tomcat/content/thredds/logs/threddsServlet.log
:For comparison, this is a working NCSS link from a Thredds 4.6 version, on the exact same
.nc
test file: https://boreas.ouranos.ca/twitcher/ows/proxy/thredds/ncss/birdhouse/testdata/ta_Amon_MRI-CGCM3_decadal1980_r1i1p1_199101-200012.nc/dataset.htmlFor 5.5,
NetcdfSubsetService
is enabled in ourthreddsConfig.xml
https://github.com/Ouranosinc/birdhouse-deploy/blob/59d4344cecd0eba79f94b5919e7140c2cba8a6b4/birdhouse/optional-components/testthredds/threddsConfig.xml.template#L133-L135
The service is enabled in our catalog:
https://github.com/Ouranosinc/birdhouse-deploy/blob/59d4344cecd0eba79f94b5919e7140c2cba8a6b4/birdhouse/optional-components/testthredds/catalog.xml.template#L14
The service is enabled in our datasets:
https://github.com/Ouranosinc/birdhouse-deploy/blob/59d4344cecd0eba79f94b5919e7140c2cba8a6b4/birdhouse/optional-components/testthredds/catalog.xml.template#L17-L21
The text was updated successfully, but these errors were encountered: