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

snapshot...

parent a961907c
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ def get_raob_neighbors(lats, lons, raob_dct, dist_threshold=150):
# Find points (lat, lon) within threshold distance to each raob
def get_neighbors_to_raob(lats, lons, raob_dct):
def get_neighbors_to_raob(lats, lons, raob_dct, dist_threshold=150):
nbor_dct = {}
keys = list(raob_dct.keys())
......
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