Re: [gdal-dev] Speeding up gdalwarp process

2020-01-24 Thread Marius Jigmond
We've been using Geotrellis (https://geotrellis.io/) for Spark jobs. -marius From: gdal-dev on behalf of Simon Sent: Thursday, January 23, 2020 6:30 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Speeding up gdalwarp process Hi gdal-devs, I have

Re: [gdal-dev] Speeding up gdalwarp process

2020-01-24 Thread lars . schylberg
I have used gnu parallel with good results. A description can be found here: https://gis.stackexchange.com/questions/217814/full-utilization-of-cpu-cores-with-gdalwarp (https://gis.stackexchange.com/questions/217814/full-utilization-of-cpu-cores-with-gdalwarp) /Lars Schylberg 24 januari 2020

[gdal-dev] Speeding up gdalwarp process

2020-01-22 Thread Simon
Hi gdal-devs, I have a question, if there is some way to use gdalwarp in a clustering system (e.g., Sparks) or with GPU to speed up the process? My task involves re-projection and re-sampling of hundreds of high-resolution images. Any ideas to make use of Sparks or GPU is welcomed. Thank you.