osgearth icon indicating copy to clipboard operation
osgearth copied to clipboard

Want know how to convert so many image files.

Open la1985 opened this issue 1 year ago • 0 comments

Hello,

I'm using osgEarth v2.10.2. more detail development envrionment is like that, osg 3.6.4, visual studio 2013 vc12, windows 10 x64. and H/W spec like this CPU is Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, RAM is 64.0GB, HDD is 120MB/s Read/Write.

My problem is that convert speed of level 13 whole world terrain image so slow.

Terrain image source has jp format and 15m resolution. And it's size is 542GB.

The other levels convert time is here, My estimate time and size of converting level 13 is 40 days and 2.8TB. image

For saving the convert time i tried grouping of image files about 100 groups and convert each group. Certainly it so fast and takes only 5 days maybe it is parallel process benefit.

But result image file of each group has some redundant files. And it will makes blank tile in osg earth, worried about that.

Do you have any idea for these parallel processing? or do you know when convert process was stopped from software error or computer power off or windows auto updating then how it can be contitued convert process from last working file?

This is my convert command with threads, using threads is little fast than no threads option.

osgearth_conv --in driver gdal --in url image.vrt --out driver tms --out url image.xml --out format jpg --threads 16

Thank you!

la1985 avatar Sep 22 '22 05:09 la1985