The future of DatasetUrl #769
lesserwhirls
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It feels like a lot of the functionality in
DatasetUrlcould be moved to the individualNetcdfFileProviders, but as it stands now, the providers rely heavily on having access to the a scheme. TheisOwnerOfmethod of the interface could be modified to accept a string, and each implementation could do inspect the string to see if a provided location belongs to it? That would take us from one call to annotate with the correct scheme toNprovider calls, but maybe the overhead there is not too large?Beta Was this translation helpful? Give feedback.
All reactions