[gdal-dev] How to improve the performance of VectorTranslate with VSIMEM in C++

2020-07-26 Thread MRRAJESH
Developers, Code is written in C++. It is taking time (say 30 sec to 1 min) for each mvt file. how to improve the performance. Objective is to get the ///.mvt file. Here each call is a thread. We are passing the VRT file as input. Output is vsimem. Options are - {"-dsco", "TILE_EXTENSION=mvt","-

Re: [gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread Björn Harrtell
Thanks Even, that was it. Didn't realize that it copied the local repo as is into the container. Den sön 26 juli 2020 kl 18:56 skrev Even Rouault : > On dimanche 26 juillet 2020 17:51:05 CEST Björn Harrtell wrote: > > > I'm trying to run the same docker build and test run as in > > > workflow ubu

Re: [gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread Even Rouault
On dimanche 26 juillet 2020 17:51:05 CEST Björn Harrtell wrote: > I'm trying to run the same docker build and test run as in > workflow ubuntu_20.04 on GitHub Actions but locally. > > Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t > gdal-deps-ubuntu-20.04 .github/workfl

[gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread Björn Harrtell
I'm trying to run the same docker build and test run as in workflow ubuntu_20.04 on GitHub Actions but locally. Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t gdal-deps-ubuntu-20.04 .github/workflows/ubuntu_20.04` goes fine. Running `docker build -f .github/workflows/u