-
Notifications
You must be signed in to change notification settings - Fork 36
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
added mfdataset to opendap #113
Conversation
I am surprised that * works on urls. Could you add a test for urlpath as list and another containing *? |
Added tests for opendap with 1 link and with 2 links.
@aaronspring Ah, you are right about that — "*" will not work with opendap (I copied it uncritically from the I added a test for What do you think? |
Ok. So the passing of kwargs for either mfdataset or dataset is now implicitly set by the type of urlpath. list makes mfdataset and allows parallel=True. works for me. Does that solution also work for your intake catalog with 127 datasets? |
I'm only watching this thread, please ping me if you need anything |
@aaronspring Yep! It works with a big list of remote files like as described in the Any idea why some checks were not successful on this PR? |
|
Ok, just let me know if I should do anything to move this forward! Thanks @aaronspring and @martindurant. |
I agree with this PR. But cannot merge as I am not a maintainer here. Can you @martindurant? Or should we wait until the rasterio issue is solved? |
I suppose rasterio is unrelated, so I can merge this now. Would you like to be a maintainer here, @aaronspring ? |
I'd be happy to join @martindurant |
Thank you @aaronspring and @martindurant! |
Thank you @kthyng for this addition |
Hi! I would like to use mfdataset with opendap and I put it in really simply. I wasn't sure how to incorporate
store
like inopen_dataset
, if that is possible. Also, I ran tests locally but on the master branch I had 5 errors, and the same 5 errors with this change so I figured it was something to do with my local configuration rather than the changes I made.