ksang / sphere-mapping

Bijective mappings for sphere surface and plane.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphere-mapping

Demonstrate bijective sphere-plane mappings with interactive visualization.

Trulli

Uniform area sphere to plane projection. There different views showing grid, a random sample and its neigbors on the grid.

Environment setup

    conda env create -f environment.yaml
    conda activate sphere-mapping

Usage

  • CLI
    python main.py -h
    python main.py -m uniform_area

About

Bijective mappings for sphere surface and plane.

License:MIT License


Languages

Language:Jupyter Notebook 75.4%Language:Python 24.6%