Re: [osg-users] [vpb] Error building terrain with shapefile in VPB

2017-02-06 Thread Robert Osfield
Hi Vinoth, The warning you are seeing is one emitted by GDAL, the tool that VPB uses for handling coordinate transformations. Have a look at their docs, from the warning it looks like the data you have has a coordinate frame that isn't support by GDAL. Robert. On 6 February 2017 at 06:24,

[osg-users] [vpb] Error building terrain with shapefile in VPB

2017-02-05 Thread Vinoth Rajendran
Hi, I have a shapefile (buildings) for a region, downloaded from QGIS. When i try to build with osgdem i get the following error : ERROR 6: No translation for Mercator_Auxiliary_SPhere to PROJ.4 format is known The command i used to build is: osgdemd -d cochin.tif --building

[osg-users] [vpb] error using VPB on DTED level 2...

2015-08-19 Thread Shayne Tueller
Hi, I'm attempting to use VPB to build a paged geocentric database from level 2 DTED source data. I'm only using 3 tiles of level 2 DTED so it's not a lot of data. I get the following error... Warning: Task tasks/build_subtile_L2_X1_Y5.task has failed, blacklisting machine and resubmitting

[osg-users] [vpb] error while loading shared libraries: libvpb.so.12

2014-05-26 Thread Robert Grah
Hey guys, I am trying to run VPB for the first time and ran into some issues. I am using Ubuntu 13.10 64bit. OpenSceneGraph stable is running but the VPB from trunc is missing the libvpb.so.12 file. cmake vpb and after that sudo make and sudo make install ran verry well but executing thise

Re: [osg-users] [vpb] error while loading shared libraries: libvpb.so.12

2014-05-26 Thread Robert Grah
I somehow solved it. I think something was wrong with the systemvars. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59562#59562 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [vpb] error building VPB

2012-12-26 Thread Айдар
Hi, All! I don't build VPB with VS2008. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51108#51108 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [vpb] error building VPB

2012-12-12 Thread Robert Osfield
Hi Айдар, There is nothing other people can do to help without information about which versions of the OSG/VPB you are using, and what the errors you are getting. Robert. On 15 November 2012 14:22, Айдар Сайфулл e...@inbox.ru wrote: Hi, All! Sorry my bad English. I don't build VPB with

[osg-users] [vpb] error building VPB

2012-12-05 Thread Айдар Сайфулл
Hi, All! Sorry my bad English. I don't build VPB with VS2008. Please, help me build virtualplanetbuilder Thank you! Cheers, Айдар -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51108#51108 ___

[osg-users] [vpb] error in building vpb

2012-09-17 Thread Gowtam Maligireddy
Hi, I am new to OSG. I am trying to build vpb-0.9.12 with OSG-2.9.9 and gdal-1.9. I am getting following errors: please help me out. Creating library E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.lib and object E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.exp

Re: [osg-users] [vpb] error in building vpb

2012-09-17 Thread Robert Osfield
Hi Gowtam, I would recommend using the svn/trunk version of VPB and OSG as these are known to be compiling together OK - I've just compiled it myself to double check. I have gdal1-.7.3 installed so not as recent as your version of gdal. The svn/trunk of the OSG and VPB are most likely to be

Re: [osg-users] [vpb] Error during compiling VirtualPlanetBuilder

2009-11-24 Thread Hartwig Wiesmann
Hi, how did you solve the problem of the compiler errors? I also still get them! Thank you! Cheers, Hartwig -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=20313#20313 ___ osg-users mailing list

Re: [osg-users] VPB error

2008-09-06 Thread Michael W. Hall
Got OSG/trunk and VPB/trunk both compiled and both installed. However, I still get the error when I try to run osgdem. osgdem: error while loading shared libraries: libvpb.so.8: cannot open shared object file: No such file or directory I looked in /usr/local/lib64 and here is what I have:

Re: [osg-users] VPB error

