<div dir="ltr"><div>I admit I did not look too much into your application. </div><div><br></div><div>In fact, it would be great to add a reference to it (and other software that uses GDAL) somewhere in the wiki, perhaps the FAQ page?</div>
<div><br></div><div><div>Perhaps a few of the tools could be added to the utilities or the functionality be integrated into existing utilities?</div></div><div><br></div>I am not sure about the licensing... pktools is licensed under GPLv3 but GDAL itself is licensed under the a X11/MIT licence which is NOT GPL.<div>
So I am not sure if some parts could be integrated into GDAL without changing the licence or "corrupting" (nothing negative here) GDAL itself.</div><div>Many applications use GDAL/OGR because of its more permissive licence. Any GPL3 code has to be re-licensed (LGPL seems ok) before inclusion into the gdal source tree.</div>
<div><div><br></div><div>cheers</div><div>Etienne</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 28, 2014 at 1:13 PM, kempenep <span dir="ltr"><<a href="mailto:kempenep@gmail.com" target="_blank">kempenep@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
pktools is licensed under GPL v3. To my understanding, code from pktools can<br>
therefore be used GDAL. I'm not sure what this means for the resulting code?<br>
I'm sure we can work it out. All code is in C++, which should facilitate<br>
this (templates are used though).<br>
<br>
I am happy to contribute to GDAL if there is interest in selecting<br>
functionality of pktools. In an attempt not to overlap too much with the<br>
GDAL utilities, pktools focuses on remote sensing processing (e.g., image<br>
compositing, support vector machine classification,...). The two utilities I<br>
mentioned in my previous reply are a bit of an exception, as they overlap<br>
with gdalinfo (->pkinfo) and {gdal_translate, gdal_merge.py, gdalwarp}<br>
(->pkcrop). The main reason for duplicating is this "piping" functionality<br>
in the example. The output of pkinfo can directly be used in other utilities<br>
such as pkcrop. There is no need to parse the output from gdalinfo first.<br>
<br>
Pieter.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/gdal-dev-Syncing-two-rasters-together-tp5131677p5131898.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/gdal-dev-Syncing-two-rasters-together-tp5131677p5131898.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br></div>