Zach Sherman

Results 133 comments of Zach Sherman
trafficstars

Leaving this open as a reference for other users who might be running into similar issues.

I would say having an option for custom weights or more built in weights would be great. @scollis Your thoughts?

Hi @joshua-wx I'll add a note, and after discussion with @scollis will look into the other formulation. Thank you for finding this!

Hi @dcedgren, yeah using metpy and adding it as a dependency I think is fine. Really the only comment I would have, but you already mentioned, was conforming or feeding...

Hi @deeplycloudy, a PR would be great! I'm not sure on where to add that yet, ill see if I can find a place for it

@mgrover1 Looks like coverage dropped too, maybe due to imports? colormap module etc

@mgrover1 gotcha, do we wait until we figure out the python 3.6 ADC stuff?

This is how we did it for gifs in the past during my internship: https://github.com/zssherman/pyart_animation/blob/master/pyart_animation/pyart_animation.py However for mp4s, in TINT I wrote an mp4 maker, which could probably be enhanced:...

I'll run through the code and see if I can find some changes, but some of the imports you only need to import certain functions, so instead of: import xarray...

Actually nvm on the first half, after more research and local test it seems that import specific functions won't really effect speed...