Skip to content

Conversation

@Mikejmnez
Copy link
Collaborator

The following Pull Request:

example

from pydap.client import open_url
url = 'http://test.opendap.org:8080/opendap/data/nc/123bears.nc'
ds = open_url(url, protocol='dap4')
ds.tree()

yields now:

.123bears.nc
├──i
├──j
├──order
├──shot
├──aloan
├──cross
├──l
└──bears

where bears is a String array as denoted in the dmr

@Mikejmnez
Copy link
Collaborator Author

@jgallagher59701 ready for review

Copy link
Collaborator

@ndp-opendap ndp-opendap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that String variables were just omitted from the dap4 implementation 🤣

When the tests pass, you must :shipit:

@Mikejmnez Mikejmnez merged commit 69ed10d into pydap:main Dec 18, 2024
7 checks passed
@Mikejmnez Mikejmnez deleted the iss422 branch May 17, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pydap dmr parser skips String variable arrays

2 participants