Replies: 2 comments 2 replies
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->What is the goal? If you want to map them to a cartesian grid (gridding) you can call the grid code with a tuple. If you want a radial object we can probably put together a quick cook book.. adding _FillValue to the end to the second radars array I need to go back and check what join_radar does… (Max and others are likely to get to that before me) From: rwall2 ***@***.***>Date: Thursday, November 3, 2022 at 8:47 AMTo: ARM-DOE/pyart ***@***.***>Cc: Subscribed ***@***.***>Subject: [ARM-DOE/pyart] Combing scans with different number of range bins (Discussion #1312)Hello. I have two pyart radar objects that are each approximately half of a full volume of scans from a single radar. The first half volume consists of 7 elevation scans (from 0.5 degrees to 6 degrees) with 1248 range bins. The second half volume consists of 6 elevation scans (from 7 degrees to 20 degrees) with 625 range bins. The spatial resolution is the same at 200 meters for each of the half volumes.Is there a method within pyart to combine these radar objects?Thanks.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@rwall2 do you have sample data for this use-case? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have two pyart radar objects that are each approximately half of a full volume of scans from a single radar. The first half volume consists of 7 elevation scans (from 0.5 degrees to 6 degrees) with 1248 range bins. The second half volume consists of 6 elevation scans (from 7 degrees to 20 degrees) with 625 range bins. The spatial resolution is the same at 200 meters for each of the half volumes.
Is there a method within pyart to combine these radar objects?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions