Introduction to Geographic Information Systems in Forest Resources
UW Home GIS@UW Search
Syllabus Schedule Class Meetings Assignments Course Data Internet Search

Current Grades

Contact Us CFR 590 Internet-only section Lab Locations  


Getting Data into ArcView

 

Discussion

Every GIS uses certain types of data sources or file formats. Because most GIS software applications have been developed in competition with each other, many GIS software brands do not use other vendors' data types. Regardless of the brand name on your GIS, it will have limitations with using data of a particular types. In order to make effective use of your GIS, you will need to know what types of data are available for use within your software. Efforts are underway to make data sources that can be used across GIS platforms. See the Open GIS Consortium for details on this effort.

And regardless of the brand of GIS software, it will have specific methods of making the data useful. For some GIS packages, the interface is a command line, and data sources are accessed via commands and arguments. For other GIS software, such as ArcView, the data are accessible via a GUI.

This section describes what data sources are available to ArcView, and how to load them in for use within an ArcView project.


Theme feature types
Spatial data sources for themes

Additional data sources for themes

Creating a view

Adding a feature theme to a view

Adding an image theme to a view

Adding a theme from x,y coordinates

Theme tables

Saving a project



Theme feature types

A theme is a set of geographic features representing a class of features that exists in the world. For example, a single theme may represent a group of sampling points, a transportation network, or a group of forest stands.

A theme should not simultaneously represent more than one class of features, although it may represent several subclasses (i.e., a theme should not represent roads and streams, but may represent roads, railroads, and trails as a transportation network).

A project can contain many views, and each view can contain many themes. Generally, the themes within a single view represent data for a common area of the earth. For example, you may have a single view containing themes that represent roads, streams, and forest stands for a single national forest, but it would be unlikely (or not very useful) to have a single view containing roads for the Mount Baker-Snoqualmie National Forest and streams for the Gifford Pinchot National Forest.

Theme features represent objects that exist on the ground. The representation of real-world features is made by using points, lines, polygons, or raster cells.

As was discussed in the Spatial Data Model, vector data represent real-world features as

Theme features are symbolized according to the feature class of which they are members.

Certain disciplines expect to use formal symbols and colors for depiction of ground conditions (e.g., urban planners use certain colors for different densities of residential housing areas). Colors are also often used to indicate intensity (e.g., blue is cool or safe, while red is hot or unsafe). Line thickness may be used to denote importance of features (e.g., Interstate highways vs. forest roads). Sizes of point symbols can also reflect importance (e.g., major cities vs. rural towns).

When themes are added to views, ArcView automatically assigns random colors and simple patterns and symbols. The user may alter the symbology of theme features at any time. The next topic, discussing Display of Themes, will focus closely on feature symbology.


Spatial data sources for themes

Spatial data for use in a GIS is composed of coordinate data (points, lines, polygons, and cells) coupled with associated attribute tables. Each coordinate feature is also represented by a record in an associated theme table. Several different data sources may be used in ArcView, which are listed below:

 


Additional data sources for themes

In addition to the vector data sources named above, other data sources include raster data and tabular data. Many raster data sources can be used as spatial data sources within ArcView or other GIS software, but only if accompanied by a world file, which provides georeferencing information. Most raster data sets have minimal attribute data structures, one exception being ArcInfo grids, which we will deal with in detail later in the course. For more information on the structure of a world file, see the ArcInfo documentation for Georeferencing Images in ArcInfo.


Creating a view

Views are used to display, manipulate, and analyze the coordinate parts of spatial data. To create a view, open a new or existing project. If you open a new project, it will be called Untitled by default. Once you save a project, it will be called by the name you give it..

Then either double-click on the Views icon, or single-click the Views icon and click the New button. An empty view will open.

By default, the new view will be called ViewN (where N is the number of the view that has been created). The View name can be changed by altering Properties in the View menu.


Adding a feature theme to a view

