Problems creating a multi-tile mosaic #1868
-
Hello, Professor Qiusheng Wu, I hope you're okay. I would like to know if you can help solve a problem in the mosaic function in geemap. I have a lake that has several tiles, however they are overlapping, so the mosaic function failed. I've already tried to join the images in several ways, but the result is always an image that doesn't correspond to the union of the images. Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
mosaic
function wraps therasterio.merge()
function. You can look at the source to see how it is done. If it does not work, it is probably a rasterio issue.https://geemap.org/common/#geemap.common.mosaic