Jonathan J. Helmus

Results 114 comments of Jonathan J. Helmus

The `antenna_to_cartesian` function will work for the **RadarDisplay**. For plotting on maps the best solution is probably to also transforms these to geographic coordinate, I have to think about this...

Unless I'm not understanding the use of this function, I don't think `pyart.util.xsect.cross_section_ppi` will be of use here.

Scott and I were talking a few days ago about adding methods to the **Radar** and **Grid** class which return the indices for the nearest gate or point to a...

@kirknorth Great idea, there are some functions in scipy.ndimage that should help in calculating the connectivity of the gates. I'll label this and keep it in mind for a future...

Adding support for the product is not a high priority but when I get to it I let me know if I find anything.

I don't expect that the recipe license will be different in terms of the license type, still 3-clause BSD, but rather the attribute/copyright line. I believe the discussion that lead...

Also see conda-forge/staged-recipes#1055 which includes a `LICENSE` file in the recipe directory

How about if we recommend that a `recipe-license.txt` file be used the specify the recipe which applies to the recipe (should be BSD compatible) and a `LICENSE` or `license.txt` file...

Is there still an interest in this? I'm fine closing unless someone else want to champion a push indicate the recipe license.