Site Navigation

GIS Products

Page Content
     
 

What is GIS

 
     

What is GIS?
 
GIS, also known as a geographical information system or geospatial information system, is a computer system used for capturing, storing, analyzing and managing data and associated attributes which are spatially referenced to the Earth. GIS is referred to as geomatics in Canada.

GIS is a tool that allows users to create interactive queries (user created searches), analyze the spatial information, edit data, maps, and present the results of all these operations.

Geographic information system technology can be used for scientific investigations, resource management, asset management, Environmental Impact Assessment, Urban planning, cartography, criminology, history, sales, marketing, and logistics.

For example, GIS might allow emergency planners to easily calculate emergency response times in the event of a natural disaster, GIS might be used to find wetlands that need protection from pollution, or GIS can be used by a company to site a new business to take advantage of a previously underserved market.

GIS is a computer-based tool that provides the capability to do mapping and geographical analysis of Earth's features and events. Using GIS, dissimilar data can be related on the basis of common geographic location, creating new information from existing data resources.

Data Creation

Modern GIS technologies use digital information for which various digitized data creation methods are used. The most common method of data creation is digitization, where a hard copy map or survey plan is transferred into a digital medium through the use of a computer-aided design (CAD) program with geo-referencing capabilities.

With the wide availability of ortho-rectified imagery (both from satellite and aerial sources), heads-up digitizing is becoming the main avenue through which geographic data is extracted or created.

Heads-up digitizing involves the tracing of geographic data directly on top of the aerial imagery instead of through the traditional method of tracing the geographic form on a separate digitizing tablet.

Raster Data

Raster data type consists of rows and columns of cells; in each cell is stored a single value. Raster data can be images (raster images) with each pixel (or cell) containing a color value. Additional values recorded for each cell may be a discrete value, such as land use, a continuous value, such as temperature, or a null value if no data is available. While a raster cell stores a single value, it can be extended by using raster bands to represent RGB (red, green, blue) colors, colormaps (a mapping between a thematic code and RGB value), or an extended attribute table with one row for each unique cell value. The resolution of the raster data set is its cell width in ground units.

Raster data is stored in various formats - from a standard file-based structure of TIF, JPEG, etc. to binary large object (BLOB) data stored directly in a relational database management system (RDBMS) similar to other vector-based feature classes. Database storage, when properly indexed, typically allows for quicker retrieval of the raster data but can require storage of millions of significantly-sized records.

Vector Data

In a GIS, geographical features are often expressed as vectors, by considering those features as geometrical shapes. In the popular ESRI Arc series of programs, these are explicitly called shape files. Different geographical features are best expressed by different types of geometry:

Points (Vector Data)
  
Zero-dimensional points are used for geographical features that can best be expressed by a single grid reference; in other words, simple location. For example, the locations of wells, peak elevations, features of interest or trailheads. Points convey the least amount of information of these file types.

Lines or Polylines (Vector Data)

One-dimensional lines or polylines are used for linear features such as rivers, roads, railroads, trails, and topographic lines.

Polygons (Vector Data)

Two-dimensional polygons are used for geographical features that cover a particular area of the earth's surface. Such features may include lakes, park boundaries, buildings, city boundaries, or land uses. Polygons convey the most amount of information of the file types.

Each of these geometries are linked to a row in a database that describes their attributes. For example, a database that describes lakes may contain the lakes depth, water quality, pollution level. This information can be used to make a map to describe a particular attribute of the dataset. For example, lakes could be colored depending on level of pollution. Different geometries can also be compared. For example, the GIS could be used to identify all wells (point geometry) that are within 1-mile (1.6 km) of a lake (polygon geometry) that has a high level of pollution.

Vector features can be made to respect spatial integrity through the application of topology rules such as 'polygons must not overlap'. Vector data can also be used to represent continuously varying phenomena. Contour lines and triangulated irregular networks (TIN) are used to represent elevation or other continuously changing values. TINs record values at point locations, which are connected by lines to form an irregular mesh of triangles. The face of the triangles represents the terrain surface.

Site Footer
Back to Top