Skip to main content

Hi, I have two inputs to a raster mosaicker and would like them to retain the full extends of the combination of the two inputs yet is doesnt seem to:

 

I basically want to have a nice -180,-90,180,90 geotiff. any gaps from the bottom raster input needs to be filled with no data (coming from the top input). Any idea why the RasterMosaicker isnt doing this.

Thank you very much for your help in advance.

Oliver

 

Your second stream of rasters are being rejected, which means there is a compatibility issue.

This is generally due to the bands not being the same interpretation, or coordinate system but there will be an error message on the rejected features saying what the issue is.


Your second stream of rasters are being rejected, which means there is a compatibility issue.

This is generally due to the bands not being the same interpretation, or coordinate system but there will be an error message on the rejected features saying what the issue is.

Thank you I don't know how I missed that coming out to rejection port, I will give it a check and go from there, thanks again.


Reply