List of functions and classes (API)#
These are the functions and classes that make up the Bordado API.
Coordinate generation#
|
Generate evenly spaced points between two values. |
|
Generate the coordinates for a uniformly random scatter of points. |
|
Generate evenly spaced points on an n-dimensional grid. |
|
Generate evenly spaced coordinates along a straight line between points. |
|
Generate evenly spaced coordinates along a great circle between points. |
Regions and bounding boxes#
|
Determine which points fall inside a given region. |
|
Get the bounding region of the given coordinates. |
|
Extend the borders of a region by the given amount. |
Splitting points into blocks and windows#
|
Split a region into blocks and label points according to where they fall. |
|
Select points on windows of expanding size around a center point. |
|
Split points into overlapping windows. |
Other utilities#
|
Calculate statistics of the distances to the k-nearest neighbors of points. |
|
Convert a spacing to the number of points between start and stop. |
|
Calculate the spacing of a regular grid given a region and shape. |