healpix_geo.auto.Grid#

class healpix_geo.auto.Grid(level: int | None, indexing_scheme: Literal['nested', 'ring', 'zuniq'] = 'nested', ellipsoid: str | healpix_geo.typing.SphereDict | healpix_geo.typing.SphereType | healpix_geo.typing.EllipsoidDict | healpix_geo.typing.EllipsoidType = 'sphere')#
__init__(level, indexing_scheme='nested', ellipsoid='sphere')#

Methods

__init__(level[, indexing_scheme, ellipsoid])

Attributes

ellipsoid

The reference ellipsoid of the grid.

indexing_scheme

The indexing scheme of the grid.

level

The refinement level of the grid.