Julia Signell

Results 376 comments of Julia Signell

I'll open a new PR now taking just the reading bits from #1472

I like that idea a lot. This feels like the current best practice for querying a static catalog #563

Do you have a sense of what the API should look like for this? I think the options are either: 1) expose a top-level `search` function and establish a non-client...

Thanks for writing this up @fnattino. I can reproduce. On first read, I am a little confused why optimization happens on `da.store` even when compute is False. FWIW I tried...

It seems like what you want is to use `by`: ```python continents.hvplot(geo=True, by="continent") ``` This is failing on main, but works on my branch for #1055

Some examples that I can think of are xgboost, xarray, cudf. I think so far we let the libraries handle the docs themselves with maybe a note in our docs...

Does it only make sense to read-write `ItemCollection`s as stac-geoparquet?

Yeah I was just looking at that because I was thinking about #1254 and noticed that the geoparquet that comes out of stacrs right now does not have the collection-level...

This sounds like a nice improvement to me - please feel free to open a pull request!

Thanks for writing this up! I can reproduce. It might take me a bit to figure out exactly what's going on, so if you manage to figure anything else out,...