Ryan May
Ryan May
As far as I’m aware, the code in MetPy should work (though the interface is hideous). I’m not sure if anyone is using it yet, so there may be a...
It's tricky in this case since conda-smithy is relying on the objects spit out by ruamel-yaml, which depend on the exact YAML syntax it has parsed. In this case it...
Matplotlib is in the same situation in that the `matplotlib` metapackage requires `pyqt` to provide a backend out of the box, but `pyside2` would work fine too.
I htink you need to adjust `asclimit` like: ```xml 250000 5000000 opendap/3.7 ```
Right now I think the only users of the radial feature types is the IDV, at least in-house. I think we need a longer look at what we want these...
That query service still exists and is very useful, but it currently doesn’t (and didn’t at the time that I rewrote it) rely on any of the radial feature classes....
It's not really about what I want in terms of a service or query API. What I want is a consistent way I can train our users to access data....
I'm not aware of any hard limits in the spec. Would probably be best to use a proper dynamic data structure rather than allocating arrays of fixed size.
I'd be happy to contribute what we have somewhere and use that. (Preferrably without breaking our API, but I don't see that being a problem.) The edge cases we currently...
I'll also add that we've taken the tactic of adding projections as we find data using them, rather than exhaustively going through the CF document and adding everything. The latter...