Solved

Raster images: Is there a way to prompt the workspace user for which file to read?

  • 22 March 2021
  • 1 reply
  • 0 views

Badge +12

If I have a workspace that deals with raster images, is there a way - maybe as a User Parameter - to get the person running the workspace to choose which raster image to use as the input for the workspace?

 

For instance, User A might want to run with a .TIF file, and User B might want to process a .JPG

icon

Best answer by caracadrian 22 March 2021, 13:13

View original

1 reply

Badge +20

Use GenericReader.

It creates it's own User Parameter of type File/URL named SourceDataset_GENERIC which you can use as user input.

Reply