Select to view content in your preferred language

Split or clip raster

826
3
01-28-2014 06:03 AM
michaelcollins1
Frequent Contributor
I have a raster that was created from a bunch of 1 km x 1 km images, and I need to split it back out to the original individual 1 km images, with 2 m overlap. I've tried split raster, but I can't seem to get it to go back to the originals. I've tried both the size of tile and number of tiles methods, but is always creates slivers along the outer edges; basically I can't get it to line up and create nice 1 km squares with 2 m overlap, I'm using trial and error.

I have a shape file that I could use for clipping (see attached image, yellow polygons), but I don't want to create a model to cycle through the features if there's already a simple way available.

thanks
0 Kudos
3 Replies
michaelcollins1
Frequent Contributor
Have you tried extract by mask? http://help.arcgis.com/en/arcgisdesktop/10.0/help../index.html#//009z0000002n000000.htm

I've used it before to clip rasters to a specific shape.


That just results in the same raster, the mask is taken as the entire shape file outline, not the individual features within the shape file.

Thanks though.
0 Kudos
808707
by
Deactivated User
Could you not split the tile layer into individual tiles then do a batch process using extract by mask?
0 Kudos
michaelcollins1
Frequent Contributor
Looks like I'll have to build an iterative model instead.

<end laziness>

thanks
0 Kudos