-
Hello everyone, I'm a bit of a PyART novice, and am looking to identify a value for a field from a Level II NEXRAD file (reflectivity, velocity, etc..) at a user input lat/lon point. I came across the pyart.util.columnsect function in this example (https://arm-doe.github.io/pyart/examples/retrieve/plot_column_subset.html), and I think this would give me exactly what I'm looking for. However, I get a AttributeError: module 'pyart.util' has no attribute 'columnsect' when I try to run the example code, and I don't see this function anywhere in the pyart.util library (https://arm-doe.github.io/pyart/API/generated/pyart.util.html). Did this get removed or renamed? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@kpittman6 - do you know which version of Py-ART you are running? |
Beta Was this translation helpful? Give feedback.
@kpittman6 - do you know which version of Py-ART you are running?