Re: [gdal-dev] gdalbuildvrt save relative paths

2009-12-02 Thread Even Rouault
Greg, I already answered to the question in the very same thread you're refering to. The conclusion is that gdalbuildvrt already saves relative paths in most cases where it makes sense. See my post : http://lists.osgeo.org/pipermail/gdal-dev/2009-October/022358.html. On Oct 14, 2009, at 1

Re: [gdal-dev] gdalbuildvrt save relative paths

2009-12-01 Thread Greg Coats
On Oct 14, 2009, at 12:40 PM, Greg Coats wrote: How does one specify that gdalbuildvrt save relative paths, rather than absolute paths? On Oct 14, 2009, at 12:59 PM, Jürgen E. Fischer wrote: Looks like that isn't supported directly yet. Since Qgis supports saving relative paths, it would

Re: [gdal-dev] gdalbuildvrt save relative paths

2009-10-14 Thread Even Rouault
Selon Greg Coats : > Thanks for that info. > What is the date of the r17818 code? 10 minutes ago : http://trac.osgeo.org/gdal/changeset/17818 > > On Oct 14, 2009, at 2:17 PM, Even Rouault wrote: > > > I've fixed that in trunk r17818. > > ___ gdal-dev

Re: [gdal-dev] gdalbuildvrt save relative paths

2009-10-14 Thread Even Rouault
Selon "Jürgen E. Fischer" : Greg, you were not enough specific to understand what when wrong for you. I'd expect an example of the exact gdalbuildvrt command line and the current directory from where you tried it, like Jürgen did. Indeed in Jürgen's example, GDAL was not behaving optimally. I've

Re: [gdal-dev] gdalbuildvrt save relative paths

2009-10-14 Thread Jürgen E . Fischer
Hi Greg, On Wed, 14. Oct 2009 at 12:40:19 -0400, Greg Coats wrote: >How does one specify that gdalbuildvrt save relative paths, rather than >absolute paths? Looks like that isn't supported directly yet. But I'd try: cd /PATH/TO/THE/VRT/ gdalbuildvrt foo.vrt ../RELATIVE/PATH/TO/THE/DATAS

[gdal-dev] gdalbuildvrt save relative paths

2009-10-14 Thread Greg Coats
I develop on one computer, and then deploy on other computers. For example, I develop on a desktop computer with many external hard drives, and then deploy on a notebook computer with only an internal hard drive. Additionally, I develop using a desktop computer's external hard drives, and t