Nick Guy

Results 80 comments of Nick Guy

This is great! I just implemented something similar in AWOT using a 'discrete_cmap_levels' keyword.

I've been toying with something that is [similar](https://github.com/nguy/AWOT/blob/master/awot/util/matcher.py) where a flight track is matched to for example a ground-based radar. There are a couple of methods developed by @tjlang and...

Sorry for the delay. That's a good idea. One other thought tossing around my head is being able to select a slice of azimuth. If you were to provide a...

@rrniii I'm not super familiar with the Grid side, but from the error message and looking at the [reference manual](http://arm-doe.github.io/pyart/dev/user_reference/index.html) I think you need to create a basemap instance and...

Glad it's working @rrniii ! @jjhelmus Is it feasible to provide either a conversion utility for RadX to Py-ART? Or does this exist, the documentation for the radx portion isn't...

@rrniii I just looked at the examples you provided. How general is the radx_grid routine you used? You might consider submitting this as a pull request so that it becomes...

I'll look at how the input command is structured and the possibility of extending the input if needed. Thanks @jjhelmus

A ping on this topic, it was raised again at the AMS Open software short course.

Being lame is my gig. Thanks for looking at this again.

By the way for the packages I've been working on, I convert the time to Epoch for a package standard. Whether this is best or not, _shrug_, but it's what...