uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

Xarray extension for unstructured climate and global weather data analysis and visualization.

Results 242 uxarray issues
Sort by recently updated
recently updated
newest added
trafficstars

### Proposed new feature or change: Support remapping from unstructured to structured grids.

new feature

### Proposed new feature or change: Introduce the ability to load in a regular structured grid and represented it as unstructured.

new feature

### Proposed new feature or change: All types of grid reductions for averaging are handled by `uxda.topological_mean()`, eliminating the need for `uxda.nodal_average()`

new feature

### Proposed new feature or change: Support performing reductions on grid dimensions, taking into account connectivity information. Support the following reductions: * `mean` * `max` * `min` * `prod` *...

new feature

### Proposed new feature or change: Apply reductions (i.e. `mean`) on the faces that surround each node, storing the result on each node.

new feature

### Proposed new feature or change: Apply reductions (i.e. `mean`) on the faces that saddle each edge, storing the result on each edge.

new feature

### Proposed new feature or change: Apply reductions (i.e. `mean`) on the edges that surround each node, with the result stored on each node.

new feature

### Proposed new feature or change: Apply reductions (i.e. `mean`) on the nodes that saddle each edge, with the result stored on each edge.,

new feature

### Proposed new feature or change: Apply reductions (i.e. `mean`) on the nodes that surround each face, storing the result on each face.

new feature

### Proposed new feature or change: Currently, our grid system supports faces where all edges are defined as Great Circle Arcs (GCA). However, this approach may not fully meet the...

new feature