Skip to main content
Question

Name Workspace output File like the RasterTIler output tile number.

  • December 12, 2020
  • 1 reply
  • 9 views

I tiled a raster image with the RasterTiler and get as result 4 tiles and now I want to name the workspace output file like the output tile numbers.

Like this:

up left tile= 1 -> Filename_1.TIF

up right tile=2 ->Filename_2.TIF

bottom left tile=3 -> Filename_3.TIF

bottom right tile= 4 -> Filename_4.TIF

So I used the stringconcetonator to name the attributes like the tile numbers, but I dont get the desired result what am I doing wrong? Best Wishes Tina

StringConcetonatorRasterTiler

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • December 14, 2020

Use a Sorter by _tile_row and _tile_column (in that order in the same Sorter) than a Counter to create your file index.