We can record locations out in the field using Latitude-Longitude, but it’s not possible to use angular coordinates to draw geospatial features on a flat map or screen. For this, we need to use Cartesian coordinates, plus a map projection to convert between the angular and Cartesian coordinates. Together, these form a projected SRS
Some more phrases to add to our GIS vocabulary:
Imagine that the earth is a football You want to lay the surface of the football flat, but the only way to do this is to tear it into pieces, and then ideally stretch some areas and squash others so that the fabric lies flat. This would, of course, break up or distort any pictures drawn on the surface of the football. Likewise, all map projections introduce some degree of distortion - this is inevitable
To help you picture how a map projection works, imagine that there is a light bulb at the centre of the earth. When we hold a piece of paper against the earth’s surface, our flat map is formed by the shadows cast onto the paper. We can hold the paper flat, just touching the earth at a tangent (azimuthal projection), causing greater distortion the further we move from the place where the paper touches the earth. Or we can wrap the paper around the globe in a cone (conic projection) or cylinder (cylindrical projection) to draw on the earth’s surface, before unrolling the paper to flat:
Many map projections have been developed through the history of cartography. Some map projections are designed to accurately represent only small areas of the earth’s surface, while others attempt to minimise certain types of distortion, for example maintaining the correct area of land masses, or the correct distance between cities
Remember that you can always look up these technical terms for a different way of explaining them, or more detail
To see the effect of your choice of map projection on a country’s apparent shape and size:
We use the term SRS to emphasise the need for information on the datum (see next page) as well as the map projection. However, QGIS uses the term CRS, or Coordinate Reference System
Up until now, we’ve been using Latitude-Longitude (EPSG code 4326) as our project-wide CRS, but it’s possible to change this. Let’s switch to a projected SRS, specifically Pseudo-Mercator (EPSG code 3857), as used by OpenStreetMap, Google maps, Bing etc
Be aware that you should always choose a project CRS that is appropriate to the location and extent of your datasets, i.e. a global CRS for a global dataset, or you may get unexpected behaviour or cause QGIS to crash! Changing to a local/national CRS may also affect QGIS’ ability to draw the OpenStreetMap basemap
- Click on the
Project CRS
button in the bottom right of the QGIS window - refer to the QGIS Desktop page in the Introduction module if you can’t remember where this is- When the
Project Properties - CRS
window opens, type pseudo into the search box at the top, and select WGS 84 / Pseudo Mercator in thePredefined Coordinate Reference Systems
box in the centre (see screenshot below)- Click
OK
and note how the EPSG code to the bottom right has changed from 4326 to 3857- Move your mouse over the map, and see how the coordinates in the
Mouse coordinates
area of the QGIS window (bottom centre) are now much larger numbers