Julia Signell
                                            Julia Signell
                                        
                                    I am going to start on this today.
For collections we are keeping `get_item` but not allowing `recursive=True` right? Because that would also violates the uniqueness constraint. Since a collection can contain a catalog or another collection.
I guess by the same logic though `get_item` on catalog should be valid as long as `recursive=False`.
Closed by #1075
I was poking around on intake-stac today and @scottyhq pointed me to this issue. I really like @benbovy's idea of specifying an IO backend that would be accessed from xarray...
Just to expand on that. I think one of the issues with a generic `xr.open_dataset` is that it can be hide the user from the actual kwargs that they have...
> But that's still compatible with the idea of an `engine='stac'`. It would just need to know what to look for and then that engine would make the call to...
Ok I made https://github.com/jsignell/xpystac closely based off of https://github.com/TomAugspurger/staccontainers.
I'm trying to think what the next steps are here. I am happy to move `xpystac` into `stac-utils` for visibility. Then maybe pystac would want to have a `to_xarray` stub...
Ok! I just transferred the repository over to the stac-utils org. > Makes sense to me. Are there other stubs we should add at the same time? It'd be a...