Skip to content

Commit

Permalink
fixed GeoApps import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Jan 29, 2023
1 parent a77c56f commit a320fe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions besttracks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def translate_velocity(self, Rearth=6371200):
"""
from numpy import cos as cos
from numpy import deg2rad as deg2rad

from GeoApps.ConstUtils import Rearth

lons = self.records.LON
lats = self.records.LAT
Expand Down

0 comments on commit a320fe8

Please sign in to comment.