LICENSE
README.md
pyproject.toml
m3s/__init__.py
m3s/_geohash.py
m3s/base.py
m3s/cache.py
m3s/constants.py
m3s/conversion.py
m3s/csquares.py
m3s/gars.py
m3s/geohash.py
m3s/h3.py
m3s/maidenhead.py
m3s/memory.py
m3s/mgrs.py
m3s/multiresolution.py
m3s/parallel.py
m3s/pluscode.py
m3s/projection_utils.py
m3s/quadkey.py
m3s/relationships.py
m3s/s2.py
m3s/slippy.py
m3s/types.py
m3s/utm_utils.py
m3s/what3words.py
m3s.egg-info/PKG-INFO
m3s.egg-info/SOURCES.txt
m3s.egg-info/dependency_links.txt
m3s.egg-info/requires.txt
m3s.egg-info/top_level.txt
m3s/a5/__init__.py
m3s/a5/cell.py
m3s/a5/constants.py
m3s/a5/coordinates.py
m3s/a5/geometry.py
m3s/a5/grid.py
m3s/a5/hilbert.py
m3s/a5/pentagon.py
m3s/a5/serialization.py
m3s/a5/tiling.py
m3s/a5/vec2.py
m3s/a5/projections/__init__.py
m3s/a5/projections/dodecahedron.py
m3s/a5/projections/gnomonic.py
m3s/a5/projections/origin_data.py
m3s/a5/projections/polyhedral.py
m3s/a5/projections/quaternion.py
m3s/a5/projections/vec2_utils.py
m3s/a5/projections/vec3_utils.py
m3s/api/__init__.py
m3s/api/builder.py
m3s/api/comparator.py
m3s/api/parameters.py
m3s/api/precision.py
m3s/api/results.py
m3s/archive/a5.py
m3s/archive/a5_fixed.py
m3s/archive/a5_fixed_proper.py
m3s/archive/a5_hierarchical.py
m3s/archive/a5_palmer.py
m3s/archive/a5_proper.py
m3s/archive/a5_proper_tessellation.py
tests/test_a5.py
tests/test_a5_phase1.py
tests/test_a5_resolutions.py
tests/test_cache.py
tests/test_conversion.py
tests/test_csquares.py
tests/test_gars.py
tests/test_geodataframe.py
tests/test_geohash.py
tests/test_h3.py
tests/test_maidenhead.py
tests/test_mgrs.py
tests/test_multiresolution.py
tests/test_parallel.py
tests/test_pluscode.py
tests/test_quadkey.py
tests/test_relationships.py
tests/test_s2.py
tests/test_slippy.py
tests/test_what3words.py