Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Balint Cristian
Paff, very nice stuff :) It does all the things I dreamed so far I read the doc, at last at interpolation of the colors chapter. I will try it, cimg is a bit annoying, plus it can't be convinced to work with a custom legend if its really neccessary, or convince the tool (as it mention in the

Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Mateusz Loskot
Balint Cristian wrote: Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ Does this colorate a DEM file ? I wrote recently a similar tool if folks are interested. Perhaps, don't know. As I said, I've not used this tool. But I'm sure

Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Balint Cristian
Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ Does this colorate a DEM file ? I wrote recently a similar tool if folks are interested. It colorates a DEM after a predefined legend.csv file, hower it just colorate over several p

Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Mateusz Loskot
Gregor Mosheh wrote: Mateusz Loskot wrote: Perhaps someone would need it, but can't find. Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ What does this do that gdal_contour doesn't do, or doesn't do as well? Does it render an image,

Re: [gdal-dev] Filling in holes when warping

2008-07-24 Thread Frank Warmerdam
Andrew Brooks wrote: On Tue, 22 Jul 2008 17:18:18 +0100, Frank Warmerdam <[EMAIL PROTECTED]> wrote: I imagine this is a limitation of the "hole filling" code: http://trac.osgeo.org/gdal/browser/trunk/gdal/alg/gdalgeoloc.cpp#L267 You might want to try changing this code to go more than 3 iterat

Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Gregor Mosheh
Mateusz Loskot wrote: Perhaps someone would need it, but can't find. Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ What does this do that gdal_contour doesn't do, or doesn't do as well? Does it render an image, for instance, rather

[gdal-dev] Contour interpolation tool

2008-07-24 Thread Mateusz Loskot
Folks, Perhaps someone would need it, but can't find. Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ Unfortunately, the original package with version 0.3 includes only C++ source code files, no building configuration, no building ins

Re: [gdal-dev] OT: subversion configuration

2008-07-24 Thread Mateusz Loskot
Ari Jolma wrote: I'm annoyed because I can't configure subversion properly for my local copy of GDAL repository. I want to keep all files locally LF also in Windows. I've set [auto-props] *.* = svn:eol-style=LF in svn config. However, when I commit, the file is converted into CRLF and also w

Re: [gdal-dev] exceptions in bindings

2008-07-24 Thread Howard Butler
On Jul 24, 2008, at 2:31 AM, Ari Jolma wrote: Hobu, Still looking at the GetHistogram binding, one thing that puzzles me is the CPLErrorReset call. It is there and it is also in all the Operations.i bindings. In Perl that leads to it being called twice (which probably does no harm), beca

Re: [gdal-dev] Filling in holes when warping

2008-07-24 Thread Andrew Brooks
On Tue, 22 Jul 2008 17:18:18 +0100, Frank Warmerdam <[EMAIL PROTECTED]> wrote: > I imagine this is a limitation of the "hole filling" code: > > http://trac.osgeo.org/gdal/browser/trunk/gdal/alg/gdalgeoloc.cpp#L267 > > You might want to try changing this code to go more than 3 iterations and > see i

[gdal-dev] shp2img problem?

2008-07-24 Thread Derek Bain
Hi I am using shp2img to test my mapfile.. The functions runs and returns no error to the console window but the output image file generated is only 1K in size and shows a vertical line 2x1 pixels, not the expected output. Can anyone give me some help in getting this to work Derek This is my

[gdal-dev] Digital Nautical Charts and shp2img problem

2008-07-24 Thread Derek Bain
Hi I am using shp2img to test my mapfile for mapserver. The functions runs and returns no error to the console window but the output image file generated only shows 1 pixel out of many. Does anyone know of a way to get shp2img to work with DNC's. This is my command line shp2img.exe -m C:\ms4w\app

[gdal-dev] OT: subversion configuration

2008-07-24 Thread Ari Jolma
I'm annoyed because I can't configure subversion properly for my local copy of GDAL repository. I want to keep all files locally LF also in Windows. I've set [auto-props] *.* = svn:eol-style=LF in svn config. However, when I commit, the file is converted into CRLF and also when I update, the

[gdal-dev] exceptions in bindings

2008-07-24 Thread Ari Jolma
Hobu, Still looking at the GetHistogram binding, one thing that puzzles me is the CPLErrorReset call. It is there and it is also in all the Operations.i bindings. In Perl that leads to it being called twice (which probably does no harm), because all methods are wrapped by cpl_exceptions.i wit