Replies: 6 comments 6 replies
-
|
Hi @GGDLW , you would want to set the radar.latitude and longitude and recalculate the arrays. You can do this by: |
Beta Was this translation helpful? Give feedback.
-
|
My next issue would be after I edit such, it would raise the following error when I called the column_profile method I used from one of the example plots. Do i need to do something to these arrays before I use the column_profile method? |
Beta Was this translation helpful? Give feedback.
-
|
@GGDLW Which line of the column profile is throwing that error? |
Beta Was this translation helpful? Give feedback.
-
|
@GGDLW Can you share what your parameters are for the column profile code? Trying to see what can cause the issue. Also @jrobrien91 have you seen this error before with the column code before? |
Beta Was this translation helpful? Give feedback.
-
|
Or we might have to use assume_sorted parameter for interp_like |
Beta Was this translation helpful? Give feedback.
-
|
@GGDLW @zssherman - check this out: https://arm-development.github.io/bnf-radar-examples/bnf-radclss/ This is how we are making daily columns similar to your use case. I suspect the "monotonic increasing or decreasing" ValueError is due to not having equally spaced height gates when attempting to concatenate across a day. By default, the CVP function returns the heights of the gates for that specific profile, which can change during the day due to environmental conditions. I interpolate each height profile to a standard profile when running the CVP across the day. If some files are failing, I suspect there may be different scans embedded. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I noticed that when I open a couple of cfRadial files I have, the latitude and longitude arrays are filled with missing values (they would display as --,-- when I printed them). I was wondering if there was a way to edit said file to insert the correct coordinates into the cfRadial file with the missing data.
Beta Was this translation helpful? Give feedback.
All reactions