2008-09-05 Thread Michael W. Hall
Robert, I looked at the front page and nothing is mentioned about OSG 2.6. I have tried VPB 0.9.7 and make fails with several errors. The SVN version compiles, but gives the the error when I try to run it. Can you tell me which version of VPB I need? Michael On Thu, 2008-09-04 at 10:27

Re: [osg-users] VPB error

2008-09-05 Thread Robert Osfield
On Fri, Sep 5, 2008 at 8:26 PM, Michael W. Hall [EMAIL PROTECTED] wrote: I looked at the front page and nothing is mentioned about OSG 2.6. And yet you still wanted to make the assumption that implictly SVN/trunk meant OSG 2.6... the VPB wiki front page tells you everything that is to know. I

Re: [osg-users] VPB error

2008-09-04 Thread Robert Osfield
HI Michael, There are notes on the virtualplanetbuidler.osgforge.osg front page that describes with versions of the VPB work with which versions of OSG. As always the VPB svn trunk works against the OSG svn trunk, not OSG 2.6. Robert. On Thu, Sep 4, 2008 at 4:00 AM, Michael W. Hall [EMAIL

[osg-users] VPB error

2008-09-03 Thread Michael W. Hall
Has there been a new release of VPB? I built it, but when I try to run it I get the following: osgdem: error while loading shared libraries: libvpb.so.8: cannot open shared object file: No such file or directory Looks as thought something did not install. Just wondering if someone may have

Re: [osg-users] VPB error

2008-09-03 Thread FlySky
You should copy the dll and lib to the path of osgdem.exe,or set the environment path.I think is the problem. 在2008-09-04,Michael W. Hall [EMAIL PROTECTED] 写道: Has there been a new release of VPB? I built it, but when I try to run it I get the following: osgdem: error while loading

Re: [osg-users] VPB ERROR 4: .dem not recognised as a supported file format

2008-04-11 Thread Robert Osfield
Hi Luis, The error you see is a GDAL error so this the place to go looking for a cause. Try: gdalinfo e020n40.dem Then see what it reveals. Robert. On Thu, Apr 10, 2008 at 1:06 AM, Luis Alberto Camacho Girones [EMAIL PROTECTED] wrote: Hi, I am trying to use the SVN version (April 09,

Re: [osg-users] VPB ERROR 4: .dem not recognised as a supported file format

2008-04-11 Thread Luis Camacho
Hi, finally I think that i´ve found the problem.I tested the .dem with GlobalMapper and it looked ok.But when I tested osgdem with other .dem file that i´ve downloaded ofother web, osgdem run without problems. So if someone needs download .dem file some day, DON´T DOWNLOAD of the web:

Re: [osg-users] VPB ERROR 4: .dem not recognised as a supported file format

2008-04-10 Thread Jason Beverage
Hi Luis, Are you sure that the version of GDAL you're calling gdalinfo with is the same as the version linked with VPB and OSG? Jason On Wed, Apr 9, 2008 at 8:06 PM, Luis Alberto Camacho Girones [EMAIL PROTECTED] wrote: Hi, I am trying to use the SVN version (April 09, 2008) of Virtual

Re: [osg-users] VPB ERROR 4: .dem not recognised as a supported file format

2008-04-10 Thread Luis Camacho
... I don´t know what can i test. Thanks. Date: Thu, 10 Apr 2008 10:36:29 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [osg-users] VPB ERROR 4: .dem not recognised as a supported file formatHi Luis,Are you sure that the version of GDAL you're calling gdalinfo with is the same

[osg-users] VPB ERROR 4: .dem not recognised as a supported file format

2008-04-09 Thread Luis Alberto Camacho Girones
Hi, I am trying to use the SVN version (April 09, 2008) of Virtual Planet Builder on Windows XP. I use the svn version of OSG too. I used the following osgdem -l 3 -d e020n40.dem -o e020n40.ive And the result is: -d e020n40.dem -o e020n40.ive Adding terrainTile DataSet::_run 0 0 ERROR 4: