Ryan May
Ryan May
Looks like the parser is looking for them: https://github.com/Unidata/MetPy/blob/595e30c98c0905fe91b237df21a1ba7b32edcfb2/src/metpy/io/_metar_parser/metar_parser.peg#L18-L20 I'm unclear what you would like to see here? A column in the dataframe noting the presence? A different value for...
I've had some thoughts like this before, it would be nice to streamline. I *think* everything should work just fine as long as `metpy.plots` isn't imported, so it's just a...
I think you can achieve what you want today with: ``` pip install importlib_metadata importlib_resources numpy pandas pint pooch pyproj scipy xarray pip install --no-deps metpy ``` Depending on what...
I'm surprised `traitlets` was necessary since that should only be imported through something down in `metpy.plots`... Not sure what's prompting you to install CartoPy--there's not a lot useful about it...
That would be helpful, thanks!
Can you share the full traceback? It'd be good to see because I actually expected that to work.
That's good to know. We can consider moving that inside `metpy.plots` instead.
Ugh, I meant to include the generated zarr. I'll note that in the issue linked above, it's suggested that this is something that broke in 4.9.3. [test.zarr.zip](https://github.com/user-attachments/files/23863493/test.zarr.zip)
😱 And today I learned that you have to opt-in with `zip` to have it zip everything in a directory. *sigh* I updated the link in my comment above to...
Looks like Code Climate spun out their code quality division/service [last November](https://codeclimate.com/blog/code-climate-quality-is-now-qlty-software). Logging into the previous code climate site shows: so something has to happen. I'll turn off code climate...