splinepy.utils.data.uniform_query#
- splinepy.utils.data.uniform_query(bounds, resolutions)[source]#
Creates uniform query within the given bounds and resolutions. Same as gus.create.vertices.raster(bounds, resolution).vertices.
- Parameters:
bounds (2D array-like) – [[lower_1, lower_2, …], [upper_1, upper_2, …]]
resolutions (1D array-like) – [resolution_1, resolution_2, …]