Julia Signell

Results 380 comments of Julia Signell

I have no plans to work on it.

I think this would be a really nice feature. Just as a note - I ran into this as well while working on a bar plot that is grouped: ```python...

If this is agreed to be a good idea, I'd be happy to open a PR :)

I *think* you just need to get rid of this chunk: ```yaml year: description: year type: int default: 2000 ```

Ah I see. Well you could pass a list of urls and a `path_as_pattern`.

I see what you mean, but I think that would have limited utility and introduce complexity into an already pretty brittle system. For instance say you have a couple of...

What we really want if for list comprehension to be allowed in catalogs right? Perhaps this is just a case where yaml isn't the right format.

>Where would the name come from? The name is the key in the catalog. It is already an attribute on the intake object. For example: ```python >>>cat.us_crime.name 'us_crime' ``` >This...

Yeah I am consistently surprised by the dependency on netcdf4. xarray doesn't depend on netcdf4, so we can probably look there for good error messaging.

Seems like the conscensus here is that it would be fine to remove the xarray dep, but I'm not sure whether there is any motivation for doing that if the...