Thanks Jorge,
It ended up being an unrelated POSIX permissions issue on the local file
system, so it seems things were not executing correctly when making the source.
Cheers,
Sandra
From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jorge
Gustavo Rocha
Sent: Monday, 11 May 2
I need some help on usage of GDAL C# bindings to convert VRT to MVT. How do
I know that, below call is complete? We observed that below call is Async
(All the code lines are executed and Parent thread is waiting until the MVT
files/folders are created in disk). Is this correct?
I want to create a
Hi Sandra,
Are you switch to gdal/gdal? You shouldn't have to add a includedir for
gdal. gdal_version.h is included in the code, at gcore/gdal_version.h
Here my recipe to compile gdal (on Ubuntu):
git clone https://github.com/OSGeo/gdal
cd gdal/gdal
./autogen.sh
./configure --with-python=python3