[gdal-dev] Alternative to GPKG format

2018-10-31 Thread koji higuchi
Hi I am extracting .osm.pbf file into .gpkg; but the writing rate is very slow. When I write into .shp, rate is faster but its limit is 4gb. So, what other format is better for larger than 4gb requirement? Thanks for your ideas. Koji ___ gdal-dev mailing

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-31 Thread Athin
Hi all, Thank for the reply. I think I don't need to start from scratch for gdal. I can just add the binaries to visual studio right? but may i know how to install the GDALALLRegister(), from the tutorial it need to be called at the first of the code. Thank you and best regards -- Sent from:

Re: [gdal-dev] continuous integration

2018-10-31 Thread Alan Stewart
Thanks. I didn't recognize those as clickable links, I think largely because they are so much smaller than other buttons on the page, and the way they are grouped. Alan Stewart Senior Software Engineer TerraGo Technologies 3200 Windy Hill Road, Suite 1550W Atlanta, GA 30339 USA O. +1 678.391.96

Re: [gdal-dev] continuous integration

2018-10-31 Thread Even Rouault
On mercredi 31 octobre 2018 14:41:00 CET Alan Stewart wrote: > I found https://ci.appveyor.com/project/rouault/gdal-coverage, but this > appears to be from the 2.1 branch? Is there a CI of gdalautotest against > master with public results and logs? Alan Sure, this is accessible from the badges di

[gdal-dev] continuous integration

2018-10-31 Thread Alan Stewart
I found https://ci.appveyor.com/project/rouault/gdal-coverage, but this appears to be from the 2.1 branch? Is there a CI of gdalautotest against master with public results and logs? Alan Stewart Senior Software Engineer TerraGo Technologies 3200 Windy Hill Road, Suite 1550W Atlanta, GA 30339 USA

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-31 Thread Ivan Lucena
Hi Athin, Just to complement what Mateusz wrote, the project files generated automatically are not a *real* Visual Studio C++ project that you can change parameters on the project's property dialogbox. The generated project is what Microsoft calls a Makefile project. It is just a shell around t

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-31 Thread Mateusz Loskot
On Wed, 31 Oct 2018 at 02:41, Athin wrote: > > I am still new in this GIS subject. May someone guide me how can i use gdal > on Visual Studio 2012 c++. In order to build and use current GDAL, you need Visual Studio 2015 or later. GDAL requires C++11 compiler https://trac.osgeo.org/gdal/wiki/rfc68