-
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
can't use opendap on a datasetScan S3 object #365
Comments
I'm not shocked at all here since this is GRIB2 data. It works fine here: https://thredds-aws.unidata.ucar.edu/thredds/catalog/nexrad/level2/S3/2005/catalog.html (well, it did. Right now that server is timing out). With the need for creating indexes for GRIB data, I'm not sure that's all been properly worked out (i.e. having the indexes separate from the data). (If anyone knows better, by all means correct my ignorance.) |
Possible relevant info from the threddsServlet.log:
|
That would seem to confirm my suspicion. There's also a line that looks in the same vein of (but different to) the problem @tdrwenski fixed in Unidata/netcdf-java#1175. |
Thanks for testing @WeatherGod! Ryan is correct that things don't yet work for creating grib indexes or feature collection indexes for S3. I will make a GitHub issue for that so that hopefully the current status of the remaining S3 issues is clearer. |
I made this issue for S3 grib files: Unidata/netcdf-java#1177 I will close this issue as a duplicate. Let us know if you encounter any other S3 issues! |
Working off of 5.5-SNAPSHOT docker image, I am trying to utilize the new datasetScan for S3 feature. It seems to be working fairly well, except that it appears that opendap is getting the "delimiter=/" fragment and maybe getting confused?
The response I got trying to access
thredds/dodsC/gfs_noaa/gfs.20230503/00/atmos/gfs.t00z.pgrb2.0p25.f000.html
The relevant portion of the catalog file:
The text was updated successfully, but these errors were encountered: