.. _grid: Grid Module ========== The grid module provides utilities for generating and manipulating spatial grids for climate data analysis. Fekete Points ------------ The ``FeketeGrid`` class implements algorithms for generating equidistant points on a sphere, based on the work by :cite:`strnad_climnet_2023`. .. autoclass:: dominosee.grid.grid.FeketeGrid :members: :undoc-members: :show-inheritance: