Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell committed Feb 6, 2024
1 parent e58bff7 commit ed895c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/ecofocipy/math/haversine.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# Author: Wayne Dyck

import math

import numpy as np


def distance(origin, destination):
lat1, lon1 = origin
lat2, lon2 = destination
Expand Down
8 changes: 2 additions & 6 deletions tools/find_closest_ctd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@
"""

# System Stack
import datetime
import argparse
import datetime
import sys

import numpy as np

# Science Stack
import mysql.connector
import numpy as np

# User defined
from ecofocipy.math.haversine import sphered

__author__ = "Shaun Bell"
Expand Down

0 comments on commit ed895c8

Please sign in to comment.