• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/46

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

46 Cards in this Set

  • Front
  • Back
Define:
Geospatial data
Geospatial data are data that describe both the locations and characteristics of spatial features such as roads, land parcels, and vegetation stands on the Earth’s surface.
Explain:
Vector data vs. Raster data
Vector data use points and their x-, y-coordinates to represent spatial features of points, lines, and areas.

Raster data use a grid and grid cells to represent the spatial variation of a feature.
Define:
Geometries and Attributes as the two components of GIS data.
Geometries describe the locations of spatial features, which may be discrete or continuous.

Attributes describe the characteristics of spatial features.
Explain:
Georelational data model vs. Object-based data model.
The georelational data model uses a split system to store geometries and attributes.

The object-based data model stores geometries and attributes in a single system.
How does data exploration differ from data analysis?
Data exploration involves the activities of exploring the general trends in the data, taking a close look at data subsets, and focusing on possible relationships between data sets.

Data analysis uses GIS commands to perform operations on data.
Name the 5 examples for vector data analysis.
1) buffering
2) overlay
3) distance measurement
4) spatial statistics
4) map manipulation.
What are the 4 operations for raster data analysis.
1) local
2) neighborhood
3) zonal
4) global operations
What are the 3 levels of approximation of the shape and size of the Earth for GIS applications?
1) Sphere

2) Spheroid or Ellipsoid

3) Geoid
Define:
1) Sphere
2) Spheroid/Ellipsoid
3) Geoid
1) Simplest model used in map projections for approximating Earth.

2) More accurate approximation accounting for the minor and major axis.

3) Most accurate approximation accounting for Earth's irregular surface and irregularities in density.
Why is the datum important in GIS?
A datum is important in GIS because it serves as the reference or base for calculating the geographic coordinates of a location.
Describe the three types of map projections by the projection or developable surface.
1) A cylindrical projection uses a cylinder as the projection or developable surface.

2) A conic projection uses a cone.

3) An azimuthal projection uses a plane.
How is the scale factor related to the principal scale?
The scale factor is defined as the ratio of the local scale to the principal scale. In other words, the scale factor is the normalized local scale.
The geographic coordinate system is defined by _______ and _______.
Longitude and latitude
What is a meridian?
Another term for lines of longitude.
What is the range of longitudes (in degrees)?
0 to (+/-) 180
What is a parallel?
Another term for lines of latitude.
What is the range of latitudes (in degrees)?
0 to (+/-) 90
Name two commonly used projected coordinate systems that are based on the transverse Mercator projection.
1) Universal Transverse Mercator (UTM) grid system

2) State Plane Coordinate (SPC) system.
How do you convert coordinates of degrees-minutes-seconds (DMS) to decimal degrees (DD)?

Use 45*52'30" as an example
DMS: 45*52'30"
=
(45 + 52/60 + 30/3600)
=
DD: 45.875*
Define:
Datum
A mathematical model of the Earth, which serves as the reference or base for calculating coordinates for locations.
What are 3 commonly used datums?
North American Datum of 1927 (NAD 27)

North American Datum of 1983 (NAD 83)

World Geodetic System of 1984 (WGS 84)
What spheroids are NAD 27 and NAD 83 based on?
NAD 27 is based on Clarke 1866

NAD 83 is based on GRS80
What is the purpose of a map projection?
To display 3-dimensional information in 2 dimensions.

(i.e. 3-D spheroid to 2-D map)
What is the primary use and benefit to WGS 84?
It is the datum for GPS readings
Which datum is used for GPS readings?
WGS 84
The line of tangency between the projection surface and the reference globe...
Standard line/parallel/meridian
________ is the normalized local scale, defined as the ratio of the local scale to the principal scale.
Scale factor
What are the 3 coordinate systems commonly used in the United States?
1) Universal Transvers Mercator (UTM) grid system

2) Universal Polar Stereographic (UPS) grid system

3) State Plane Coordinate (SPC) system
How many zones is the UTM grid system divided into?
60 zones
Explain:
On-the-fly Projections
Data sets are automatically converted to the coordinate system denoted by the first data set in display.
Name the three types of simple features used in GIS and their geometric properties.
1) A point has 0 dimension and has only the property of location

2) A line is one-dimensional and has the property of length.

3) A polygon is two-dimensional and has the properties of area (size) and perimeter.
What are two important functions of topology?
1) It ensures data quality, such as lines meeting perfectly and polygons closed properly.

2) It can enhance certain types of analysis such as geocoding and traffic volume analysis
What are the two advantages of using shapefiles as opposed to topology-based data such as coverages?

**Hint: think outside the program**
1) Shapefiles can display more rapidly on the computer monitor

2) Shapefiles are non-proprietary and interoperable, meaning that they can be used across different software packages.
Explain the relationship between the geodatabase, feature dataset, and feature class.
Geodatabase, feature dataset, and feature class form a hierarchical structure.

A geodatabase can contain one or more feature datasets, and a feature dataset can store one or more feature classes that share the same coordinate system and area extent.
Describe the difference between the geodatabase and the coverage.
The difference between the two models lies mainly in the composite features of regions and routes.

The geodatabase does not support the region subclass and replaces the route subclass with polylines with m (measure) values.
Explain the two differences between the georelational data model and the object-based data model.
1) The object-based data model stores both the spatial and attribute data of spatial features in a single system rather than a split system.

2) The object-based data model allows a spatial feature (object) to be associated with a set of properties and methods.
What are the 4 basic elements of the raster data model?
1) cell value
2) cell size
3) raster bands
4) spatial reference
What is the main advantage of using a raster data model vs. vector data model?
Rasters have fixed cell locations.
What is the main disadvantage of using a raster data model vs. vector data model?
Rasters cannot display the precise locations of spatial features.
What are two examples of integer rasters?

What are two examples of floating-point rasters?
Interger:
Land use & soil types

Floating-point:
Precipitation & Elevation
Explain the relationship between cell size, raster data resolution, and raster representation of spatial features.
A larger cell size means a lower resolution and greater difficulty in representing spatial features with cells.
Calculate the number of rows and columns using resolution....

You are given a 30-meter DEM:
UTM coordinates (in meters) at the lower-left corner are (560635, 4816399) and the coordinates at the upper-right corner are (570595, 4830380)
Rows = (URy - LLy)/res.
= (4830380 - 4816399)/30
= 466


Columns = (URx - LLx)/res.
= (570595 - 560635)/30
= 332
What is the general formula for determining number of rows and columns from coordinates and resolution?
Rows =
[(UpperRight-y) - (LowerLeft-y)]/resolution

Columns =
[(UpperRight-x) - (LowerLeft-x)]/resolution
What are the 5 methods for producing a DEM?
1) Stereoplotter and aerial photographs

2) Contour lines

3) High-resolution satellite imagery

4) Radar data

5) LIDAR data
Explain the difference between lossless and lossy compression methods
A lossless compression method allows the original image to be precisely reconstructed.

A lossy compression method cannot reconstruct fully the original image but can achieve high-compression ratios.
What is vectorization?
Vectorization refers to the conversion of raster data into vector data.