Philip Chmielowiec

Results 230 comments of Philip Chmielowiec

@rytam2 We have fixed the issue with the `quad-hexagon` grid. I've added it back to the test case.

Correct, it should look like {math}{SWCRE = FSNT - FSNTC} --- View entire conversation on ReviewNB

Looks like the LaTex is still broken. Can you add the following to our `conf.py` and see if it fixes things? https://github.com/UXARRAY/uxarray/blob/main/docs/conf.py ```Python myst_enable_extensions = [ "amsmath", "attrs_inline", "colon_fence", "deflist",...

@rytam2 Now that you've marked the PR as ready for review, there's a few things that you can also do: - Remove the DRAFT from the title - Add reviewers...

@anissa111 Any idea on why LatEx isn't rendering correctly in the notebooks? We've tried a few things above but are still having some issues.

@rytam2 We discussed this a little durring our meeting earlier today. Lets chat about this sometime this week and do some analysis of the Dask implementation.

Do you mind sharing what `uxds['RH']` looks like? EDIT: Forgot I had this dataset, I'll look into it this afternoon and see if I can replicate the issue

> Hi [@philipc2](https://github.com/philipc2) are you still planning to look into this or should we consider someone else? Thanks for the reminder! I will look at this in the morning

Hi @mathomp4 Can you try installing the latest version of UXarray and try running the following? `uxds['RH'][0][0].subset.bounding_circle((-90, 25), 10).plot(coastline='50m', backend='matplotlib')` ![Image](https://github.com/user-attachments/assets/633cc83e-d25c-4266-90fc-dd52fe3ec77a) This is the plot I was able to generate....

This'll go under the "Workflow Examples" once #810 is merged https://uxarray--810.org.readthedocs.build/en/810/gallery.html#workflow-examples