Drew Camron

Results 42 comments of Drew Camron

Subsetting in Declarative uses `DataArray.sel(method='nearest')` under the hood, which is why it's going to give you _something_. We should at least document this. We can consider changing the default behavior...

### That example is very out of date, as are many others on this repository at this moment. Please explore examples in the [MetPy docs example gallery](https://unidata.github.io/MetPy/latest/examples/index.html) instead until we...

Hi @mohamed591195! Thanks for your interest. Definitely start with the MetPy [Contributor's Guide](https://unidata.github.io/MetPy/latest/devel/CONTRIBUTING.html) to get set up first. This issue concerns [declarative.py](https://github.com/Unidata/MetPy/blob/main/src/metpy/plots/declarative.py) and the variety of class parameters we define...

Thank you so much for your work on this! As shouted out above, there absolutely is a need for this, and we will gladly take your help and contributions to...

I chat with @dopplershift and we're totally on board with prioritizing getting this in for the broader community alongside this review paper. Our performance refactoring will mostly happen "under the...

Can you share the data files you're working with or at least a preview of the dataarrays? I'd be curious to see why these worked before but not now. Either...

Hit this on a recent MetPy [stackoverflow question](https://stackoverflow.com/questions/77365891/issue-in-metpy-imports/77375497#77375497) and successfully recreated with ``` pint 0.22 python 3.10.13 typing_extensions 3.10.0.2 ```

Thanks for the PR, and congrats on your first contribution here! This is super helpful stuff. We can start to review the implementation in the coming days/weeks. We will need...

Thanks for the ping! We would love to include this in an upcoming MetPy feature release, so look forward to a review in the coming weeks.

Treated missing packages as a `False` version comparison, @dopplershift let me know if that should be more verbose or if I'm missing a way that could break checks. Otherwise if/when...