Benjamin Root

Results 219 comments of Benjamin Root

Doesn't contour() return a Line2DCollection? On Tue, Apr 2, 2019 at 4:44 PM Tim Hoffmann wrote: > Current master has a warning UserWarning: The following kwargs were not > used...

TimedAnimation class is more meant to be subclassed to provide the frame data. Although, it probably should handle this situation more gracefully (and be documented better). You probably want to...

Could it be using the ProxyArtist route? Been a long time since I thought of that, but having more flexible legend symbols would be nice. Imagine it like a map...

Because the draw order is partly dependent upon the orientation of the collection relative to the viewer, the existing 3D collections have to figure out the draw order for themselves...

An important additional detail is that the fact that there is a builtin color cycling is the result of backwards compatibility/legacy behavior. When we added general property cycling, we made...

What's missing from that analysis entirely is anything about the level of bot activity on any of the platforms. While Bluesky's data is open for anyone to analyze, Nate has...

My 2 cents: keep current behavior and add a `force=False` kwarg. In addition, I think downloads should follow a strategy of appending a `.part` suffix to the filename while downloading...

I've done "atomic" file-saving using NamedTemporaryFiles and it works quite nicely, however I think that isn't what's needed here. You use NamedTemporaryFiles when you don't want two processes to race...

Created a draft PR of what I'm thinking of (completely untested, though): https://github.com/nsidc/earthaccess/pull/1198