Skip to content
Snippets Groups Projects
Commit 4b3b13f6 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 2568ad0a
Branches
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ class LonLatGrid:
if len(lons) == 0 or len(lats) == 0:
return None, None
lons = np.where(lons < 0, lons + 360, lons)
lons = lons.flatten()
lats = lats.flatten()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment