arraytorastertopolygon
Creates an raster from number array, then exports a polygon of the raster's nonzero values.Options:
height - Height of raster in units of projection (required)
width - Width of raster in units of projection (required)
cell_size - what is the cell size? (required)
values - multidimensional array of values (required)
upper_left_x - Top left x coordinate for raster (required)
upper_left_y - Top left y coordinate for raster (required)
srid - Spatial Reference ID - 4326 (required)