Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-17 Thread edgar . soldin
hey Jukka, did you find time to doublecheck this change? ..ede On 07.10.2014 15:25, edgar.sol...@web.de wrote: > download snapshots r4064 and r4063.. load big rasters as sextante raster. > work a little with them and have a look at memory consumption, do the same > with the other snapshot. com

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-07 Thread edgar . soldin
download snapshots r4064 and r4063.. load big rasters as sextante raster. work a little with them and have a look at memory consumption, do the same with the other snapshot. compare results ;) ..ede On 07.10.2014 12:02, Rahkonen Jukka (Tike) wrote: > Hi, > > > > What difference this change

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-07 Thread Rahkonen Jukka (Tike)
Hi, What difference this change could mean and how to test? -Jukka Rahkonen- Michael Michaud wrote: Hi Alberto, Stefan, Just commit Alberto's patch (r4064) please test, Michaël Dear OJ developers, after a break (of a few years...), I'm back on OJ development, still focussed on raster manage

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-07 Thread Alberto De Luca - GeA
Hi Michaël, I've done some tests on memory usage and, as expected, the memory footprint increases if the Raster variable is non-static. I tried loading 4 rasters, 2 esri ASCII grid, 1 esri FLT grid and 1 tif, all of them having 4728 columns and 5815 rows. The memory used by OJ went from 1.1 G

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-06 Thread Michael Michaud
Hi Alberto, Stefan, Just commit Alberto's patch (r4064) please test, Michaël Dear OJ developers, after a break (of a few years...), I'm back on OJ development, still focussed on raster management and close to be ready to make available to the community an improved version of the "raster col

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-06 Thread Michael Michaud
Hi Alberto, after a break (of a few years...), I'm back on OJ development, still focussed on raster management and close to be ready to make available to the community an improved version of the "raster color editor", allowing the use of ramps, intervals, single colour values... Good news ;-)

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-06 Thread Stefan Steiniger
Hi Alberto, don't think that this should be a problem. Question is why was it static before? Maybe an error. I am using raster stuff a bit with my HoRAE extension... so it would be necessary for me to test if still everything works "after" you made your changes. (I write "after", because I am ac

Re: [JPP-Devel] Static object in RasterImageLayer class

2014-10-06 Thread edgar . soldin
On 06.10.2014 13:34, Alberto De Luca - GeA wrote: > Dear OJ developers, > > after a break (of a few years...), I'm back on OJ development, still focussed > on raster management and close to be ready to make available to the community > an improved version of the "raster color editor", allowing t

[JPP-Devel] Static object in RasterImageLayer class

2014-10-06 Thread Alberto De Luca - GeA
Dear OJ developers, after a break (of a few years...), I'm back on OJ development, still focussed on raster management and close to be ready to make available to the community an improved version of the "raster color editor", allowing the use of ramps, intervals, single colour values... Neve