Skip to content
Snippets Groups Projects
Commit 54c1bc72 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Create function `other_orient`

parent 2126c838
No related branches found
No related tags found
No related merge requests found
......@@ -167,3 +167,9 @@ def in_window(point, window):
# (in [llcrnrlon, llcrnrlon + 360[)
return longit <= urcrnrlon and llcrnrlat <= point[1] <= urcrnrlat
def other_orient(orientation):
if orientation == "Cyclones":
return "Anticyclones"
else:
return "Cyclones"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment