get_xy_arrays

Contents

get_xy_arrays#

eoio.utils.crs_utils.get_xy_arrays(x_step, y_step, x_origin, y_origin, x_len, y_len)[source]#

Return x and y arrays given step size, length of array, and point of origin

Parameters:
  • x_step – x step size

  • y_step – y step size

  • x_origin – position of x origin

  • y_origin – position of y origin

  • x_len – number of x points

  • y_len – number of y points

Returns:

Tuple of x and y arrays.