Gate altitude calculation #1657
Closed
saranya00-s
started this conversation in
General
Replies: 2 comments 5 replies
-
@saranya00-s that function returns the current lat lon and alt from a radar sweep. But those variables are calculated from: pyart/pyart/core/transforms.py Line 424 in 14f625a Which does calculate the arc length along Earth's curvature. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Ok. Now it's clear. Thank you
…On Sat, 28 Sep, 2024, 7:47 pm Zach Sherman, ***@***.***> wrote:
So essentially ranges, elevations and azimuths into
antenna_vectors_to_cartesian, then x, y, into cartesian_to_geographic_aeqd.
Then the function for 'get' you shared above retrieve those lat lons for a
specific sweep.
—
Reply to this email directly, view it on GitHub
<#1657 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKGJ6JKXBQL4RZYPSY7XADDZY2277AVCNFSM6AAAAABO6N3Y7SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZYGM4TQNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
-
Is the function pyart.core.Radar.get_gate_lat_lon_alt is returning earth curvature corrected heights? Please confirm.
Beta Was this translation helpful? Give feedback.
All reactions