Ray Bell

Results 144 comments of Ray Bell

> Is the legend not passed through or is the map the wrong size? I think not passed through. I'll try and create a MCVE when I get some time

Just came across this. `ulimit -n 10000; pixi install` helped here. May be worth having an FAQ page in the docs to make this more discoverable.

> > Just came across this. `ulimit -n 10000; pixi install` helped here. > > May be worth having an FAQ page in the docs to make this more discoverable....

I'm afraid I can't remember. If I get some time i'll look into this again.

Thanks for the offer. I kept it simple and just did boa-base-recipe and boa-recipe. One is no deps and the other is full deps and I didn't do pinning of...

wonder if related to https://github.com/mamba-org/boa/issues/358

I stumbled across this yesterday https://github.com/drivendataorg/cloudpathlib. Could be used as inspiration here

perhaps this can be closed. ``` import holoviews as hv hv.Image(np.ones((2, 2))) ``` may be better for a quick plot

Was hoping it would work out of the box. No idea why it's outputting "N" instead of "W"

ah think I found it the xarray objects get assigns units "dimensionless" early on `preprocess_and_wrap` casts the input to a numpy array and because it's an xarray object it gets...