Hi,<br><br>I would say you have at least 3 way to do that:<br>- use your bounding box points to make a vrt raster for each of your png files<br>- use gdalwarp to georectify your png files<br>- "manually" write the POINTS files to use with i.rectify (try first to georectify 1 file by hand with the "georectify tool", and then go to the group/subgroup directories to study the files structure)<br>
<br>for each of those solutions you will need to write a small script to automate the process for all of your files ;)<br><br>cheers,<br>Sylvain<br><br><br><br><div class="gmail_quote">2012/8/13 Richard Chirgwin <span dir="ltr"><<a href="mailto:rchirgwin@ozemail.com.au" target="_blank">rchirgwin@ozemail.com.au</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I have a bunch of png format images to import. I also have a csv of the images' bounding boxes.<br>
<br>
Rather than working by hand, which would be slow - is there any quick way to turn the bounding boxes into a POINTS file for each image, to automate the georectification?<br>
<br>
Cheers,<br>
Richard<br>
______________________________<u></u>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/grass-user</a><br>
</blockquote></div><br>