You can use a BoundsExtractor to get the min and max bounding box coordinates from the shapefile, a FeatureMerger to merge this information on to the TIFF files and then a RasterGeoreferencer set to Extents mode to add the min and max coordinates as a georeference.
You can use a BoundsExtractor to get the min and max bounding box coordinates from the shapefile, a FeatureMerger to merge this information on to the TIFF files and then a RasterGeoreferencer set to Extents mode to add the min and max coordinates as a georeference.
Thanks very much, that worked a treat!! You are good.
You can use a BoundsExtractor to get the min and max bounding box coordinates from the shapefile, a FeatureMerger to merge this information on to the TIFF files and then a RasterGeoreferencer set to Extents mode to add the min and max coordinates as a georeference.
This is gold! I've been searching high and low for how to accomplish this, and I think I finally have a chance at success- still working out the details though.