I have several images with overlaping areas. I try to mosaic them using rasterio.merge library. But rasterio.merge funtion replaces those overlapping pixels with "nan" values. I then tried both gdalwarp and gdalmerge. They both do the same as rasterio.merge. Do you have any suggestion for fixing this issue?