Julia Signell
Julia Signell
For what it's worth, I think the pandas implementation is sort of confusing. Based on the dtypes of the different series, the dtype of the result can be different. In...
Thanks for taking the time to write this up. If you include your import lines and the `bbox`, `start`, and `end` then I can try to reproduce your example, but...
I wrote up responses to your comments and then I did a little search to see if this conversation has come up before. It seems that it has (#532) and...
Naively, I would expect `'/hive/vca_europe.db/tcaf_iss_cs/*'` to work. Did you try it out?
Thanks for opening this @N4321D. @martindurant do you have any ideas about this one?
I'm wondering if your original approach would work better now that #7583 is resolved. Are you able to update to latest dask and try again?
Ok thanks for the report!
Oh yeah it's expected! Just trying to summarize the scale of the difference in case it's useful for people.
I was trying to replace a glob and ended up with: ```python import obstore import fnmatch prefix = f"NEX-GDDP-CMIP6/GISS-E2-1-G/historical/" file_pattern = f"{prefix}r1i1p1*/tas/*" store = obstore.store.from_url("s3://nex-gddp-cmip6/", region="us-west-2", skip_signature=True) all_files = []...
This proposal makes a lot of sense to me. I think you would want to update the descriptive text for Providers in the stac-spec since it really emphasizes processing or...