Luis López

Results 152 comments of Luis López

> @betolink One quick comment before we merge. This function doesn't appear to show up in the API reference with the docs build. I think if the new functions are...

Thanks for framing this problem @chuckwondo, I'm inclined to retain the `cloud_hosted` parameter at the granule level in order to save our users the extra query. Likewise, there is no...

What about having `size_hint()` as a fallback, but in the above example we could take into account the reported units and values to sum the files in the granule. If...

Great suggestion @asteiker! this is what they say: ``` This is the estimated overall size of your project. If no size information exists in a granule's metadata, it will not...

Thanks for the detailed answer, we're scanning about 30M records (all landsats+sentinels) and I was looking to further optimize the partitioning to take advantage of parallel execution over the geom...

This sounds scary, albeit is a best practice... empirically I think most of the Python code out there in tutorials still uses `3.9` I'd say let's hear the community on...

I take the Google CoLab comment as the ultimate "what people are using" test. What about down the road we create one of those mini compatibility matrix just for the...

The comment was not sarcastic haha I think CoLab is at the tail of adoption and hence a good measure on what is supported. > 🤔 it'd be nice to...

Hi @gaelforget your guess is correct, direct access (that is S3) is limited to `us-west-2` and Binder does not get deployed there. There are workarounds. There are some free Jupyterhub...

I ran into this problem just yesterday, I nailed down to Dask serialization + the `check_same_codecs()` in virtualizarr being strict on equality. When Dask serialized the codecs it seems like...