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