Yes, it's possible.
One ECW reader to read all your ECW's (you can set that to read all ECW's in a single folder), then a RasterInterpretationCoercer to set them to RGB24 and a RasterMosaicker to mosaic them. Write out to a GeoTiff writer and you're done. Do make sure to check the parameters on the output feature type, that's where you specify the BigTIFF support and I think it defaults to no.
I'm using a GeoTiff reader as input because I don't have ECW's on this machine but the process remains the same.
And this is where you'll find that BigTIFF setting.
Yes, it's possible.
One ECW reader to read all your ECW's (you can set that to read all ECW's in a single folder), then a RasterInterpretationCoercer to set them to RGB24 and a RasterMosaicker to mosaic them. Write out to a GeoTiff writer and you're done. Do make sure to check the parameters on the output feature type, that's where you specify the BigTIFF support and I think it defaults to no.
I'm using a GeoTiff reader as input because I don't have ECW's on this machine but the process remains the same.
And this is where you'll find that BigTIFF setting.
Thank You a lot. I just need to ask more, if You know, is there a limit on how many ECW files can I mosaic? Because I will work with 100+. Thank You once more.
Thank You a lot. I just need to ask more, if You know, is there a limit on how many ECW files can I mosaic? Because I will work with 100+. Thank You once more.
It's hard to say from the outside. The number and size of ECW's is a factor, as well as the amount of RAM and temp disk space you have available. You'll have to try it and see what happens.