A little teaser, but look forward to some much improved performance with GDAL elevations once we merge our topic-fallback branch back into the master. With the changes in that branch I was able to load the entire CGIAR dataset which is 874 geotiffs, ~60 GB of elevation data, as separate layers in osgEarth and zoom around with no cache and data just flies in. I imagine the same can be said for the ASTER dataset but haven't played with it just yet.
We'll hopefully get things merged back to the master very soon and you can play, it's awesome ;) Jason On Tue, Feb 25, 2014 at 2:34 PM, Arthur Bogard <[email protected]>wrote: > I'll third the call for osgEarth. It makes managing layers and different > datasets much easier for most use cases. If you are using the full ASTER > dataset, you are going to need to preprocess the data to get any form of > useful interaction from it. Preprocessing the entire ASTER database will > take weeks using either VPB or osgearth_package. > > Arthur > > > On Tue, Feb 25, 2014 at 7:19 PM, Chris Hanson <[email protected]>wrote: > >> I was going to recommend that, but only after answering the VPB question. >> >> I second Jason's tip, try osgEarth. It's very easy to work with. >> >> >> On Tue, Feb 25, 2014 at 11:54 AM, Jason Beverage <[email protected] >> > wrote: >> >>> Hi Srikanth, >>> >>> If you're just getting started with terrain you should also take a look >>> at osgEarth (http://www.osgearth.org). You can use the GDAL driver to >>> load the dem files or any other dataset that GDAL can read. >>> >>> osgEarth creates a scene graph that is similar to VPB but instead of >>> preprocessing the data into a scene graph up front osgEarth produces the >>> scene graph dynamically from the source data. >>> >>> Give it a look and we'll be happy to answer any questions you might have. >>> >>> Thanks! >>> >>> Jason >>> >>> >>> On Tue, Feb 25, 2014 at 10:18 AM, Chris Hanson <[email protected]>wrote: >>> >>>> Is the info you need not here? >>>> >>>> http://trac.openscenegraph.org/projects/osg//wiki/Support/UserGuides/osgdem >>>> >>>> Just substitute the aster dem file for the ps_height_16k.tif and see >>>> what you get. >>>> >>>> >>>> >>>> >>>> On Tue, Dec 31, 2013 at 3:33 AM, Srikanth Prahlad <[email protected]>wrote: >>>> >>>>> Hi, >>>>> >>>>> Can I know how to use ASTER DEM files for creating database using >>>>> osgdem ? The files are geoTiff and I presume it contains elevation info >>>>> also. >>>>> >>>>> ... >>>>> >>>>> >>>>> Thank you! >>>>> >>>>> Cheers, >>>>> Srikanth >>>>> >>>>> ------------------ >>>>> Read this topic online here: >>>>> http://forum.openscenegraph.org/viewtopic.php?p=57780#57780 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> osg-users mailing list >>>>> [email protected] >>>>> >>>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Chris 'Xenon' Hanson, omo sanza lettere. [email protected] >>>> 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 >>>> Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry * >>>> Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile * >>>> iPhone/iPad/iOS * Android >>>> @alphapixel <https://twitter.com/alphapixel> facebook.com/alphapixel (775) >>>> 623-PIXL [7495] >>>> >>>> _______________________________________________ >>>> osg-users mailing list >>>> [email protected] >>>> >>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>>> >>>> >>> >>> _______________________________________________ >>> osg-users mailing list >>> [email protected] >>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>> >>> >> >> >> -- >> Chris 'Xenon' Hanson, omo sanza lettere. [email protected] >> 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 >> Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry * >> Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile * >> iPhone/iPad/iOS * Android >> @alphapixel <https://twitter.com/alphapixel> facebook.com/alphapixel (775) >> 623-PIXL [7495] >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> >> > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

