Re: [osg-users] [vpb] Required File Formats for VPBMaster

2010-07-02 Thread lucie lemonnier
Hello nerazzuri_4,
I have the same problem as you, so I wanted to know if you succeeded and how 
you managed to convert files of elevation (.adf)?

Thank you!

Cheers,
lucie

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=29629#29629





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Required File Formats for VPBMaster

2010-06-18 Thread Riepl, David M
If you have Globalmapper, you can easily convert the .adf format to a GeoTIFF 
(elevation 16/32) or DTED.  If that is something you want to do. 


David Riepl
Content Development Lead
Visualization IG/DB Team
Training Systems  Services
The Boeing Company
314-777-4741

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Sanat Talmaki
Sent: Thursday, June 17, 2010 11:29 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] [vpb] Required File Formats for VPBMaster

Hi,

I recently downloaded VPB and after looking at a batchfile to build a terrain  
in OSGGIS:
@echo off
vpbmaster ^
   --terrain ^
   -t ..\source\boston-10m-utm19n-meters.tif ^
   -d ..\source\boston-dem-downtown-5m-utm19n-meters.tif ^
   -o out.ive -v 3


I obseved that I needed the following files:
1) tif file for dem
2) tif file for orthoimage

So I tried to get the data from the National Map Seamless Server. 
http://seamless.usgs.gov/website/seamless/viewer.htm?startbottom=5.0starttop=85.0startleft=-170startright=-60.0limitbottom=-85.0limittop=85.0limitleft=-179.5limitright=179.5

While the satellite image folder that I downloaded came with a tif, aux, prj, 
tfw file; The elevation folder that I downloaded came with the following:
aux, prj, shp, shx and a bunch of adf files. (No TIF file)

So without a tif file, how can I use vpbmaster ?

I know the procedure to build a 3d terrain using ArcGIS but I wanted to use a 
batch command like above to create a terrain and drape it with the image using 
vpb and vpbmaster in particular.

Can anyone guide me as to what I need to do ?

Thanks

Sanat

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=29100#29100





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Required File Formats for VPBMaster

2010-06-18 Thread Robert Osfield
Hi Sanat,

VBP using GDAL for reading imagery and DEMS, so it supports all the
formats that GDAL reads.  Either of the following wll list all the
formats:

  osgdem --formats
  vpbmaster --formats

Or you can just invoke GDAL's command  line tools to get essentially
the same info:

  gdalinfo --formats

If you don't have gespatial data in one of these formats you'll need
to use another tool to convert them to a supported format.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [vpb] Required File Formats for VPBMaster

2010-06-17 Thread Sanat Talmaki
Hi,

I recently downloaded VPB and after looking at a batchfile to build a terrain  
in OSGGIS:
@echo off
vpbmaster ^
   --terrain ^
   -t ..\source\boston-10m-utm19n-meters.tif ^
   -d ..\source\boston-dem-downtown-5m-utm19n-meters.tif ^
   -o out.ive -v 3


I obseved that I needed the following files:
1) tif file for dem
2) tif file for orthoimage

So I tried to get the data from the National Map Seamless Server. 
http://seamless.usgs.gov/website/seamless/viewer.htm?startbottom=5.0starttop=85.0startleft=-170startright=-60.0limitbottom=-85.0limittop=85.0limitleft=-179.5limitright=179.5

While the satellite image folder that I downloaded came with a tif, aux, prj, 
tfw file;
The elevation folder that I downloaded came with the following:
aux, prj, shp, shx and a bunch of adf files. (No TIF file)

So without a tif file, how can I use vpbmaster ?

I know the procedure to build a 3d terrain using ArcGIS but I wanted to use a 
batch command like above to create a terrain and drape it with the image using 
vpb and vpbmaster in particular.

Can anyone guide me as to what I need to do ?

Thanks

Sanat

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=29100#29100





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org