Re: [gdal-dev] gdalwarp overhead on linux but not on windows

2019-11-20 Thread Rahkonen Jukka (MML)
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux real 0m0.399s user 0m0.032s sys 0m0.023s -Jukka Rahkonen- Lähettäjä: Brent Wood Lähetetty: keskiviikko 20. marraskuuta 2019 1.12 Vastaanottaja: gdal-dev@lists.osgeo.org; Rahkonen Jukka (MML) Aihe: Re: [gdal-dev] gdalwarp overhead on linux but not on

Re: [gdal-dev] gdalwarp overhead on linux but not on windows

2019-11-19 Thread Brent Wood
Ummm... How much is due to the very different version of GDAL vs docker overhead? Any chance of using the same GDAL version for both tests? Brent Wood On Wednesday, November 20, 2019, 11:20:50 AM GMT+13, jratike80 wrote: Hi, I have been told that Docker has overhead with everythin

Re: [gdal-dev] gdalwarp overhead on linux but not on windows

2019-11-19 Thread jratike80
Hi, I have been told that Docker has overhead with everything, with these numbers as evidence: ubuntu@t:/etc$ time gdalinfo --version GDAL 2.2.3, released 2017/11/20 real 0m0.030s user 0m0.017s sys 0m0.013s ubuntu@t:/etc$ time docker exec -it 742a044b8ef1 gdalinfo --version GDAL 3.1.0dev-19f342

[gdal-dev] gdalwarp overhead on linux but not on windows

2019-11-19 Thread alex
Hi guys, I've been playing quite a lot with "wrapper_GDALWarpDestName" and a .net core wrapper (https://github.com/MaxRev-Dev/gdal.netcore/). Everything is running fine, I'm quite happy to see the same behavior on windows and linux. Sometimes linux is faster for reading and writing raster, thi