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
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
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
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,
>
> >
>
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
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