Orthophoto tiles better quality

Good Morning.

I use the orthophoto tiles and 3D tiles obtained from webodm for a webapp but I have noticed the orthophoto tile is lower quality than the original .tif or .png result.

Do you know if that’s normal and if there’s any way to change that?

I use webodm.net for processing.

Original .tif

tile result from webodm viewed on cesiumjs

Original .tif tiled by CesiumION

Thanks so much

1 Like

orthophoto_resolution has a default value of 5. Lowering it will increase quality/sharpness. For very detailed, I go as low as 0.5. Lowering this value will add additional time to processing and can be a lot compared to default.

2 Likes

Yeah but that’s not about the orthophoto resolution, isn’t it? The orthophoto looks good in .tif format… The thing is that the tiled orthophoto don’t keep tht resolution… Seems to be lower.

Thanks

1 Like

Have you tried rendering the tileset in something else, like QGIS or Leaflet?

It is lower (probably usually) lower. It is defined in ODM/opendm/tiles in the generate_tiles definition as generating tiles from 5-21.

I would open an issue here requesting additional zoom depth:

I tend to generate tiles to 22 or 23 for drones, but it’s a good discussion to have. Alternatively, we could use the GSD calculation to choose the zoom depth, which might be the more correct way to do it.

5 Likes

That sounds pretty flawless.

1 Like

Thanks, now I understand why this happens

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.