Skip to content

Commit 7b3fab5

Browse files
committed
privatize scaling.latlon_to_xy
1 parent 40e9e97 commit 7b3fab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def fn(x):
146146
return vr
147147

148148

149-
def latlon_to_xy(coordinates):
149+
def _latlon_to_xy(coordinates):
150150
"""
151151
Convert latitude and longitude in degrees to a coordinate system measured
152152
in meters from zero deg latitude, zero deg longitude.

0 commit comments

Comments
 (0)