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