Attribute error for pick_points #348
Unanswered
nicolesplaining
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get a sounding at a single point for a HRRR forecast. I ran
ds.herbie.pick_points(pd.DataFrame({"latitude": [40.76], "longitude": [-111.876183]}))
but I'm getting the errorAttributeError: 'HerbieAccessor' object has no attribute 'pick_points'
. Why is this?Also, can the same objective (getting a “sounding” at a specific lat/lon point) be accomplished using xoak, since it also uses BallTree?
Beta Was this translation helpful? Give feedback.
All reactions