I have 4 adjacent hdf images that need to be tiled together. As far a I know, I could use i.image.mosaic, but only the first image is visible in the final result (the rest of the space is filled with black color). I understood that the pixels in the second image take values starting from the max.value in the first image, and so on. Maybe this is the problem why the 3/4 of the image is black?
I think the tool you’re looking for is r.patch. It patches together spatially discontigious rasters.
Best,
Daniel
–
B.Sc. Daniel Lee
Geschäftsführung für Forschung und Entwicklung
ISIS - International Solar Information Solutions GbR
Vertreten durch: Daniel Lee, Nepomuk Reinhard und Nils Räder
I have 4 adjacent hdf images that need to be tiled together. As far a I know, I could use i.image.mosaic, but only the first image is visible in the final result (the rest of the space is filled with black color). I understood that the pixels in the second image take values starting from the max.value in the first image, and so on. Maybe this is the problem why the 3/4 of the image is black?