Benjamin Root

Results 31 issues of Benjamin Root

* Enabling this allows one to carry the input file's chunksizes through to the output file(s). * Closes #476

**Is your feature request related to a problem? Please describe.** I am using process_climate_indices in a data pipeline, with this step being done on a fairly large, dedicated compute resource....

### Bug description In a k8s daskhub setup, from the jupyternotebook, I try to list the clusters that are available to me: ``` from dask_gateway import Gateway gateway = Gateway("http://api-daskhub-dask-gateway:8000/")...

bug

### Is your feature request related to a problem? Please describe. Some datasets are not updated on a strict schedule (specifically the "reanalysis-era5-single-levels-monthly-means"). I see no means of finding out...

enhancement

I have come across a situation where I would like to roll an axis on a larry, much like how one could do so with a regular numpy array. Could...

https://github.com/NCAR/wrf-python/blob/bd1107c605f7f51c712d3a1d22cf359bfcbad874/src/wrf/util.py#L1609 https://twitter.com/JaredALee/status/1263311504469889031 A friend using this package to extract data across many wrf files was encountering huge slowdowns and found huge speedups switching to xarray. I dug a bit and...

support

* See https://gdal.org/drivers/raster/gtiff.html#nodata-value ## Description of Changes When greyscale is `false`, the data is scaled to the range of 1-255 before being written to the geotiff. The encoding value of...

sftpserver should now manage atime and mtime of the "files", and operating on the filesystem should get you proper atime/mtime modification behavior. Needed for writing tests for an internal package...

Just came across this package yesterday, and it has really helped me improve my test suites for some of my projects that involves shipping files via sftp. Right now, I...

As it stands, one can not easily perform validation on the cycler components, such as validating the list of colors, and then the list of line styles. You have to...