Problems creating a multi-tile mosaic #1868
Answered
by
giswqs
josivan-lima
asked this question in
Q&A
-
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.
Answered by
giswqs
Jan 10, 2024
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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