Reprojecting rasters

4208
4
Jump to solution
05-06-2015 12:25 AM
BenLeslie1
Occasional Contributor III

Hello Geonet

What's the best way to reproject multiple rasters i.e. tiff tiles that cover a county region.

When I reproject tiles individually I get black edges on all the images from the rotational correction.  So I'm considering merging all the images into a single tile before doing the reprojection - this is feasible in this case but for a larger area would not be possible; so what's the best route to take?

Thanks,

Ben

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

If you require TIFFs, I would recommend running the Project Raster tool.  In order to get rid of the blank edges, you can set the NoData value within the Environments.  I'm assuming the values 0,0,0 are being converted to the black edges.  If this is the case, you can set the NoData value to 'MINIMUM'.  This will convert the 0,0,0 values to NoData.  Ex:

screen1.png

View solution in original post

4 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Ben,

I would recommend creating a mosaic dataset with the projection you would like the rasters projected in.  You can then load the rasters into the mosaic dataset, and set a geographic transformation (if necessary) by right-clicking on the mosaic dataset > Properties > Defaults tab:

screen1.png

BenLeslie1
Occasional Contributor III

Hi Jake, this is definitely useful - I've learnt somethin new.  However, I ultimately need to output to tiffs so it looks like I will still need to mosaic the mosaic into a single tiff and then chop it up into tiles - do you agree?

0 Kudos
JakeSkinner
Esri Esteemed Contributor

If you require TIFFs, I would recommend running the Project Raster tool.  In order to get rid of the blank edges, you can set the NoData value within the Environments.  I'm assuming the values 0,0,0 are being converted to the black edges.  If this is the case, you can set the NoData value to 'MINIMUM'.  This will convert the 0,0,0 values to NoData.  Ex:

screen1.png

JayantaPoddar
MVP Esteemed Contributor

Hi Ben,

If the black edges are "NoData" values, you could use Reclassify tool. Select all the records except "NoData" and click Delete Entries

Define the new values to 0.



Think Location