Joe Hamman
Joe Hamman
@davidbrochart - if you could provide a brief summary of what would have to change in xpublish to support integration with Jupyverse, that would be super helpful here.
I haven't done anything like this yet. I wonder if either @lsetiawan or @benbovy has?
@abkfenris - thanks for sharing! I plan to take a look at what you've written this week. Do you have any interest in adding this as a router to this...
> Can we generate the various levels of metadata on the fly without loading data? If the reprojectiong/tiling step is lazy, this should be possible. We've experimented with a few...
@fabricebrito - wondering if you have an update here or if we should close this issue?
+1 to this. If there's anything I can do to help make this happen, just let me know.
Thanks for opening this @bekozi. Is a field a single variable (e.g. temperature)? Or is it a collection of variables? For a single variable, we'd be looking to map the...
> ocgis has a GeometryVariable storing an n-dimensional object array (it can have a mask too) of shapely geometries. Does xarray work with geopandas? What is the most appropriate way...
Cool! Glad to see this is moving forward. > Is it a known feature that data types in xarray or pandas are upcast to float if an integer array has...
I'm not able to reproduce this working off xarray@master. What happens if you try to decode the `time_bounds` variable by itself? ```Python xr.decode_cf(ds['time_bounds']) ``` or if you try to set...