Brian Blaylock

Results 167 comments of Brian Blaylock

This looks more like a matplotlib issue. What version of matplotlib do you have installed? (FYI, those toolbox features are just some helpers for making plots with Cartopy. If you...

Note to self: It looks like I need to make sure the INSET method in EasyMap is up-to-date. I remember now that there was an update in Matplotlib that broke...

Thanks @darothen, I actually just found that on conda-forge yesterday 😄 Sure made it easier to install and use.

yeah, there is a design flaw here. You set the satellite number when creating a `GOES()` object, but when you call `GOES(satellite="EAST").latest()` it defaults to `noaa-goes16`, which isn't valid anymore....

Sounds good. Thanks for the extra details.

Thanks for the PR! I really appreciate it. I think you're right with this change, but I need to think about this one for a minute. I'm having a hard...

This is a really neat idea. I'll try to take a look in the next few days.

Here's some documents on how other packages are supported: Numpy's NEP 29 gives guidance on when to drop support for older Python and packages. https://numpy.org/neps/nep-0029-deprecation_policy.html - Drop support for Python...

From https://pypistats.org/packages/herbie-data, most Herbie users are using Python 3.12. A fair share use 3.11. There are much fewer people using 3.10. People have adopted 3.13 yet (that's the Python version...