Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Today NVIDIA announced support for the Python language on its flavor of GPGPU (CUDA).

Manifold GIS uses CUDA to enable some accelerated raster operations but it is not a programmable environment and is limited to what functions its developer has provided.

With Python, used in many GIS packages including ArcGIS and QGIS (along with the numpy and sciypy packages), being supported as a first-class CUDA language, what are the prospects for being able to leverage GPGPU in these mainstream GIS packages?

share|improve this question
2  
Has anyone tried using the Anaconda Python distribution with ArcGIS/QGIS? – blah238 Mar 18 at 18:41
2  
this article is about the benefits of GPU based geoprocessing operations blogs.esri.com/esri/apl/2010/03/30/… – geogeek Mar 18 at 18:52
A great read, but it is somewhat disappointing to see that that article is 3 years old -- I'm not expecting to see anything like that with 10.2, but maybe at the Developer Conference next week they'll have some surprises. – blah238 Mar 19 at 0:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.