Skip to content

Commit

Permalink
Bugfix dNdegree
Browse files Browse the repository at this point in the history
  • Loading branch information
miili authored Apr 6, 2023
1 parent 1cc13d4 commit 8fcf4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kite/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def dEdegree(self):
@property
def dNdegree(self):
if self.isDegree():
return self.dE
return self.dN

lat, lon = ne_to_latlon(self.llLat, self.llLon, self.dN * self.rows, 0.0)
distLat = lat - self.llLat
Expand Down

0 comments on commit 8fcf4bf

Please sign in to comment.