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

snapshot...

parent eab18ea2
No related branches found
No related tags found
No related merge requests found
import numpy as np import numpy as np
from metpy.units import units from metpy.units import units
from metpy.calc import thickness_hydrostatic from metpy.calc import thickness_hydrostatic
from collections import namedtuple
SpatialEarth2D = namedtuple('SpatialEarth2D', ['lon', 'lat'])
class MyGenericException(Exception): class MyGenericException(Exception):
......
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