Skip to content
Snippets Groups Projects
Commit 81dc0128 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent fd526c30
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from metpy.units import units
from metpy.calc import thickness_hydrostatic
from collections import namedtuple
SpatialEarth2D = namedtuple('SpatialEarth2D', ['lon', 'lat'])
SpatialEarth2D = namedtuple('SpatialEarth2D', ['lat', 'lon'])
class MyGenericException(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment