Miguel Jimenez

Results 63 comments of Miguel Jimenez

I am still trying to figure out if this is an issue. That is, if after all this time, whether this remains an issue. I ran the following cell within...

It looks like they have mostly solve this issue in the latest xgcm version. I ran the example above by @MaceKuailv ```python from xgcm import Grid ds = xr.Dataset( coords={...

Indeed, this is solved by PR #272

This PR does not yet address the downstream issue in: [pydata/xarray/#4348](https://github.com/pydata/xarray/issues/4348).

> Lets also talk about a long term solution. My Python knowledge is limited and I wonder if moving from WSGI to Flask might be a good move overall since...

Thank you for the issue! I noticed the `warning` when running tests. I will work on this :)

@jjrob This seems like an easy fix. Do you have a file that I can test with for this behavior? Some reproducible error that I can use to check that...

Hi, just looking into this now and I can confirm that the `redirect` issue involving the hfd5 datasets remains. BTW I ran the code above in the last comment and...

Thanks to @ndp-opendap that shared this resource with me on how to [Use EDL authorization tokens for data access](https://opendap.github.io/documentation/tutorials/ClientAuthenticationWithEDLTokens.html) I can confirm that the issue was authentication. **See 3.3 pydap**...

Will close this issue as completed. Feel free to re-open if the problem persists.