Stephen Po-Chedley

Results 93 comments of Stephen Po-Chedley

Same issue with eck4 using basemap 1.2.0, matplotlib 3.0.3, python 3.7.1. @William-gregory / @ghzuo - were you able to use a different version to circumvent this issue?

@sbonaime - I have largely transitioned to cartopy, but I recall using a negative value, e.g., `lon_0=-180`, gave me something that looked right.

@sbonaime - I assume it would be possible to address this with an older library (perhaps just creating a conda environment with an older version of basemap would work). `lon_0=-345`...

Thanks @randy3k - do you mean when Sublime Text was updated or SendCode was updated? I guess I would be surprised if SendCode was "secretly" updated (since you own this...

In testing `xcdat v0.6.0`, I wanted to be able to create the pressure coordinate from hybrid (generically across a bunch of models). I ended up creating the following function, which...

Why can't I reproduce the error (just tried 0.6.1 and 0.7.0)? ```python # imports import xcdat as xc # I/0 fn = 'subset.nc' ds = xc.open_dataset(fn, decode_times=False) dsd = xc.decode_time(ds)...

This is working for me on an M2 Mac (updated xarray and xcdat), but not linux. The problem on linux traces to cftime: `cftime.num2date(ds.time.values, ds.time.units, 'standard', only_use_cftime_datetimes=True)` Both Mac and...

Just a note...it's not clear to me that things will work correctly after the cftime PR is merged (I'm not sure how xarray is going to handle masked arrays from...

FYI: I think we would need something like this for inter-operability: https://github.com/UXARRAY/uxarray/discussions/46#discussioncomment-2746620

@tomvothecoder – I may be misunderstanding the scope of this issue, but I think we could leave this open. I think we could explore using kdtree or something (e.g., [here](https://github.com/xCDAT/xcdat/discussions/640#discussioncomment-9120497))...