GEOG 303/403: Introductory GIS

Rough lecture notes

Week 4


Buffering


Buffering must cater for:
  • point, line and polygon-based features
  • different buffer shapes
  • variable size buffers
  • interior/exterior buffers (for polygons)
The result of all buffer operations is a polygon coverage which must have appropriate attributes assigned.  Each polygon must have an attribute that identifies whether or not  it is a polygon inside the buffer or outside the buffer.
 



Describing a location on the Earth's surface

  • Projection (assumes a spherical earth). ONLY a mathematical method for drawing a 3D object (the earth) on a 2D surface (map, computer screen).
  • Datum - a modification on a sphere - a spheroid. In other words, a mathematical representation of the earth's shape
  • Geoid - even more detail than a spheroid. It's an irregular surface.
  • Coordinates - locations. Most common include lat/long (geographic), UTM, and State Plane.

More on Datums...... First in common use in the US was Clarke1866. Following in chronological order are NAD27, GRS80, NAD83, and WGS84. Everything from 1980 on are based upon the center of the earth. Those earlier are based on a point on the surface of the earth. To give a little info on the significance of a datum, there is up to a 300 meter difference in x,y coordinates between the NAD27 and NAD83 datums.

More on the Geoid - the definition of the shape of the earth is the field of Geodesy. In theory, the geoid runs through sea level and is a representation of the gravity field of the earth. Far more accurate than mere datum measurements.

 

Displaying Map Projections - A map projection is a mathamatical method for projection the surface of a globe onto a sheet of paper (3d - 2d)

Only a few (maybe about 20) are in actual use, although there are hundreds out there.

distortion:

Describing the different projections (2 methods)

1) by geometric construction

2) by Preserved properties:

Note that both distance and azimuth preserved projections only apply to or from the center of the map projection. Also, they usually only show 1 hemisphere or half the earth. gnomonic

These can be modified by interruptions

Data Input

Socio-Economic data

 


Week 5