Skip to content

Commit

Permalink
Update COMPLEX-SOUNDING-VIEWER.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejgillett authored Aug 24, 2023
1 parent daa8b4c commit d62914f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions COMPLEX-SOUNDING-VIEWER.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,9 @@
"source": [
"# IMPORT SOFTWARE ---------------------------------------------------\n",
"# BUILT IN\n",
"from datetime import datetime, timedelta\n",
"import time\n",
"import csv\n",
"import sys\n",
"import requests\n",
"from urllib.request import urlopen\n",
"import warnings\n",
"# OTHER\n",
"import cdsapi\n",
"import pandas as pd\n",
"import xarray as xr\n",
"import numpy as np\n",
"import numpy.ma as ma\n",
"from scipy import interpolate\n",
"from ecape.calc import calc_ecape, _get_parcel_profile, calc_mse, calc_integral_arg, calc_lfc_height, calc_el_height\n",
"# MATPLOTLIB\n",
"import matplotlib as mpl\n",
Expand All @@ -67,12 +56,6 @@
"import metpy.calc as mpcalc\n",
"from metpy.units import units\n",
"from metpy.plots import SkewT, Hodograph\n",
"# SIPHON \n",
"from siphon.catalog import TDSCatalog\n",
"from siphon.ncss import NCSS\n",
"from siphon.simplewebservice.wyoming import WyomingUpperAir\n",
"from siphon.simplewebservice.iastate import IAStateUpperAir\n",
"from siphon.simplewebservice.igra2 import IGRAUpperAir\n",
"# SOUNDERPY \n",
"from sounderpy import get_obs_data"
]
Expand Down

0 comments on commit d62914f

Please sign in to comment.