Ray Bell

Results 101 comments of Ray Bell

I'm thinking of an arg of `use_rioxarray` to `RasterIOSource` which defaults to True. Had a quick tinker here: https://github.com/raybellwaves/intake-rioxarray/blob/main/intake_rioxarray/catalog.py#L79 as a separate plugin but it should be added to this...

> @raybellwaves , do you plan on making a PR like this? Not sure when I'll get round to it to be honest

FYI the above function has a couple typos (missing a bracket and data not defined). here's the fixed version: ``` def flipud(raster, affine): raster = np.flipud(raster) affine = Affine( affine.a,...

I’ll take a look. Thanks. Hopefully I have time work on this

@hurricanemolina afraid I haven't spent time on this yet. I've got as far as doing some background reading https://github.com/raybellwaves/eofs/blob/rotation/lib/eofs/rotation/standard.py @ajdawson's `experimental-rotation` branch isn't in too bad shape. i.e. he does...

(I think) i've worked out how to do it. See https://github.com/raybellwaves/rot-eof-dev and `reof.ipynb`. `rot-eof-cpc_old.ipynb` was my first attempt and has lots of background reading. I used the `experimental-rotation` branch in...

Knocking this on the head. The spatial patterns don't quite match the results in NCL and I can't work out why. Anyone is welcome to fork the repo and give...

Anything I can do to help review this?

Making some notes for reviewing this (mostly for myself). ``` git clone https://github.com/xarray-contrib/xarray_leaflet.git cd xarray_leaflet git fetch origin pull/75/head:vector git checkout vector mamba create -n xarray_leaflet python=3.10 --y conda activate...

Worth taking a look at https://github.com/dask/dask-jobqueue