Miguel Jimenez

Results 63 comments of Miguel Jimenez

Thank you for the heads up! I also tried this myself - somehow macOS depends on it even though there is no explicit import (also all local tests pass on...

The trick here was to remove `pyOpenSSL` from the dependencies, but replace it with `cryptography`. The appropriate change is being implemented in [pydap/PR#325](https://github.com/pydap/pydap/pull/325), instead of in this branch because too...

Hey Tom. `catalog_ECCO.yml` it is just a catalog on my local computer that I use for development since it points towards the test data from oceanspy. I think it might...

@ThomasHaine I changed a bit the notebook in the hyper link above to run in Sciserver, it also has description on how to install the correct oceanspy version (this branch)...

Hey @ThomasHaine! Apologies, I thought I wrote but my message stayed as draft. The issue with LLC4320 is a non-issue really. The Keyerror means that the variable `XC` (and `YC`)...

> Is it possible to build the `xoak` tree once and store it? Not sure, but if it is that would significantly speed up the plotting in this PR, `subsample.mooring_array`...

> 2\. The plotting function has some bug or something. When I use the same coordinates from the ECCO examples but now on LLC4320, the plots are off, which is...

This PR is ready for merger!

> Thanks @Mikejmnez . I'll take a look and review, then you can merge. Great. I updated the example notebook at the top of this PR conversation so you can...

@ThomasHaine BTW you should re-install `oceanspy` from the branch, since the code has changed since last time you installed it. The instructions to do that are in the example notebook...