Error about LODs for an 11 layer paged database

30 views
Skip to first unread message

christopher kleber

unread,
Apr 13, 2020, 4:16:58 PM4/13/20
to OpenSceneGraph Users
Good Afternoon

I'm trying to build an 11 layer LOD paged database of charts. 
Previously I've built 5 layer charts with no issue. 
But this one needs 11 and is not going well.

Platform Data
VPB version 0.9.10
Windows edition

The resolution of each chart in meters per pixel
Chart 1: 600m
Chart 2: 250m
Chart 3: 150m
Chart 4: 60m
Chart 5: 30m
Chart 6: 12.564m
Chart 7: 6.273m
Chart 8: 2.934m
Chart 9: 2.386m
Chart 10: 1.754m
Chart 11: 1.483m

When I run my build script i get this error in the log file

Skipping source Reprojected_files/Chart 6/xxxx.tif as its min level excees destination max level.
Skipping source Reprojected_files/Chart 7/xxxx.tif as its min level excees destination max level.
Skipping source Reprojected_files/Chart 8/xxxx.tif as its min level excees destination max level.
Skipping source Reprojected_files/Chart 9/xxxx.tif as its min level excees destination max level.
Skipping source Reprojected_files/Chart 10/xxxx.tif as its min level excees destination max level.
Skipping source Reprojected_files/Chart 11/xxxx.tif as its min level excees destination max level.

What is causing this error and does anyone know how to mitigate it.

Any help is appreciated.

Christopher

Chris Hanson

unread,
Apr 13, 2020, 8:01:57 PM4/13/20
to OpenSceneGraph Users
What is your VPB build command?

--
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osg-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/de3fdbb3-8522-4df5-b93c-0434ec72e3c4%40googlegroups.com.


--
Chris 'Xenon' Hanson, omo sanza lettere. Xe...@AlphaPixel.com http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Legal/IP • Forensics • Imaging  UAVs • GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile • iPhone/iPad/iOS • Android
@alphapixel facebook.com/alphapixel (775) 623-PIXL [7495]

christopher kleber

unread,
Apr 15, 2020, 10:36:48 AM4/15/20
to OpenSceneGraph Users
Apologies for the delay on this my build command is

set PATH=C:\VirtualPlanetBuilder\windows\vpbWinBuild;%PATH%
set VPB_MAXIMUM_NUM_OPEN_DATASET=512
mkdir Charts
vpbmaster --levels 0 1 -t "Reprojected_files/Chart1" --levels 2 2 -t "Reprojected_files/Chart2" --levels 3 3 -t "Reprojected_files/Chart3" --levels 4 4 -t "Reprojected_files/Chart4" --levels 5 5 -t "Reprojected_files/Chart5" --levels 6 8 -t "Reprojected_files/Chart6" --levels 9 12 -t "Reprojected_files/Chart7" --levels 13 15 -t "Reprojected_files/Chart8" --levels 16 99 -t "Reprojected_files/Chart9"  --levels 17 99 -t "Reprojected_files/Chart10" --levels  18 99 -t "Reprojected_files/Chart11" -o "xxxxx<Directory>/xxxxx.ive" -O "compressed" ./Chart.log

I've had to remove some data due to restrictions per company policy.

For the first 5 layers of charts I'm fine but getting the last 6 is becoming difficult.

Christopher
To unsubscribe from this group and stop receiving emails from it, send an email to osg-...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages