You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems clear that one of our bottlenecks is going to be the re-projection of TIFFs when importing them to Postgres via raster2pgsql which made me wonder about parallelism or GPU acceleration. As it turns out, there is OpenCL support in gdalwarp, read here:
It seems clear that one of our bottlenecks is going to be the re-projection of TIFFs when importing them to Postgres via
raster2pgsql
which made me wonder about parallelism or GPU acceleration. As it turns out, there is OpenCL support ingdalwarp
, read here:So, yes ... we should consider dedicated machines for raster imports that are GPU-backed.
The text was updated successfully, but these errors were encountered: