Orhan Eroglu

Results 41 issues of Orhan Eroglu

- Description: `metpy.interpolate.interpolate_1d` has `no implementation found for 'numpy.apply_along_axis'` error for cases where the input is `xarray.Dataarray` and has more than 3 dimensions (e.g. 4th dim of `time`). Function works...

Type: Bug

### 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...

bug
CI

Cross sections _Originally posted by @erogluorhan in https://github.com/UXARRAY/uxarray/discussions/46#discussioncomment-2746616_

**Describe the bug** There are some connectivity variables such as `verticesOnEdge`, lack of which shouldn't prevent UXarray from constructing the grid. **To Reproduce** Steps to reproduce the behavior: 1. Try...

bug

**Describe the bug** Some datasets might have negative index values in their connectivity array (likely for NaN representation?), e.g. "https://web.lcrc.anl.gov/public/e3sm/inputdata/share/meshes/mpas/ocean/oQU480.230422.nc" as shown in the example below, which can break the...

bug

Produce composites of the UxDataset at the specific locations via stereographic projection. `UxDataset uxarray.UxDataset.composite(self, nodes)`

new feature

Produce snapshots of the UxDataset at the specific locations via stereographic projection. `UxDataset UxDataset.snapshot(self, nodes) `

new feature

Compute the divergence of the vector field defined by a UxDataArray and other. `UxDataArray UxDataArray.divergence(self, UxDataArray other)`

new feature

Compute the vertical component of the vorticity of the vector field defined by an UxDataArray and the other `UxDataArray UxDataArray.relative_vorticity(self, UxDataArray other)`

new feature

We support and expect to deal mostly with convex grids; however. support for concave grids in the future can also be good for additional use cases. Add a Grid function...

new feature