Re: [gdal-dev] Gdal2tiles gains parallel processing features

2017-09-30 Thread Even Rouault
Jeremy, From a quick look, both should be achievable: - GeoPackage output: I guess you ask because of multiprocessing ? Otherwise a plain gdal_translate will do ;-) Multiprocessing brings the interesting question of write concurrency with sqlite3. So I think "manual" writing with sqlite3 low

Re: [gdal-dev] Gdal2tiles gains parallel processing features

2017-09-30 Thread Grégory Bataille
Hey Jeremy, I would say I don't know anything about GeoPackage or tile grids profile. What I can say: - the new version only brings parallelism to the script - because of the rewrite, I would hope anything to be slightly easier. Cheers --- Gregory Bataille On Fri, Sep 29, 2017 at 9:24 PM, Jere

Re: [gdal-dev] Gdal2tiles gains parallel processing features

2017-09-29 Thread Angelos Tzotsos
Thank you for this feature! Best, Angelos On 09/29/2017 06:59 PM, Even Rouault wrote: On vendredi 29 septembre 2017 17:50:11 CEST Grégory Bataille wrote: Hi all, I just wanted to announce that after a few months of work (took long, I got lazy), *gdal2tiles has gained parallel computing abilit

Re: [gdal-dev] Gdal2tiles gains parallel processing features

2017-09-29 Thread Grégory Bataille
oh... ok for gdal2tiles_old.py. I just wished to make a potential rollback "easy" Anyway, that's good enough for me :) Thanks --- Gregory Bataille On Fri, Sep 29, 2017 at 5:59 PM, Even Rouault wrote: > On vendredi 29 septembre 2017 17:50:11 CEST Grégory Bataille wrote: > > > Hi all, > > > >

Re: [gdal-dev] Gdal2tiles gains parallel processing features

2017-09-29 Thread Even Rouault
On vendredi 29 septembre 2017 17:50:11 CEST Grégory Bataille wrote: > Hi all, > > I just wanted to announce that after a few months of work (took long, I got > lazy), *gdal2tiles has gained parallel computing abilities* > > It is now *on trunk*. Thanks for your great work on this > - Because th

[gdal-dev] Gdal2tiles gains parallel processing features

2017-09-29 Thread Grégory Bataille
Hi all, I just wanted to announce that after a few months of work (took long, I got lazy), *gdal2tiles has gained parallel computing abilities* It is now *on trunk*. *A few things to know:* - I took upon me to rewrite the script almost entirely to make it more modular, testable, ... - Because th