Skip to main content
Solved

What does "Generate List" do when using the raster mosaicker?

  • January 11, 2018
  • 1 reply
  • 7 views

Forum|alt.badge.img

This parameter is not documented.

Best answer by ebygomm

It generates a list made up of the attributes that the mosaiced rasters had

e.g. if you had two raster inputs one with a uniqueid a and one with uniqueid b you'd end up with a list

list{0}.uniqueid a

list{1}.uniqueid b

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3430 replies
  • Best Answer
  • January 11, 2018

It generates a list made up of the attributes that the mosaiced rasters had

e.g. if you had two raster inputs one with a uniqueid a and one with uniqueid b you'd end up with a list

list{0}.uniqueid a

list{1}.uniqueid b