Kristin Cowalcijk created SEDONA-517:
----------------------------------------
Summary: Add RS_MakeRaster for constructing a new raster using
given array data as band data
Key: SEDONA-517
URL: https://issues.apache.org/jira/browse/SEDONA-517
Project: Apache Sedona
Issue Type: New Feature
Reporter: Kristin Cowalcijk
Fix For: 1.6.0
{{RS_MakeRaster}} takes 2 arguments:
1: The reference raster. The created raster should have the same width, height,
geo-reference metadata, and CRS as the reference raster.
2: The array data. The length of the array data should be multiple of width *
height.
This function is useful in various scenarios, such as converting a mask for a
given raster to a raster object.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)