diff --git a/dist/getgfs-0.0.7.tar.gz b/dist/getgfs-0.0.7.tar.gz new file mode 100644 index 0000000..96936d4 Binary files /dev/null and b/dist/getgfs-0.0.7.tar.gz differ diff --git a/dist/getgfs-0.0.8.tar.gz b/dist/getgfs-0.0.8.tar.gz new file mode 100644 index 0000000..1026aa3 Binary files /dev/null and b/dist/getgfs-0.0.8.tar.gz differ diff --git a/getgfs/getgfs.py b/getgfs/getgfs.py index 901ea32..8fe4c51 100644 --- a/getgfs/getgfs.py +++ b/getgfs/getgfs.py @@ -358,7 +358,6 @@ def get_windprofile(self, date_time, lat, lon): alts = list(info.variables["hgtprs"].data.flatten()) + list( info.variables["hgtsfc"].data.flatten() + 10 ) - print(alts) return interp1d( alts, u_wind, fill_value=(u_wind[-1], u_wind[-2]), bounds_error=False diff --git a/setup.py b/setup.py index 2396bd5..c4c2fb5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # Application name: name="getgfs", # Version number (initial): - version="0.0.7", + version="0.0.8", # Application author details: author="Jago Strong-Wright", author_email="jagoosw@protonmail.com",