uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
### Discussed in https://github.com/UXARRAY/uxarray/discussions/756 Originally posted by **tomvothecoder** April 8, 2024 Hello, I'm going through the [Visualizing Grid Topology](https://uxarray.readthedocs.io/en/latest/examples/006-plot-api-topology.html) notebook in the documentation. I tried to run `grid.plot` but get...
### Proposed new feature or change: Optimize the performance when constructing `Grid.face_bounds`
### Proposed new feature or change: There are a few badges that could be nice to include in our README * Conda Downloads * PyPi Downloads * Link to ASV...
We have retired our draft API in favor of using Github issues, so references to the Draft API should be updated accordingly in the documentation. https://uxarray.readthedocs.io/en/v2023.03.0/api.html https://uxarray.readthedocs.io/en/v2023.03.0/contributing.html#project-specific-resources https://uxarray.readthedocs.io/en/v2023.03.0/contributing.html#project-specific-resources:~:text=UXarray%20draft%20API%20entries%2C https://uxarray.readthedocs.io/en/v2023.03.0/contributing.html#project-specific-resources:~:text=Please%20also%20ensure%20that%20you%20are%20changing%20the%20UXarray%20draft%20API%20accordingly%20if%20you%20are%20proposing%20changes%20to%20the%20API%20(e.g.%20new%20functions/attributes%2C%20modification(s)%20to%20existing%20functions%2C%20etc.) There...
Under the Internal API, the heading "Grid Parsing and Encoding" contains groups of functions that don't belong to that family, specifically: * Core Utils * Visualization * Slicing * Subsetting...
### Proposed new feature or change: Description todo
### Proposed new feature or change: Currently, the badges in our README have two different styles. We should use a single one, preferably the ones circled below. 
### Proposed new feature or change: When running pre-commit, allow for ruff to run formatting and limiting on notebooks.
> How about alphabetically ordering all of the functions under each heading/section throughout the document? _Originally posted by @erogluorhan in https://github.com/UXARRAY/uxarray/pull/401#discussion_r1293951326_
### Version main branch ### What happened? A lot of test cases started to fail due to `ValueError: Must install dask-expr to activate query planning.` since this [upstream CI](https://github.com/UXARRAY/uxarray/actions/runs/8149262766/job/22273621368). We...