Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-27 Thread Grégory Bataille
ok, I'll try to get a look --- Gregory Bataille On Sat, Jan 28, 2017 at 2:26 AM, Kurt Schwehr wrote: > I just pushed a copy of all of the python unittest based tests that I have > so far to here: > > https://github.com/schwehr/gdal-autotest2/tree/master/python > > Be warned that I haven't test

Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-27 Thread Kurt Schwehr
I just pushed a copy of all of the python unittest based tests that I have so far to here: https://github.com/schwehr/gdal-autotest2/tree/master/python Be warned that I haven't tested them in this form and that in addition to needing build infrastructure, I am pretty sure the code can't currently

Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-25 Thread Grégory Bataille
You are completely right. Symbolic link. Don't know what I was thinking about at the time! On Wed, 25 Jan 2017 at 19:12, Kurt Schwehr wrote: > Gregory, > > Aside: A point of terminology, by hyperlink, I think you mean symbolic > link or hard link. >

Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-25 Thread Kurt Schwehr
Gregory, Aside: A point of terminology, by hyperlink, I think you mean symbolic link or hard link. As a point of information, I'm using both python unittest and C++ gunit very effectively for GDAL. I do use bazel as the build system, but that doesn't

Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-25 Thread Grégory Bataille
ok, thansk for the pointers on the deployment side. I'll think about it --- Gregory Bataille On Wed, Jan 25, 2017 at 12:19 PM, Even Rouault wrote: > On mercredi 25 janvier 2017 05:48:00 CET Grégory Bataille wrote: > > > Hello, > > > > > > If I want to really spend some time for this utility, I

Re: [gdal-dev] [gdal2tiles.py] python engineering

2017-01-25 Thread Even Rouault
On mercredi 25 janvier 2017 05:48:00 CET Grégory Bataille wrote: > Hello, > > If I want to really spend some time for this utility, I'd like to do some > clean engineering around it. > What I'd like to do is: > > - split the script into several files (smaller, single purpose, ...) > --> can you c

[gdal-dev] [gdal2tiles.py] python engineering

2017-01-24 Thread Grégory Bataille
Hello, If I want to really spend some time for this utility, I'd like to do some clean engineering around it. What I'd like to do is: - split the script into several files (smaller, single purpose, ...) --> can you confirm that on all target platform, all .py files are deployed and the /usr/local