LICENSE
README
pyproject.toml
hhg9/__init__.py
hhg9.egg-info/PKG-INFO
hhg9.egg-info/SOURCES.txt
hhg9.egg-info/dependency_links.txt
hhg9.egg-info/requires.txt
hhg9.egg-info/top_level.txt
hhg9/algorithms/__init__.py
hhg9/algorithms/distance.py
hhg9/algorithms/geometry.py
hhg9/algorithms/id_packing.py
hhg9/algorithms/packing.py
hhg9/algorithms/pickers.py
hhg9/algorithms/wgs84.py
hhg9/base/__init__.py
hhg9/base/composite.py
hhg9/base/domain.py
hhg9/base/point_format.py
hhg9/base/points.py
hhg9/base/projection.py
hhg9/base/registrar.py
hhg9/data/__init__.py
hhg9/data/l4_boct_warp_data.npz
hhg9/domains/__init__.py
hhg9/domains/ellipsoid_cartesian.py
hhg9/domains/general_gcd.py
hhg9/domains/net_pixel.py
hhg9/domains/nets.py
hhg9/domains/octahedral_bary_raw.py
hhg9/domains/octahedral_barycentric.py
hhg9/domains/octahedral_cartesian.py
hhg9/domains/octahedral_net.py
hhg9/domains/octahedral_simplex.py
hhg9/domains/plate_pixel.py
hhg9/domains/plate_pixel_carree.py
hhg9/domains/radians_gcd.py
hhg9/domains/spherical_cartesian.py
hhg9/formats/__init__.py
hhg9/formats/decimal_cartesian.py
hhg9/formats/decimaldegrees.py
hhg9/formats/dms.py
hhg9/formats/octahedral_h9.py
hhg9/geo/__init__.py
hhg9/geo/export.py
hhg9/geo/gdal.py
hhg9/h9/__init__.py
hhg9/h9/addressing.py
hhg9/h9/binning.py
hhg9/h9/classifier.py
hhg9/h9/composition.py
hhg9/h9/constants.md
hhg9/h9/constants.py
hhg9/h9/grid.py
hhg9/h9/lattice.py
hhg9/h9/polygon.py
hhg9/h9/protocols.py
hhg9/h9/region.py
hhg9/h9/render.py
hhg9/h9/root_finding.py
hhg9/h9/tail.py
hhg9/h9/uuid_address.py
hhg9/h9/uvc.py
hhg9/projections/__init__.py
hhg9/projections/ak_octahedral.py
hhg9/projections/bary_net.py
hhg9/projections/braw_boct.py
hhg9/projections/ellipsoid_gcd.py
hhg9/projections/gcd_bary.py
hhg9/projections/gcd_braw.py
hhg9/projections/octahedral_octants.py
hhg9/projections/octant_bary.py
hhg9/projections/octant_braw.py
hhg9/projections/octant_xyuv.py
hhg9/projections/plate_pix_gcd.py
hhg9/projections/plate_pix_net.py
hhg9/projections/rgcd_gcd.py
hhg9/rendering/__init__.py
hhg9/rendering/composition.py
hhg9/rendering/render.py
tests/test_h9_engine.py
tests/test_octant_seams.py