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

Datasets in nested catalogs have empty access_urls #715

Open
tdrwenski opened this issue Jul 18, 2023 · 0 comments
Open

Datasets in nested catalogs have empty access_urls #715

tdrwenski opened this issue Jul 18, 2023 · 0 comments

Comments

@tdrwenski
Copy link
Member

When a catalog has a simple dataset like:

  <dataset name="Test Grid Dataset Services" ID="gridDatasetServices" urlPath="localContent/testData.nc" dataType="Grid"/>

Running the code from the thredds default_viewer.ipynb results in a list of services like:

> list(ds.access_urls)
['OpenDAP',
 'DAP4',
 'HTTPServer',
 'WCS',
 'WMS',
 'NetcdfSubset',
 'CdmRemote',
 'ISO',
 'NCML',
 'UDDC']

However, putting the same dataset not the main catalog, but instead a catalog linked through a catalogRef leads to an empty list ofaccess_urls. I think this may be a Siphon issue not a thredds issue because the services are correctly listed in both cases in the thredds html/xml.

Additional notes:

  • same problem exists whether you explicitly add services or use the gridServices like in the example above
  • problem does not exist for featureCollections or datasetScans like we mostly have on our thredds servers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant