-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some support for X-Array in a staged manner. #670
Comments
Did someone say cartopy support for grids? Y'all already got that. Here's a plot with multiple NEXRADs mosaicked via Py-ART, visualizing an ISS overpass of thunderstorms near San Antonio, Austin, and College Station (red stars) on 1/2/2017. Base map provided by cartopy and its StamenTerrain tiling. Was like two lines to get the radar on there, using Grid's method to get lat/lons, then a pcolormesh call. |
Yep.. But it is one line if you have it in an xarray container :) |
Xarray was added to grid routine, but not the radardisplay. Xarry was also used in the spectra object. I will leave this open for now . |
Coming back to this thread - we should like this to Discussion #1047 |
Requirements for IntegrationAs mentioned at previous meetings/discussions, we are moving forward with an xradar accessor, enabling us to use the full suite of functionality of Py-ART with xradar. Overall GoalThe idea here is add an accessor xradar_tree.pyart.to_radar() Which adds a collection of additional methods (ex. Required MethodsThe existing
|
@mgrover1 How were we in terms of this list? |
Creating a Checklist so we can keep track of this:
radar.to_xradar()
methodThe text was updated successfully, but these errors were encountered: