From 88e0fe9eb1ae88aa5146897679ebba928caa9ee5 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sat, 22 Jan 2022 18:05:21 -0600 Subject: [PATCH] minor... --- modules/util/lon_lat_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/lon_lat_grid.py b/modules/util/lon_lat_grid.py index cae5bcf5..339bce13 100644 --- a/modules/util/lon_lat_grid.py +++ b/modules/util/lon_lat_grid.py @@ -15,7 +15,7 @@ class MyGenericException(Exception): # For nearest neighbor/interpolation of a function whose domain is a geostationary satellite fixed grid. -# This is a utility wrapper for sklearn.neighbors.BallTree +# This is a utility wrapper for sklearn.neighbors.BallTree adapted for 2D manifold. class LonLatGrid: # grd_lons, grd_lats: the longitude, latitude of each grid point (must be 2D grids), must have same shape # Incoming longitude must be in range: 0 - 360 degrees -- GitLab