Question

How can you set a raster file name before it enters the Feature Writer?


I have a workspace that generates multiple GeoTiffs that have feature attributes that I use for naming the files in Feature Writer.

e.g. ...2021-06-16_9-39-06I want to modify the workspace and change the FeatureWriter to write the images to KML/KMZ.

When I change the FeatureWriter to write KML I lose the ability to name the images. Is there a way to name the images before the enter the FeatureWriter?

 

 


2 replies

Userlevel 5
Badge +29

for the KML writer, you'll need to enable "Fanout Dataset" in the writer parameters (in the navigator panel)

Screenshot 2021-06-17 114031

The above has the same results only using the KML Writer instead of using the FeatureWriter Transformer.

The TIFF files are still named sequentially <name>_1.tif, <name>_2.tif, etc.

When the FeatureWriter is set to output TIFF the files can be named using the Feature Attributes. I want to be able to keep these filenames inside the KML/KMZ file.

Reply