Results 181 issues of Tom Augspurger

Adds a new parameter, `extra_vm_options`, to pass arbitrary arguments through to the `begin_create_or_update` call. Not unit tested yet. I started looking into mocking out pieces to ensure that we're threading...

As an alternative to the option in #318 (for pulling from a private container registry) I'd like to 1. Create a User Assigned Managed Identity 2. Grant that managed identity...

enhancement
provider/azure/vm

xref https://github.com/microsoft/PlanetaryComputer/discussions/200 It might be handy to take a semi-well defined DataFrame schema (maybe just an `assets` field with dict / object dtype?), like those returned by `stac-geoparquet`, and sign...

https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html describes how to add a new backend to xarray's open_dataset. Adding a backend will make it easier for users to consume kerchunk references. Here's a prototype: ```python from xarray.backends...

I'm working with a GRIB2 file, and am interested in minimizing the size of the references file. Currently, the largest values in the references come from the base64-encoded coordinates that...

**Describe the bug** Dumping this less than complete bug report here. I'll try to fill in more details later. We're using `FsspecStacIO` via `stacstools.sentinel2` and are observing regular "hangs". Here...

bug

I'd like to add an additional parameter to the `/collections/collection/items/item` endpoint. IIUC, doing that currently requires something like this: ```python def register_get_item(self): """Register get item endpoint (GET /collections/{collection_id}/items/{item_id}). Returns: None...

enhancement

Like https://github.com/pangeo-data/pangeo-cloud-federation/pull/813

We can get into poor situations when launching an image that's incompatible with the version of `dask-gateway-server` running on the binder. This happened recently with https://github.com/TomAugspurger/pangeo-dask-gateway where 1. That was...