Hello @nz, this is curious? I'm not too familiar with these formats, but I have 2 suspicions:
My first suspicion, is that you are reading many small raster tiles and expecting them to be written as one big raster? If this is the case, consider using a RasterMosiacker before writing to the raster geodatabase.
Otherwise, it would be helpful to check if you accidentally set the 'SpatialFilter' or 'Zoom Level' parameters on the MBTiles reader (eg. perhaps you're not reading the entire dataset):
If neither of these tips resolve the issue, please consider sharing a workspace so we can take a closer look at your Reader/Writer parameters. Best, Kailin.
Hello @nz, this is curious? I'm not too familiar with these formats, but I have 2 suspicions:
My first suspicion, is that you are reading many small raster tiles and expecting them to be written as one big raster? If this is the case, consider using a RasterMosiacker before writing to the raster geodatabase.
Otherwise, it would be helpful to check if you accidentally set the 'SpatialFilter' or 'Zoom Level' parameters on the MBTiles reader (eg. perhaps you're not reading the entire dataset):
If neither of these tips resolve the issue, please consider sharing a workspace so we can take a closer look at your Reader/Writer parameters. Best, Kailin.
Hi @kailinatsafe ,
I have added the Raster Mosaicker into the process, however this did not fix the issue>
What I have worked out however is that the resulting coverage from the initial process was limited by tile extent. Once I had worked out the fix from that side, all is well with the translation.
Thank you for your help regardless!
Hi @kailinatsafe ,
I have added the Raster Mosaicker into the process, however this did not fix the issue>
What I have worked out however is that the resulting coverage from the initial process was limited by tile extent. Once I had worked out the fix from that side, all is well with the translation.
Thank you for your help regardless!
Thank you for the update @nz, I'm glad you sorted it out!