Hi,
Is it possible to set RasterReplacer raster format from attribute value ?
Raster format has already been detected and saved in an csv file with raster filename.
i want to read this csv file resample raster and save it.
thanks in advance
Hi,
Is it possible to set RasterReplacer raster format from attribute value ?
Raster format has already been detected and saved in an csv file with raster filename.
i want to read this csv file resample raster and save it.
thanks in advance
Best answer by jdh
While takashi's solution is unfortunately the only work around for multiple formats in the rasterReplacer, I'm not sure why you need one in the scenario read csv file to get raster name/format, resample , write file.
I would approach this using a csv reader, featureReader set to Generic (Any format) with the reader parameter Input Format set to an attribute containing the short name of the format (from the csv), resampler, and then featureWriter set to Generic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.