Results 181 issues of Tom Augspurger

Tracking manual things here - Date in header of `whatsnew/vX.X.X.txt` (use jinja?) - Update to release.rst - Tag & push - doc build and upload - ~~website build and upload~~...

Release

Currently, users of xarray-sentinel pass the path / URL to a `manifest.safe` file, which is used to discover everything necessary to build the xarray Dataset. I'm curious whether xarray-sentinel might...

enhancement

Currently, `.rio.to_raster` will generate a single raster, even for chunked DataArrays. In the case of very large Dask Arrays, it might be more useful to instead write many rasters, perhaps...

proposal
dask

### Proposed change IIUC, Kubespawner currently emits message from Kubernetes directly to the user when the spawn is pending. For users unfamiliar with Kubernetes, these messages might cause some concern,...

enhancement

This is mentioned in the [README](https://github.com/gjoseph92/stackstac#limitations), but I thought I'd open an issue that I can link to. Currently, multi-band cogs are not supported by `stackstac`. ```python >>> import pystac...

Currently the default dtype is `float64` and the default `fill_value` is `np.nan`. The [raster](https://github.com/stac-extensions/raster) extension defines fields for specifying the dtype (`data_type`) and fill value (`no_data`). It might be a...

From https://github.com/dask/dask/issues/5105. https://mybinder.org/v2/gh/TomAugspurger/dask-examples/array-fuse (building an image now)

This is a somewhat fuzzy feature request, apologies if it's ill-formed. I'm also focused primarily on the Kubernetes backend, but the same concepts likely applies to other auto-scaling backends. Creating...

Just noting a UX issue. If you use the mapping provided in https://github.com/dask/dask-gateway/pull/290, to set environment variables, you should ensure that the values are strings. If not, kubernetes will throw...

enhancement
codebase:dask-gateway-server