[osg-users] Help with osgdem

2008-07-21 Thread Smith, Leonard C
I don't find anything named osgdem* in the current source code, and the make instructions on the page seem to be pertinent to builds prior to the cmake build structure. Is osgdem still available, and if so, is it done as a separate project from OpenSceneGraph? Thanks, Lenny _

[osg-users] Help with osgdem

2008-07-22 Thread Lourdes Perez I
Hi! I'm working with OSGdem, Viewer and GIS - I'm trying to build a map-. I have the textures in pieces, and following the instructions of the OSG webpage I obtained a mosaic of the images so I could rebuild the map (making groups of -t -d elements), but the resulting image lost a lot of quality

[osg-users] Help with osgdem

2008-07-22 Thread zhangqiang
Thank you for your advice! I have done according to your idea, the result it that when I use "--write-threads-ratio", GDALOpen() function in GeospatialDataset.cpp have a error, and the error message is "0x8144580 directive quoted 0 x memory. The memory can not be read". when I use "--r

Re: [osg-users] Help with osgdem

2008-07-21 Thread Robert Osfield
Hi Lenny, osgdem is now part of VirtualPlanetBuilder. http://www.openscenegraph.org/projects/VirtualPlanetBuilder Robert. On Mon, Jul 21, 2008 at 9:35 PM, Smith, Leonard C <[EMAIL PROTECTED]> wrote: > I don't find anything named osgdem* in the current source code, and the make > instructions on

Re: [osg-users] Help with osgdem

2008-07-22 Thread Robert Osfield
Hi Lou, osgdem allows you to handle plenty more levels than 7, but we can't guess what you are doing wrong unless you provide at least the osgdem command line you are using. Robert. On Tue, Jul 22, 2008 at 10:07 AM, Lourdes Perez I <[EMAIL PROTECTED]> wrote: > Hi! > > I'm working with OSGdem, Vi

Re: [osg-users] Help with osgdem

2008-07-22 Thread Lourdes Perez I
Hi, Here it goes: This one generates the 'complete' (the 'mosaic' one) map: set PATH=%OSG_ROOT%\bin;%PATH% REM where to find the source data set SRC_DIR="C:\Users\paralaxe\Desktop\Terrenos\No Procesado" set SRC_ELE=%SRC_DIR%\mdt29b.tif set NUM_LVL=9 set TGT_DIR=C:\Users\paralaxe\Desktop\Terr

Re: [osg-users] Help with osgdem

2008-07-22 Thread Robert Osfield
Hi Lou, Try converting the ecw files to GeoTiff's, then try the osgdem run as there is chance that you GDAL install doesn't support ecw files. Robert. On Tue, Jul 22, 2008 at 11:47 AM, Lourdes Perez I <[EMAIL PROTECTED]> wrote: > Hi, > > Here it goes: > > This one generates the 'complete' (the '

Re: [osg-users] Help with osgdem

2008-07-22 Thread Glenn Waldron
Lou, The first thing I notice is that you are specifying the elevation file over and over, which is unnecessary. Secondly, I have had problems with GDAL opening multiple ECW files at once - it can run out of memory and freeze up. If they are small enough to convert to TIFs, try that and see what h

Re: [osg-users] Help with osgdem

2008-07-22 Thread J.P. Delport
Hi, you do not need to specify every file in a directory manually. I usually create a single directory for a layer (-t) and place my geotiffs in there. You then pass the directory as the parameter to -t. jp Lourdes Perez I wrote: Hi, Here it goes: This one generates the 'complete' (the 'm

Re: [osg-users] Help with osgdem

2008-07-22 Thread Riepl, David M
MAIL PROTECTED] Sent: Tuesday, July 22, 2008 4:08 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Help with osgdem Hi! I'm working with OSGdem, Viewer and GIS - I'm trying to build a map-. I have the textures in pieces, and following the instructions of the OSG webpage I obtain

Re: [osg-users] Help with osgdem

2008-07-23 Thread Robert Osfield
Hi Zhangqiang, You best course is just to leave alone the --*-threads-ratio settings from the command line. They are an experimental part of VPB. Robert. On Wed, Jul 23, 2008 at 3:23 AM, zhangqiang <[EMAIL PROTECTED]> wrote: > Thank you for your advice! > I have done according to your idea, the