William Jones

Results 39 comments of William Jones

Ok, I ended up going down a bit of a rabbit hole there. I found that because the filtering for `frame_len` was carried out after the minimum euclidean spanning tree...

Reminder to myself: currently the PBC handling requires all of `h1_min`, `h1_max`, `h2_min` and `h2_max` to be provided even if PBCs are calculated over only one dimension. I should fix...

As of the new cartopy v0.22.0 release, cartopy is easier to install using pip. Hopefully this isn't as much of an issue moving forwards

Had a look deeper into it and it turns out that modifying the scikit-image watershed function is a lot simpler than I expected. I've got it running with Semi-Lagrangian offsets,...

To add to what @freemansw1 says, most of tobac will run fine with non-monotonic coordinates, however area calculation will fail and the latitude/longitude of features that cross the date line...

> Errm. I don't think the periodic boundary condition function is working properly. I was just testing out a sample data that I have made (https://file.io/XjmoIGLdXurn) with the following info....

Are you running this in a jupyter notebook? I've encountered a similar bug this evening that running PBCs with numba which occurs in notebooks but not in the python interpreter

Hmmm, interesting. I can recreate the same error in a notebook but it runs fine from the command line... I will try and fix this before we release v1.5.2. Could...

I will close this as type hints have been added to all the major modules. Future development should always include type hints, and update functions to use your hints when...

I like this plan. I think the first step should be to make a set of really robust (and well tested!) conversion routines between xarray and iris/pandas, that go beyond...