Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Feb 3, 2023
1 parent 493e859 commit 6b04f6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2827,8 +2827,6 @@ def get_geostationary_bounding_box_in_lonlats(geos_area, nb_points=50):
"""
x, y = get_geostationary_bounding_box_in_proj_coords(geos_area, nb_points)
lons, lats = Proj(geos_area.crs)(x, y, inverse=True)
# lons[np.isinf(lons)] = np.nan
# lats[np.isinf(lats)] = np.nan
return lons, lats


Expand Down

0 comments on commit 6b04f6d

Please sign in to comment.