3 types of data

The three types of GIS Data are
-spatial,
–attribute, &
—metadata

  1. spatial data
    1. vector data
      1. Point Data — layers containing by points (or “events”) described by x,y (lat,long; easting, northing)
      2. Line/Polyline Data — layers that are described by x,y points (nodes, events) and lines (arcs) between points (line segments and polylines)
      3. Polygon Data — layers of closed line segments enclosing areas that are described by attributes

        Polygon data can be “multipart” like the islands of the state of Hawaii.
    2. raster or grid data (matrices of numbers describing e.g., elevation, population, herbicide use, etc.
    3. images or pictures such as remote sensing data or scans of maps or other photos.  This is special “grid” where the number in each cell describes what color to paint or the spectral character of the image in that cell. (to be used, the “picture” must be placed on a coordinate system, or “rectified” or “georeferenced”)
    4. TINs – Triangular Irregular Networks – used to discretize continuous data
    5. Terrain datasets built from lidar and other point clouds.Demo in ArcGIS
      1. Navigate in Box to your copy of …..sharedwork\Demo\introPRO”
      or if you’re off campus, download and unzip this folder into your …\demo folder on your local drive
      2. open ArcGIS project called “introPro”
      3. examine the three types of spatial data
  2. attribute data are non-spatial characteristics that are connected by tables to points, lines, “events” on lines, and polygons (and in some cases GRID cells)
    1. A point, vector or raster geologic map might describe a “rock unit” on a map with a single number, letter or name, but the associated attribute table might have
      • age
      • lithology
      • percent quartz
      • etc, for each rock type on the map.
    2. most GIS programs can either plot the polygon by the identifier or by one of the attributes

      The above examples from the following project shows two ways to portray census data in Virginia. In the top image, each county/city gets a name and unique color , and in the bottom, the population density per square mile is read from the layer’s attribute table and plotted using a different color for each class of density.
      Try it yourself in ArcGIS

      1. view the “Virginia Counties” map
      2. right click on the name of the layer in the table of contents “Va_counties.shp” and choose “attribute table” to see the range of data types.
      3. highlight the “VA_counties.shp” layer, then change the way the data are plotted using the symbology tool on the “Appearance” tab.
  3. Metadata
    1. metadata are the most forgotten data type
    2. absolutely necessary if you’re going to use data, or if someone is going to use your data later (or your derivative information)
    3. contains information about
      1. scale
      2. accuracy
      3. projection/datum
      4. data source
      5. manipulations
      6. how to acquire data
    4. many different “standards” for collection and presentation of metadata, such as FGDC used by US gov’t agencies.

You will be keeping metadata in ArcGIS using the metadata editing ability.