bekozi

Results 78 comments of bekozi

branch: https://github.com/NCPP/ocgis/tree/i317-basis-comparison

There is working dev code in the following branch: https://github.com/NCPP/ocgis/tree/i503-nested-subsetting

This is working for polygon geometry collections that do not have multi-geometries or interiors. We need to add multi-geometry break support to the ESMPy interface to allow this. @rokuingh is...

> We need to add multi-geometry break support to the ESMPy interface to allow this. This was a bug on the `ocgis` end, but does need some TLC in the...

> Is a field a single variable (e.g. temperature)? Or is it a collection of variables? It's a bit of both. It was easier to have fields also be collections...

Thanks for the quick response @jhamm. All sounds pretty good! > There hasn't been much (any?) direct integration with geopandas. We can store arrays of objects in xarray but there...

@jhamman I've made some progress on this: https://github.com/NCPP/ocgis/tree/i479-xarray. I need to add `coords` which may take a little bit. I did encounter one thing. Is it a known feature that...

> Yes. I think this issue is the closest open one to what you're running into: pydata/xarray#1194 Thanks! Next time I'll do the legwork on the issue search...

@jhamman I hit an issue in `decode_cf`. I worked a bit on constructing a `Dataset` using the `ocgis` interpretation of metadata, but I realized that using `xarray`'s decoding facility would...

*..sorry for the slow response...caught a human bug...* Thanks for trying to reproduce the issue. Looking at this again, this is something `ocgis` is introducing in the spatial coordinate bounds...