pyart icon indicating copy to clipboard operation
pyart copied to clipboard

Add some support for X-Array in a staged manner.

Open scollis opened this issue 8 years ago • 6 comments
trafficstars

Creating a Checklist so we can keep track of this:

  • [x] Add an xradar branch to develop/test on
  • [x] Add helper functions to convert to an xradar object (#1251 )
  • [ ] Move aux_io readers to xradar
  • [ ] Implement a radar.to_xradar() method
  • [x] Add a separate xradar object, similar to the radar object, that we can feed metadata + values directly into

scollis avatar Jul 13 '17 18:07 scollis

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.

20170102_110900_iss_radar

tjlang avatar Jul 13 '17 18:07 tjlang

Yep.. But it is one line if you have it in an xarray container :) Sweet plot.

scollis avatar Jul 13 '17 18:07 scollis

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 .

zssherman avatar Mar 26 '20 20:03 zssherman

Coming back to this thread - we should like this to Discussion #1047

mgrover1 avatar Apr 12 '22 19:04 mgrover1