RichardScottOZ

Results 238 comments of RichardScottOZ

![image](https://user-images.githubusercontent.com/72196131/167518772-c58128d1-27ac-49c3-b13c-88b7604b4ba1.png)

```python grid = pv.UniformGrid() grid.dimensions=np.array( [25, 25, 24] ) + 1 grid.origin= (100000,7000000,-3400) grid.spacing = (200,200,200) p = pv.Plotter(notebook=True) p.add_mesh(mesh=grid) p.show_grid(color='black') p.set_background(color='brown') p.screenshot(r'BananaSplits.png') p.deep_clean() ```

so maybe have to check those exist first?

I will try and give that a shot this afternoon, have to go out shortly.

Thanks Wesley, will see if I can try it on the weekend.

Thanks for the tips - currently using 1.8.18 [I think], helped with a file not recognised error.

It took a few hours with the rio commandline to warp a 40GB vrt dataset to a set bounds and 400GB upscale - be interesting to see how the dask/rioxarray...

> Related: > > * [Port xr_reproject from odc.algo opendatacube/odc-geo#26](https://github.com/opendatacube/odc-geo/issues/26) > * [Dask resampler and gradient search overhaul pytroll/pyresample#341](https://github.com/pytroll/pyresample/pull/341) Yes, looking forward to trying the odc-geo version out sometime.