Kristen Thyng
Kristen Thyng
I have `class ERDDAPCatalogReader(BaseReader)` and it has `output_instance = "intake.readers.entry:Catalog"`. I don't know why it does into `mixins.py` in the first place when I called `list(cat)` but once it does...
Ahhh. Ok. I understand now. That makes sense once the pieces are in place but it's confusing going from v1 to v2 and trying to figure it out from my...
Ok, thanks, that is useful. What are the entry_points meant to be used for? There must be some connective tissue set up by them so that I can call something...
Ah, indeed! I'll see if I can get to it.
Yes I will work on this.
I am not sure how to interpret the output in snakeviz so happy to take some guidance on what to show. For the full 24 year kerchunk file, running all...
@martindurant Are you saying that both of the snakeviz plots indicate that dask is struggling, or just one of them? Both scenarios (default chunks and subchunks) have slower read speeds...
The subchunked reference file (34MB) is quite a bit bigger than the default chunk reference file (1.2MB). My goal with subchunking is to see if I can create a reference...
In terms of order of selecting and such within my timing script, I don't think there's much to do on the xarray end at least. I basically open the dataset...
> The number of references per file is controlled when creating the lazy reference mapper. Is that controlled by the `record_size`? If so, I played around with that and had...