Intro to GIS


1 The basics

GIS stands for ‘geographic information system’

It is a computer system for capturing, storing, checking, and displaying data related to positions on Earth’s surface.

This is a terrific resource, https://education.nationalgeographic.org/resource/geographic-information-system-gis/.

This is also a terrific resource, https://www.esri.com/en-us/what-is-gis/overview

2 Coordinate Reference Systems

A coordinate reference system, or CRS, is how spatial data that represent the earth’s ROUND AND 3-Dimensional surface are flattened onto a 2 dimensional surface (think of squishing half of a tennis ball flat so that it could be represented on a piece of paper).

Go through this tutorial to get a better understanding of coordinate reference systems, https://www.earthdatascience.org/courses/earth-analytics/spatial-data-r/intro-to-coordinate-reference-systems/

The components of a CRS are:

Coordinate system

https://www.houseofmath.com/encyclopedia/functions/theory-of-functions/fundamentals-of-functions/what-is-a-coordinate-system source:

Units of the datum

If your spatial analysis requires distance in meters, you will need to make sure that your conference reference system is in meters. UTM stands for Universal Transverse Mercator, and is one of the main CRS’s you will encounter and use. They are a series of very small projections that minimize the distortion you might see if you use latitude and longitude Universal Transverse Mercator

The Datum

Geographic information system datum define the position of the spheroid relative to the center of the earth.

2.1 Projection information

This is a good source for coordinate reference systems. https://spatialreference.org/ref/epsg/

Or https://bookdown.org/mcwimberly/gdswr-book/coordinate-reference-systems.html