sphere_grid_test
sphere_grid_test,
an Octave code which
calls sphere_grid(), which
constructs a variety of sets of points
over the surface of a sphere in 3D.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
sphere_grid,
an Octave code which
provides a number of ways of generating grids of points, or of
points and lines, or of points and lines and faces,
on the surface of the unit sphere in 3D.
Source Code:
-
sphere_grid_test01.m,
tests SPHERE_GRID_ICOS_NUM;
-
sphere_grid_test02.m,
tests SPHERE_GRIDPOINTS_ICOS1;
-
sphere_grid_test03.m,
tests SPHERE_GRIDPOINTS_ICOS2;
-
sphere_grid_test04.m,
tests SPHERE_LL_POINTS;
-
sphere_grid_test05.m,
tests SPHERE_SPIRALPOINTS;
-
sphere_grid_test06.m,
tests SPHERE_LL_LINES;
-
sphere_grid_test07.m,
tests SPHERE_GRID_Q4;
-
sphere_grid_test08.m,
tests SPHERE_GRID_T3;
-
sphere_grid_test09.m,
tests SPHERE_UNIT_SAMPLE.
-
sphere_grid_test10.m,
tests SPHERE_CUBED_POINTS.
-
sphere_grid_test11.m,
uses SPHERE_LL_POINTS and SPHERE_LL_LINES to draw a sphere with
a latitude/longitude grid on it.
-
sphere_grid_test12.m,
uses SPHERE_LL_POINTS and SPHERE_LLQ_LINES to draw a sphere with
a latitude/longitude quadrilateral grid on it.
-
sphere_grid_test13.m,
uses SPHERE_CUBED_POINTS and SPHERE_CUBED_LINES to draw a sphere with
a cubed sphere grid.
Data files and images of the sphere grids were created by the
example program.
Last revised on 25 March 2019.