Skip to content
Snippets Groups Projects
Commit 2a5abfe0 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

remove lat/lon_orig

parent e7f1f115
Branches
Tags
1 merge request!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #62926 passed
...@@ -101,11 +101,6 @@ def bearing_angle(lat1: xr_int_float, lon1: xr_int_float, ...@@ -101,11 +101,6 @@ def bearing_angle(lat1: xr_int_float, lon1: xr_int_float,
:return: initial bearing angle (forward azimuth) in degree :return: initial bearing angle (forward azimuth) in degree
""" """
lat1_orig = lat1
lon1_orig = lon1
lat2_orig = lat2
lon2_orig = lon2
if to_radians: if to_radians:
(lat1, lon1), (lat2, lon2) = deg2rad_all_points(lat1, lon1, lat2, lon2) (lat1, lon1), (lat2, lon2) = deg2rad_all_points(lat1, lon1, lat2, lon2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment