Skip to Main Content
“Brandeis

ANTH 124A: Maritime Archaeology GIS Project

What is Georeferencing?


What is Georeferencing?


Georeferencing is the process of assigning x, y coordinates to a raster file, such as an aerial photograph, scanned historical map, etc. so GIS software can place the resulting georeferenced file in its specified location on a map. The georeferencing process involves assigning control points to the raster image and matching them to control points on an existing georeferenced data set.

 

Georeferenced Sanborn Fire Insurance map.
Georeferenced fire insurance map of Harvard Square (1885). Map from Insurance Maps of Boston, Vol. 4.
 


Learn More about Georeferencing


Georeference HMS Colossus Map

For our georeferencing workshop, we'll be using a 2003 map of the HMS Colossus. The CISMAS researchers provided UTM coordinates on the map, so we'll be utilizing one common georeferencing approach: mapping by corners. We'll start with a rough overlay of our map image and then we'll use the georeferencing tools to add control points based on the UTM coordinates for the four corners of the map.

More info about Universal Transverse Mercator (UTM) is posted under foundational concepts.

Unknown Coordinate System

When you add the image of the HMS Colossus wreck into ArcGIS Pro, a pop-up window will appear stating that there's an unknown coordinate system. This is a standard message that appears when you add data into ArcGIS Pro that's missing spatial reference information. 

Unknown Coordinate System. "Map" data source is missing coordinate system information. Click here to view details.

Since the software doesn't know "where" to place our map, it will be placed at the default location (0,0), the intersection of the Equator and the Prime Meridian. Georeferencing is one of the processes that can be used to help supply spatial reference information (e.g., coordinates, datum, projection, etc.) to our map file so it overlays in the correct location on the map. 

Until we complete this process, our map will be hanging out on null island:

Edit Control Point Table

The control point table is an essential component of the georeferencing process. You can use the control point table to edit and delete the control points you've added while georeferencing your map. You can also use the control point table as a workaround if you experienced issues right-clicking to add target coordinates to a control point. If you were one of the students who experienced this issue, you can use this workflow: 

  1. Start the georeferencing process using the instructions in our workshop handout.
  2. Make sure that the Auto Apply feature is deselected. 
  3. Add the first source control point to your map. Instead of right-clicking to add target coordinates, click the basemap to add a target control point. Don't worry if the target control point is in the incorrect location. You'll update the coordinate information in the control point table. 
  4. After you've added your first control point, open the Control Point Table.
    Control point table.
  5. Edit the Map X and Map Y values so they match the corresponding coordinates on your map.
  6. Repeat this process for the remaining control points (e.g., each of the four map corners). Georeferencing control point table.
  7. Make sure your transformation is set to 1st order Polynomial (Affine) then click Apply (located in the Adjust group in the Georeference menu).
  8. Your map should overlay near the Isles of Scilly.

Export Raster as a GeoTIFF

  1. Right-click on the HMS Colossus map layer in the Contents pane.
  2. Select Data > Export Raster to open the Export Raster pane.
    Data > Export Raster.

  3. In the Export Raster pane, make sure that the Output Raster Dataset is saving to your project folder or the Home Folder if you're using Amazon AppStream. Confirm that the Coordinate System is set to WGS_1984_UTM_Zone_30N.
    Export Raster pane.

  4. Set the NoData value drop-down menu to 0. If you don’t populate this field, a black border will display around your map.
    Export Raster > No Data value set to 0.         Input 0 for the NoData value when you export your raster to avoid getting a black box around your map.
     

  5. Choose TIFF as your output format. Change the Compression Type to LZW. This will decrease the file size of your exported file.
    Export raster compression type.

  6. Click Export to export your raster. The export process will create a GeoTIFF of your map. A GeoTIFF is a geospatial image file format that has coordinate data embedded into the file. If you added your GeoTIFF to a new map project, it would overlay in the correct location on the map.


Learn More about Exporting GeoTIFFs

Learn More about Georeferencing