Once a view is created, you can add spatial data themes to it. When themes are loaded into a view, the source data are not copied; instead, the project file contains references to the disk location of the theme source. In order to maintain the integrity of the project, it is important that you do not move files around the disk. If theme source files have moved, the ArcView project will not find them.

You can add feature (vector) themes and image themes to a view. If the CAD Reader extension is active, CAD data sources will be available as feature data sources. If the Spatial Analyst extension is loaded, you can also add grid themes to views. With the 3D Analyst extension, you can load TIN data sources. We will cover grid and TIN data sources later in the course.

Use the Add Theme button or choose View > Add Theme from the menu.

Click on a data theme to select it. If you want to add more than 1 theme, hold the <Shift> key down as you click more than one source. Each separate data source that is added becomes its own theme in the view. You can add a single data theme multiple times to a view if you wish to display different subsets of the same theme with different symbology.

When the themes are added to the view, they are assigned a simple symbol in a random color. You can change the symbology of theme displays by using the legend editor. Themes are turned off when they are added to the view. In order to see the themes, you need to check the theme box on in the view Table of Contents.


Data sources with multiple feature types

Some data sources contain multiple feature types. A single ArcInfo data source, for example, may contain label polygon, arc, label point, annotation, node, region, and route features. Multi-feature data sources are indicated in the Add Theme dialog with a folder icon next to the data source name. To view which data types are in these, single-click on the folder icon. The folder will open, and a list of individual feature types will be listed. Any of the listed themes can be added to the project. To close the folder, click again on the open folder icon.

Each of the individual feature data sources within the folder has a particular feature type and meaning in relationship to the concept of the data model as well as the particular data set.


Adding an image theme to a view

Image themes are added to views in the same way that feature themes are added. The only difference is that you will need to select Image Data Source from the Data Source Types dropdown list.

Image data are generally continuous across the spatial extent, and should be drawn first (place them at the bottom of the Table of Contents).

If the Spatial Analyst extension is not active, grid data sources will be available as image data sources. When a grid is loaded as an image, it can only be used for display, and will not be useable for analysis.

Themes from image data sources do not have theme tables; they are simply added to a view for display purposes.


Adding a theme from x,y coordinates

If you have an ASCII file containing a series of records which include x,y coordinates, the data file can be added to the project as a table, and an event theme can be created from the coordinates. If there are other fields of data in the ASCII file, these will automatically be added to the theme table for the new point theme.

The event theme is a point theme, whose points are placed based on their x,y coordinates. Additional data from the original ASCII file can be added to the event theme attribute table via a join or link.


Theme tables

Theme tables exist for every feature (i.e., point, line, or polygon) theme added to a view. The records in the theme table have a one-to-one correspondence to the spatial features in the coordinate part of the theme. The records describe characteristics of the spatial features.

Because the theme tables are so closely associated with the spatial features, ArcView automatically loads the theme attribute tables to the project, whether the theme table is open or not. If a theme is active in the view (its legend appears raised or chiseled in the view Table of Contents), you can open the theme table by clicking on the Open Theme Table button . Each active theme's attribute table will be opened.

Theme tables will contain one or more fields, depending on their data source:


Saving a project

When you have completed an ArcView session, or are going to take a break, you should save your project. When a project is saved, all the documents in the project are saved. This updates the project.apr file. The project file specifies file location references, window positions, feature and record selections, joins, links, colors, and symbols. In essence, saving a project captures the current state of the project when the save is made.

As with any computer application, you should get in the habit of saving your projects very frequently. ArcView is sometimes somewhat unstable, and recreating a project from scratch can be a time-consuming, tedious, frustrating task.


Syllabus Schedule Class Meetings Assignments Course Data Internet Search

Current Grades

Contact Us CFR 590 Internet-only section Lab Locations  

 

The University of Washington Spatial Technology, GIS, and Remote Sensing Page is provided by the College of Forest Resources and the College of Ocean and Fisheries Sciences through Unit-Specific UIF. Site administrator: Phil Hurvitz.
Copyright © Phil Hurvitz, 1998-2003