Plotting Altitude as Height Coordinate for Aircraft Radar Data #60
Replies: 3 comments 8 replies
-
Hello @evannewman, I can take a look at this in more detail. Can you provide the file you're working with? |
Beta Was this translation helpful? Give feedback.
-
Thanks @evannewman, that is helpful! With the example file, this might be an issue with how we subset the data using xarray. The 'alt' variable in the ARM files is typically a scalar with a single value of the altitude of the instrument. If you look at the 'alt' variable it's just a value of 316 repeated. I did find a bug that I will get a fix in for but utilizing 'alt' as the height variable with this example file will produce a blank plot but it should work for other datasets where altitude is the altitude of the data. Hopefully I'm not just rambling and that makes sense! |
Beta Was this translation helpful? Give feedback.
-
I should note that if you would like to add some example aircraft data to the open-radar-data repo, it would be very helpful and we can craft up some examples around it as well. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am wondering how one might be able to plot the height variable in respect to altitude and not range? For example, the sample dataset and CFAD code has a variable stored as "alt". When I pass in "alt" as the height variable for the calc_cfad function, the following error occurs:
"coordinate alt has dimensions ('range',), but these are not a subset of the DataArray dimensions ('alt', 'x')"
How would one be able to get fix this problem?
Evan
Beta Was this translation helpful? Give feedback.
All reactions