-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
@lsxlv Hello! We are currently in the process of getting a composite reflectivity function within Py-ART, once that's in. I believe if you have both radars with the generated composite field, you should be able to map both radars to the map_radars_to_grid function to map them both. |
Beta Was this translation helpful? Give feedback.
-
@zssherman Thanks for answer! I have drawn the base reflectivity mosaic of the two radars with 'map_to_grid' function. This function is really good. |
Beta Was this translation helpful? Give feedback.
-
@lsxlv you can pass multiple radars to the gridded_radar = pyart.map.grid_from_radars((radar1, radar2), grid_shape, grid_limits)) see the docs here grid_from_radars docs We use this workflow one of the examples grid from radars example |
Beta Was this translation helpful? Give feedback.
-
@lsxlv - we merged a pull request this morning adding this new functionality, thanks to @dopplerchase ! Link to the example in our gallery We are working on releasing a new version, which include this! |
Beta Was this translation helpful? Give feedback.
@lsxlv - we merged a pull request this morning adding this new functionality, thanks to @dopplerchase !
Link to the example in our gallery
We are working on releasing a new version, which include this!