VRSGridder

class caris.coverage.VRSGridder

CSAR VRSGridder

Parameters:
  • vrs (VRS) – The VRS to grid
  • band_names (list(str), optional) – List of band names to gridded. If unspecified all bands will be gridded.
load()

Load positions and attributes for points in a VRSTile

Args:
tile (VRSTile): The tile to load
Returns:
(x, y) of int: Dimensions of the loaded data.
read()

Read binned point attributes for a specific band.

Args:
band_name (str): Name of the band to read.
Returns:
list: gridded data from left to right, then bottom to top
set_bias()

Set the bias to use for resolving multiple points in a resolution bin

Args:
bias (BinBias): Bias to use as a rule band_name (str): Band name for sorting attribute
dims

(width, height) of int – The dimensions in pixels of the current tile.