Anderson Banihirwe

Results 128 comments of Anderson Banihirwe

@oussa055, unfortunately, I don't have free time to look into this in the next 5 days. And as I mentioned before, it would take time to come up with a...

@charlesbluca, I think this is a great idea, would you be interested in submitting a PR? :)

@MackenzieBlanusa, thank you for reporting this. This is definitely a bug 🐞 in the latest release. The development branch (main) appears to be working fine: https://intake-esm.readthedocs.io/en/latest/how-to/enforce-search-query-criteria-via-require-all-on.html. I'm going to look...

@naomi-henderson, @rabernat, With #164 the following works: ```python import intake col_file = "https://raw.githubusercontent.com/NCAR/intake-esm-datastore/master/catalogs/pangeo-cmip6.json" col = intake.open_esm_datastore(col_file) query = dict(experiment_id='historical', table_id='Oyr', variable_id='o2', grid_label='gn', member_id='r1i1p1f1') cat = col.search(**query) # Disable aggregations dsets_pp...

Assuming that we have a row with the following attributes: ```python activity_id AerChemMIP institution_id BCC source_id BCC-ESM1 experiment_id ssp370 member_id r1i1p1f1 table_id Amon variable_id pr grid_label gn zstore gs://cmip6/AerChemMIP/BCC/BCC-ESM1/ssp370/r1i1... dcpp_init_year...

Thank you for the reproducible example, @wachsylon! I will look into this and will get back to you

Thank you for your patience, @wachsylon! Unfortunately, I haven't had time to look into the root cause of this issue. > I tried out the intake-server. In the end, I...

Thank you for the clarification/details, @wachsylon! I haven't used the intake-server before. From my short experimentation, it appears that there are some things that are missing within intake-esm to allow...

Serving intake-esm catalog and assets via intake-server will require rewriting some of the components of intake-esm. Unfortunately, my schedule is too tight and I don't have time to look into...