Re: [osg-users] geotiff images for use with VPB

2008-11-14 Thread J.P. Delport
Hi, see the following page where I did something similar for the Blue Marble NG tiff files. http://www.openscenegraph.org/projects/VirtualPlanetBuilder/wiki/ExampleClusterJPD You can use gdal_translate. e.g. gdal_translate -of GTiff -a_srs +proj=latlong +datum=WGS84 -a_ullr -180 90 -90

Re: [osg-users] geotiff images for use with VPB

2008-11-14 Thread christophe loustaunau
Hi Juan, I don't know if I can georeference the png images, converting them to geotiff, using gdal_translate? Yes you can. If so, how can I do that? what parameters do I need to pass to gdal_translate? Take a look here : http://www.gdal.org/gdal_translate.html All the parameters are