Thursday, 10 September 2015

arcgis 10.0 - parallelization of raster mosaic


I would like to create a raster mosaic of the national USGS NED 30m DEM (~50 GB). I'd like to leverage parallel processing using python multiprocessing module where possible. I'm using ArcGIS 10.0. My first approach was divide and conquer - mosaic 2-10 at a time and then mosaic the result.


Q) What is the best method for mosaic parallization? Examples?


EDIT: the original two-part question was split into two questions. The other is here.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...