Philip Chmielowiec
Philip Chmielowiec
> @philipc2 There you go! Thanks for fixing this so quickly!
@aaronzedwick There still appear to be some underlying issues, at least on the Cube Sphere grid. Running the following executes, however when I try to plot it I get the...
> @philipc2 I am not exactly sure what's happening, but I don't believe its a problem with my code. The only reason you are getting that error is because the...
> @philipc2 I am not exactly sure what's happening, but I don't believe its a problem with my code. The only reason you are getting that error is because the...
I'm not a big fan of the `_ctrpt` approach to the properties. These values are still, for example, `face_lon` and `face_lat`, they simply use a different algorithm to compute them....
> > I'm not a big fan of the `_ctrpt` approach to the properties. These values are still, for example, `face_lon` and `face_lat`, they simply use a different algorithm to...
> @philipc2 any ideas about asv failure: > > https://github.com/UXARRAY/uxarray/actions/runs/10568661430/job/29280049250?pr=811#step:11:5 Appears to be an issue with this part of the workflow. Looking into it now. https://github.com/UXARRAY/uxarray/blob/38ae0017e1b08cbaf6b9c32a7b4ee9c2d2dc1401/.github/workflows/asv-benchmarking-pr.yml#L23-L33 Specifically, it can't find...
Need to consider cases when points may lie on the pole or antemeridian (i.e. `(-180, 90)` and `(180, 90)`)
Consider raising an error when trying run certain functionality that would fail.
Yeah this should really be a list of paths since that file path will assume any paths that match the `outCSne30_` prefix with a `.nc` ending. We should have it...