eq_sphere_partition​s

Version 1.10 (99.5 KB) by Penguian
The Recursive Zonal Equal Area (EQ) Sphere Partitioning Toolbox is a suite of Matlab functions for partitioning and point distribution on mu
1.7K Downloads
Updated Mon, 07 Oct 2019 08:30:41 +0000

See also http://eqsp.sourceforge.net/ and Paul Leopardi, "A partition of the unit sphere into regions of equal area and small diameter",
https://etna.mcs.kent.edu/vol.25.2006/pp309-327.dir/pp309-327.html
Electronic Transactions on Numerical Analysis, Volume 25, 2006, pp. 309-327.
Preprint: Applied Maths Report AMR05/18, May 2005, Updated June 2006.
http://www.maths.unsw.edu.au/applied/files/2005/amr05_18.pdf

FAQ - from the README

What is the Recursive Zonal Equal Area (EQ) Sphere Partitioning Toolbox?

The Recursive Zonal Equal Area (EQ) Sphere Partitioning Toolbox is a suite of Matlab functions. These functions are intended for use in exploring different aspects of EQ sphere partitioning.

The functions are grouped into the following groups of tasks:

Create EQ partitions

Find properties of EQ partitions

Find properties of EQ point sets

Produce illustrations

Test the toolbox

Perform some utility function

What is an EQ partition?

An EQ partition is a partition of S^dim [the unit sphere in the dim+1 Euclidean space R^(dim+1)] into a finite number of regions of equal area. The area of each region is defined using the Lebesgue measure inherited from R^(dim+1).

The diameter of a region is the sup of the Euclidean distance between any two points of the region. The regions of an EQ partition have been proven to have small diameter, in the sense that there exists a constant C(dim) such that the maximum diameter of the regions of an N region EQ partition of S^dim is bounded above by C(dim)*N^(-1/dim).

What is an EQ point set?

An EQ point set is the set of center points of the regions of an EQ partition. Each region is defined as a product of intervals in spherical polar coordinates. The center point of a region is defined via the center points of each interval, with the exception of spherical caps and their descendants, where the center point is defined using the center of the spherical cap.

Which versions of Matlab can I use?

This toolbox has been tested with Matlab versions 6.5 and 7.0.1 on Linux, and 6.5.1 on Windows.

How do I install the Recursive Zonal Equal Area Sphere Partitioning Toolbox?

This toolbox is organized into a number of directories. To use it effectively, these directories need to be on your Matlab path every time you start Matlab. You will therefore need to install the toolbox before using it.

To do this,

Unzip the file eqsp-x.y.zip into the directory where you want the toolbox to reside. This will create the subdirectory eq_sphere_partitions.
Run Matlab, change directory to eq_sphere_partitions and then run install_eq_toolbox.
For more information, see INSTALL.txt.

Cite As

Penguian (2024). eq_sphere_partitions (https://github.com/penguian/eq_sphere_partitions), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Earth, Ocean, and Atmospheric Sciences in Help Center and MATLAB Answers
Acknowledgements

Inspired by: Toolbox Installer 2.2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.10

The GitHub repository has been updated to version 1.10. The version uploaded to MathWorks remains at 1.0.0.0.

1.0.0.0

Fix summary. Fix spacing in description. Add URLs.

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.