I want to use the rastermosaicker with parallel processing. Because the process takes days. So I want a common ID where the Y-coordinate is the same. (see ). What is the best way to solve this problem?
Solved
How can I create a common ID where y-coordinate is the same
Best answer by takashi
Hi @famjpdenboer, you can use the BoundsExtractor or the RasterPropertyExtractor to extract extents (xmin, ymin, xmax, ymax) for each raster. Then, group the rasters by ymin or ymax. If there could be a tolerance among the y values, consider rounding them.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.