Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Sep 27, 2024
1 parent 227b43e commit 009f8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions earth2grid/lcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def inv(self, x, y):


class LambertConformalConicGrid(base.Grid):
# nothing here is specific to the projection, so could be shared by any projected rectilinear grid
def __init__(self, projection: LambertConformalConicProjection, x, y):
"""
Args:
Expand Down

0 comments on commit 009f8a0

Please sign in to comment.