From 009f8a05434809a4a5b5da5fec91a67e512fcf38 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 27 Sep 2024 16:10:30 -0700 Subject: [PATCH] add comment --- earth2grid/lcc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/earth2grid/lcc.py b/earth2grid/lcc.py index 8168d6d..ce60bf1 100644 --- a/earth2grid/lcc.py +++ b/earth2grid/lcc.py @@ -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: