Table of Contents

Assigning a Projection to a Raster File

  1. gather any information about the raster file, such as the extents of the image, the projection used, etc…
  2. create a world file (sidecar file) for the image
  3. you may now use the image with the world file if you want to input the projection every time, or you can use gdalwarp to create a new file with the projection information included

Tips

Example

For a given raster image, we knew the limits of the latitude and longitude, and that the file was using Mercator projection