[gdal-dev] Nightly Snapshots

2010-02-28 Thread Frank Warmerdam
Folks, I discovered a few issues with the nightly snapshots. 1) the stable snapshots were being captured from 1.6 instead of 1.7. Fixed. 2) The change Howard made recently to mkgdaldist.sh to preserve last file change times was not compatible with the svn on xblade14 so the trunk and 1.7

[Gdal-dev] VRT format Schema

2010-02-28 Thread Benoît Andrieu
Hi list ! I need to merge three tif files, each one having a single Float32 band. I want each file to use a separated band of the final tif. I think the best way to do this is to use the VRT driver. I would have liked to not use the C# binding or the native C++ library. I would prefer to create

Re: [Gdal-dev] VRT format Schema

2010-02-28 Thread Even Rouault
Benoît, yes this XSD idea apparently did not go further than this dicussion. The best description of the VRT format is to be found on http://www.gdal.org/gdal_vrttut.html You can try gdal_translate -of VRT or gdalbuildvrt to have examples of valid VRT files. For your use case, gdalbuildvrt

[gdal-dev] GDAL for BNG to Lat/Long, WGS84

2010-02-28 Thread scottd777
Hi, and thank heaven for GDAL! I was so happy to find this tool, but I am having some trouble figuring out the exact command I need for an image warping application. If there is someone who doesn't mind a newbie type question, I could really use the help! Essentially, I have imagery which

re [gdal-dev] make install -- copy shapefil.h into the include dir

2010-02-28 Thread 刘忠志
I think this is pretty good idea. Now I have add a function into shapelib files, which can read a geometry from shapefile directly, not through OGRFeature, and I have copilated shapelib into GDAL,  then, in my applications I will include shapefil.h and use that fuction to read a geometry. so it