-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples for filtering grib data within a provided shapefile area #3
base: master
Are you sure you want to change the base?
Conversation
0fc4755
to
13a6c75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These examples all share much of the same code. We should pull out common functions so they can be shared in these examples and by end users. Maybe a grib_utils module or something would be handy.
AREA = shpfile.GetLayer() | ||
|
||
# Compute the wind speed | ||
def wind_speed_from_u_v(row): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The wind speed and direction conversions can be found in conversions.py.
e7c964f
to
a057708
Compare
No description provided.