ollie-bell

Results 6 issues of ollie-bell

S3 Select has a "JSON content type" option which can be selected as either "Lines" or "Document". Currently it appears that only "Lines" is implemented in s5cmd. Is it possible...

### Description Using `aggregate=False` in `esm_datastore.to_dataset_dict()` triggers a [deepcopy](https://github.com/intake/intake-esm/blob/bc54ed5dca9088be48bb7801e21aedb39c5d342e/intake_esm/core.py#L583) of the object. For whatever reason, the deepcopy forgets any manual changes made to the dataframe by updating `cat.esmcat._df` (e.g. [as...

bug

Just a question about CMIP6 data sources. Please can you explain or point to documentation which explains reasons for ATLAS using a particular member_id for a given source_id and experiment_id?...

The [parse function docstring](https://github.com/r1chardj0n3s/parse/blob/b7feb75c018ace94b4a58eb8829da0797e06e0f8/parse.py#L1373) mentions documentation for `extra_types` argument, but I cannot find it. Can it be added? The default types are not sufficient for my needs. e.g. I would...

good-for-beginner

## Problem description Spotted a minor documentation error I think: `storage_time_max` is [included as an allowable constraint for storage techs](https://calliope.readthedocs.io/en/stable/user/config_defaults.html#storage), but it [doesn't appear in the master list of allowed...

documentation
v0.6

### What is your issue? Calling `ds.quantile(..., dim="x")` result in all data variables in `ds` being modified to have a `quantile` dimension regardless of whether they had `x` as a...

bug