Re: [gdal-dev] Tiling with overlap

2016-08-08 Thread Blumentrath, Stefan
Hei Madi, Given that you are quite familiar with GRASS GIS here a GRASS / GDAL solution: 1. Patch all tiles into one VRT with gdalbuildvrt 2. Link the VRT and the individual tiles to GRASS (r.external) 3. Loop over the tiles and adjust you region accordingly and apply what G

Re: [gdal-dev] 4th band as ALPHA on warp

2016-08-08 Thread Fernando Ribeiro
Thank you Even for this new feature. Hope it will be handy to many more! On 08/08/2016 11:26 AM, Even Rouault wrote: Le lundi 08 août 2016 09:30:53, Daniele Romagnoli a écrit : Hi Even, my usual question would be: any plan to backport it? :-) Not really. I guess this is a new feature. As cu

[gdal-dev] Status of ESRI ARcSDE raster (frmts/sde) driver

2016-08-08 Thread Kurt Schwehr
Hi all, The ArcSDE raster format driver is not currently being built by any of the automated testing systems (as far as I know). With r34811 , I broke the code back 2 weeks ago for

Re: [gdal-dev] GDAL raster processing library?

2016-08-08 Thread jramm
Hi Ari, I began some work to clarify my ideas here: www.github.com/JamesRamm/GeoAlg perhaps there is potential for merging with your project? For neighbourhoods I provide 2 iterators - one simple block based and one 'buffered'. The block can be the natural block or user defined. I also planned to p

Re: [gdal-dev] Tiling with overlap

2016-08-08 Thread Antonio Falciano
Il 08/08/2016 16:26, Ari Jolma ha scritto: 08.08.2016, 16:42, Margherita Di Leo kirjoitti: Ari, On Mon, Aug 8, 2016 at 3:01 PM, Ari Jolma wrote: 08.08.2016, 15:19, Margherita Di Leo kirjoitti: Dear all, is there a simple way to create tiles with a certain overlap? Do you me

Re: [gdal-dev] Tiling with overlap

2016-08-08 Thread Ari Jolma
08.08.2016, 16:42, Margherita Di Leo kirjoitti: Ari, On Mon, Aug 8, 2016 at 3:01 PM, Ari Jolma > wrote: 08.08.2016, 15:19, Margherita Di Leo kirjoitti: Dear all, is there a simple way to create tiles with a certain overlap? Do you mean by "overla

Re: [gdal-dev] Tiling with overlap

2016-08-08 Thread Margherita Di Leo
Ari, On Mon, Aug 8, 2016 at 3:01 PM, Ari Jolma wrote: > 08.08.2016, 15:19, Margherita Di Leo kirjoitti: > > Dear all, > > is there a simple way to create tiles with a certain overlap? > > > Do you mean by "overlap" the geographic area the tiles should cover? > gdal2tiles.py creates the tiles for

Re: [gdal-dev] Tiling with overlap

2016-08-08 Thread Ari Jolma
08.08.2016, 15:19, Margherita Di Leo kirjoitti: Dear all, is there a simple way to create tiles with a certain overlap? Do you mean by "overlap" the geographic area the tiles should cover? gdal2tiles.py creates the tiles for the area the source dataset covers. So you can control the area thr

Re: [gdal-dev] GDAL raster processing library?

2016-08-08 Thread Ari Jolma
Hi, Sorry for missing this last month due to holidays. In fact in my approach I do not want to limit to single pixel operations but support neighborhood operations too. That is necessary for watershed analysis for example. Making sure that the neighborhood is readily available for computation

[gdal-dev] Tiling with overlap

2016-08-08 Thread Margherita Di Leo
Dear all, is there a simple way to create tiles with a certain overlap? Any hint appreciated. Thanks in advance -- Margherita Di Leo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] 4th band as ALPHA on warp

2016-08-08 Thread Even Rouault
Le lundi 08 août 2016 09:30:53, Daniele Romagnoli a écrit : > Hi Even, > my usual question would be: any plan to backport it? :-) Not really. I guess this is a new feature. As currently, our policy is to be rather conservative for what goes in stable branches, so people can upgrade from one micr

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-08 Thread M. LATTES
Jan, I'll dig into it and it let you know. Mathieu Lattes   Le Samedi 6 août 2016 22h19, Jan Heckman a écrit : Hi Mateusz,Thanks for your effort! It is really handy for me. FYI, a few more things I came across:- In the dll post build event there are 3 copy commands (dll, lib and exp

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-08 Thread M. LATTES
Hi Jan thanks, Indeed, I'll update the master with the quote in post-builds events. Regards. Mathieu Lattes   Le Vendredi 5 août 2016 20h39, Jan Heckman a écrit : Hi,Great stuff here!A minor point: please add quotes to the copy path in post-build event.Often people (like me) wil

Re: [gdal-dev] 4th band as ALPHA on warp

2016-08-08 Thread Daniele Romagnoli
Hi Even, my usual question would be: any plan to backport it? :-) Cheers, Daniele On Sun, Aug 7, 2016 at 10:38 PM, Even Rouault wrote: > Le dimanche 07 août 2016 19:20:05, Even Rouault a écrit : > > Le samedi 06 août 2016 15:20:54, Fernando Ribeiro a écrit : > > > Dear list, > > > > > > Cur