Joe Hamman

Results 205 issues of Joe Hamman

I recently learned about [zarrdap](https://github.com/NCEI-NOAAGov/zarrdap). ZarrDAP is a FastAPI project that provides access to Zarr and NetCDF data in remote object storage using the Open-source Project for a Network Data...

In #29, @benbovy made it much easier to plugin new routers to the Xpublish API. Currently, there are [three default routers](https://github.com/xarray-contrib/xpublish/blob/master/xpublish/routers/base.py): 1. Base - `/keys`, `/dict`, etc... 1. Common -...

enhancement

We are currently using FastAPI as xpublish's web framework / api engine. FastAPI supports async out of the box (details here: https://fastapi.tiangolo.com/async/). Some initial applications indicate that we're not getting...

Is it possible to set the `Content-Type` attribute (or other content settings) of blobs using adlfs? I would like to do something like this: ```python fs = AzureBlobFileSystem(...) fs.put('index.html', 'foo/bar',...

I'd like to see if mybinder's analytics-publisher can be moved upstream to the main Binderhub chart? Or if it could be pushed to a chart of its own? I started...

enhancement
help wanted

### What is your issue? Recent developments by @nvidia and @dcherian are opening the door for direct-to-gpu data loading in Xarray. This could mean that when combined with Xbatcher and...

use case

Xbatcher is meant to make it easy to generate batches from Xarray datasets and feed them into machine learning libraries. As we wrote in its [roadmap](https://xbatcher.readthedocs.io/en/latest/roadmap.html), we are also considering...

In #37, @robintw wrote: > 2. How do you put batches back together after processing? > My machine learning model is producing a single value as an output, so for...

documentation

This issue is meant to catalog existing Tensoflow and PyTorch data loaders that work with multi-dimensional data. The hope is that we can learn about some design patterns from existing...

documentation

Hello Xarray Community and @pydata/xarray, Starting next week, we will be hosting a bi-weekly 30-minute community/developers meeting. The goal of this meeting is to help coordinate Xarray development efforts and...

community