Re: [gdal-dev] Participating on gdal2tiles

2017-01-22 Thread Grégory Bataille
Hey all, 2 questions: seeing that it's complex to build trunk on mac (and that some recent changes have an impact on gdal2tiles output), I wanted to setup the vagrant box, but I get this error. Any clue? > shell provisioner: > * `path` for shell provisioner does not exist on the host system: > /U

Re: [gdal-dev] Participating on gdal2tiles

2017-01-22 Thread Even Rouault
On dimanche 22 janvier 2017 09:00:59 CET Grégory Bataille wrote: > Hey all, > > 2 questions: > seeing that it's complex to build trunk on mac (and that some recent > changes have an impact on gdal2tiles output), is it ? You can have a look at the scripts in ci/travis/osx used for the OsX target

[gdal-dev] Google Summer of Code ideas page: action required latest by February 5th!

2017-01-22 Thread Helmut Kudrnovsky
Dear All, It’s that time of the year again! Applications for Google Summer of Code 2017 are now open for would-be mentor organizations, and we are in the process of applying on behalf of OSGeo. At this stage, it is extremely important that we put up a nice and informative ideas page, that Google

Re: [gdal-dev] Participating on gdal2tiles

2017-01-22 Thread Grégory Bataille
Yes it is. There was a commit on the test_gdal2tiles.py changing the checksum values for test 1 :) that's odd, it's pyflakes that is throwing me those warnings... well flake8 actually that is pyflakes + pep8. I'll have a look anyway. And yes, the style commits need to be separate, no worries. I d

Re: [gdal-dev] Participating on gdal2tiles

2017-01-22 Thread Even Rouault
On dimanche 22 janvier 2017 11:21:06 CET Grégory Bataille wrote: > Yes it is. There was a commit on the test_gdal2tiles.py changing the > checksum values for test 1 :) Well, that's the life of a project that test results might change because of other changes. Not sure to understand if that's you

Re: [gdal-dev] Participating on gdal2tiles

2017-01-22 Thread Grégory Bataille
ok thanks :) --- Gregory Bataille On Sun, Jan 22, 2017 at 11:47 AM, Even Rouault wrote: > On dimanche 22 janvier 2017 11:21:06 CET Grégory Bataille wrote: > > > Yes it is. There was a commit on the test_gdal2tiles.py changing the > > > checksum values for test 1 :) > > > > Well, that's the li

[gdal-dev] MBTiles from gdal2tiles vs. from gdal_translate

2017-01-22 Thread Rahkonen Jukka (MML)
Hi, In the "Participating on gdal2tiles" thread Mark Johnson wrote: "You might also consider incorporating the mbtiles implementation of a fork of gdal2tiles that can be found here: https://github.com/mj10777/gdal2mbtiles Here the goal was to also offer mbtiles as the output-format - instead of a

Re: [gdal-dev] MBTiles from gdal2tiles vs. from gdal_translate

2017-01-22 Thread Even Rouault
On dimanche 22 janvier 2017 16:17:19 CET Rahkonen Jukka (MML) wrote: > Hi, > > In the "Participating on gdal2tiles" thread Mark Johnson wrote: > > "You might also consider incorporating the mbtiles implementation of a fork > of gdal2tiles that can be found here: > https://github.com/mj10777/gdal2

Re: [gdal-dev] MBTiles from gdal2tiles vs. from gdal_translate

2017-01-22 Thread Even Rouault
On dimanche 22 janvier 2017 18:22:05 CET Even Rouault wrote: > On dimanche 22 janvier 2017 16:17:19 CET Rahkonen Jukka (MML) wrote: > > Hi, > > > > In the "Participating on gdal2tiles" thread Mark Johnson wrote: > > > > "You might also consider incorporating the mbtiles implementation of a > > fo

[gdal-dev] reading MS Access .accdb

2017-01-22 Thread Brent Fraser
Hi all, I've been trying to get ogrinfo to read some MS Access database (.accdb) files so I can link them to some shapefiles. After some digging, I've found that to get ogrinfo to read them, I need to: 1. Rename the .accdb to .mdb 2. Install the MS Access Database Engine Redistributable,

Re: [gdal-dev] MBTiles from gdal2tiles vs. from gdal_translate

2017-01-22 Thread Mark Johnson
The main reason (at the time - over 4 years ago) was: - that there was no write support for mbtiles then (as you no doubt saw in the link you provided) I just tried gdal_translate on a sample file and see: - that it (seems) to support only 1 zoom level > Warning 6: driver MBTiles does not suppo

Re: [gdal-dev] MBTiles from gdal2tiles vs. from gdal_translate

2017-01-22 Thread Jordan Bess
The work is already multithreaded in several forks of the original gdal2tiles The one that I use the most is gdal2tiles_parallel.py by Reinventing Geospatial https://gitlab.com/GitLabRGI/geopackage-python/blob/master/Tiling/gdal2tiles_parallel.py They also have a great python script for making g