Stephen Po-Chedley

Results 13 issues of Stephen Po-Chedley

Recently, SendCode frequently will not work when I try to use it on opening Sublime Text (ST3). The problem is fixed if I simply quit Sublime and re-open it. The...

### Is your feature request related to a problem? When xCDAT performs an averaging operation (spatial or temporal) with missing data, it assigns missing values a weight of zero (which...

type: enhancement
work: complex

## Description This PR adds functionality to compute vertical averages. - Closes #596 ## Checklist - [x] My code follows the style guidelines of this project - [x] I have...

type: enhancement

### Is your feature request related to a problem? The departures calculation does not work for annual data. ```python # import xcdat import xcdat as xc # open dataset dpath...

type: enhancement

### Is your feature request related to a problem? If the latitude axis doesn't have `axis=Y` set, we should still be able to recognize it as a latitude axis if...

### What happened? I noticed that when using the `lon_orient` flag set to `(0, 360)` there is an extra longitude value when `0` exists in `lon`. This value is repeated...

type: bug

### Is your feature request related to a problem? xcdat temporal averaging operations currently bin data by the labelled time point with the weights derived from the difference in the...

type: enhancement

### Is your feature request related to a problem? Time bounds are dropped when computing group averages and the time point is set to the beginning of the averaging period....

type: enhancement

### Is your feature request related to a problem? When trying to regrid large datasets you occasionally run into memory issues. e.g., > numpy.core._exceptions._ArrayMemoryError: Unable to allocate 413. GiB for...

type: enhancement

### What happened? I was looking at [this issue](https://github.com/xCDAT/xcdat/discussions/455) and noticed that the results were sensitive to the order of the axis specification in the spatial averager (`["X", "Y"]` versus...

type: bug