I admit I did not look too much into your application. 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?
Perhaps a few of the tools could be added to the utilities or the functionality be integrated into existing utilities? 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. So I am not sure if some parts could be integrated into GDAL without changing the licence or "corrupting" (nothing negative here) GDAL itself. 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. cheers Etienne On Fri, Mar 28, 2014 at 1:13 PM, kempenep <kempe...@gmail.com> wrote: > Hi, > > pktools is licensed under GPL v3. To my understanding, code from pktools > can > therefore be used GDAL. I'm not sure what this means for the resulting > code? > I'm sure we can work it out. All code is in C++, which should facilitate > this (templates are used though). > > I am happy to contribute to GDAL if there is interest in selecting > functionality of pktools. In an attempt not to overlap too much with the > GDAL utilities, pktools focuses on remote sensing processing (e.g., image > compositing, support vector machine classification,...). The two utilities > I > mentioned in my previous reply are a bit of an exception, as they overlap > with gdalinfo (->pkinfo) and {gdal_translate, gdal_merge.py, gdalwarp} > (->pkcrop). The main reason for duplicating is this "piping" functionality > in the example. The output of pkinfo can directly be used in other > utilities > such as pkcrop. There is no need to parse the output from gdalinfo first. > > Pieter. > > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/gdal-dev-Syncing-two-rasters-together-tp5131677p5131898.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev