Skip to content

Commit

Permalink
Update pyresample/geometry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Mar 25, 2021
1 parent 95b3bda commit 9588f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ def lonlat2colrow(self, lons, lats):
def get_xy_from_lonlat(self, lon, lat):
"""Retrieve closest x and y coordinates.
Retrieve x and y coordinates (column, row indices) for the
Retrieve the closest x and y coordinates (column, row indices) for the
specified geolocation (lon,lat) if inside area. If lon,lat is a point a
ValueError is raised if the return point is outside the area domain. If
lon,lat is a tuple of sequences of longitudes and latitudes, a tuple of
Expand Down

0 comments on commit 9588f54

Please sign in to comment.