Hi Even,<br><br>thanks ! :)<br><br>- Oyvind<br><br><div class="gmail_quote">On Mon, Oct 1, 2012 at 11:26 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le lundi 01 octobre 2012 16:07:15, Oyvind Idland a écrit :<br>
<div><div class="h5">> Hello,<br>
><br>
> is it possible to force an SRS into a .vrt in some way, during creation ?<br>
> (except manually copying into the .vrt)<br>
><br>
> In my case, I got a tiled dataset in .jpeg, with no SRS information<br>
> attached. Since I know the projection,<br>
> I am looking for an "-a_srs" or similar.<br>
<br>
</div></div>I've just added the -a_srs option in the trunk version of gdalbuildvrt.<br>
<br>
Otherwise you can already download the following GDAL Python script :<br>
<a href="http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/gdal_edit.py" target="_blank">http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/gdal_edit.py</a><br>
<br>
and then for example try :<br>
<br>
python gdal_edit.py -a_srs EPSG:32660 foo.vrt<br>
<br>
gdal_edit can update in place various metadata (depending on the capabilities<br>
of the underlying format) :<br>
<br>
"""<br>
$ python gdal_edit.py<br>
Usage: gdal_edit [--help-general] [-a_srs srs_def] [-a_ullr ulx uly lrx lry]<br>
                 [-tr xres yres] [-unsetgt] [-a_nodata value]<br>
                 [-gcp pixel line easting northing [elevation]]*<br>
                 [-mo "META-TAG=VALUE"]*  datasetname<br>
<br>
Edit in place various information of an existing GDAL dataset.<br>
"""<br>
<br>
><br>
><br>
> - Oyvind<br>
</blockquote></div><br>