GIS

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/84

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

85 Terms

1
New cards

Managing Raster Data

- divides space into discrete uniform unit squared cells
- does not provide precise locational data

2
New cards

Spatial resolution

reducing grid cell size to half the current size will increase data value four times

3
New cards

resolution

dimensions of a pixel

4
New cards

Whittaker-Shannon Sample Theorem

Cell size must be smaller than half of the minimum feature that you intend to represent

5
New cards

Continuous Rasters

o Store numeric values that can be measured anywhere
Examples: Elevation, temperature, precipitation

6
New cards

Discrete Rasters

Store Categorical data
Examples: land use, roads

7
New cards

Raster Pyramids

o May be built for a raster to speed its display
o Lower resolution copies are created

8
New cards

Nearest Neighbor Resampling, categorical

  • Grabs value from old cell that falls at center of new cell

  • Preserves original value

  • __________ data

9
New cards

Bilinear resampling, continuous

Finds new value from four cells closest to center of new cell; ____________ data

10
New cards

cubic convolution resampling, continuous

finds new value from 16 cells that fall closest to center of new cell; used for ___________ data

11
New cards

Raster Tables

o Attribute tables are created for discrete rasters with limited number of unique values

12
New cards

Value Field

part of a raster table that contains each unique value

13
New cards

count field

indicates how many cells have that value in a raster table

14
New cards

Storing raster data

BIP, BIL, BSQ

15
New cards

BIP

Band Interleaved by Pixel

16
New cards

BIL

Band interleaved by line

17
New cards

BSQ

band sequential

18
New cards

Storing Raster Values

one binary digit is a bit
8 bits is one byte
number of bytes is pixel depth

19
New cards

Multiband Raster

contain multiple raster arrays with same number of rows, columns, same resolution stored together, EX satellite images

20
New cards

Displaying Multiband Rasters

§ Natural color (red, green, blue wavelengths)

§ False color (near infrared, red, blue)

21
New cards

DEM

Digital Elevation Models

22
New cards

Attribute Table

§ Stores attributes of map features
§ Spatial data layer
§ Special fields for spatial info

23
New cards

Standalone Table

§ Stores any tabular data
§ Not associated with spatial data

24
New cards

Sorting Records

Sorted ascending or descending; does not affect original data

25
New cards

Turning off fields in table

o Does not delete, just removes from display

26
New cards

Field Data Types

o Short and long for integers

o Float and Double for Decimals

o Text

o Date

27
New cards

Geometry Fields

special fields in attribute tables called Shape_Length and Shape_Area

28
New cards

Coded domains

provide lists of values to pick from; EX conifer or deciduous

29
New cards

Range Domains

specify the range of numeric values permitted

30
New cards

shapefiles

o area fields that must be manually created and updated
o Automatically updated fields in a geodatabase are called shape_area

31
New cards

SQL

Structured Query Language-- for relational databases

32
New cards

Query

o Built into layer which can temporarily remove unwanted features and can improve quality and speed of map display

33
New cards

Joins

o Temporary relationships between tables used by relationship DBMS

34
New cards

One to one cardinality

§ States to governors
§ Husbands to wives

35
New cards

One to many cardinality

§ States to cities
§ Districts to schools

36
New cards

Many to one cardinality

§ Cities to states
§ Schools to districts

37
New cards

Many to many cardinality

§ Students to classes
§ Stores to customers

38
New cards

Topology

o Spatial relationships between features

39
New cards

Logical consistency

o When topology match real world
Ex. Roads actually connect

40
New cards

Dangle

o Lines fail to connect

41
New cards

Coincident Boundary

o Shared edge that contains exactly the same x-y pairs for both adjacent polygons

42
New cards

Snapping

Ensures ends of roads or vertices of polygons match

43
New cards

Snap tolerance

distance of snapping points

44
New cards

Schema changes

o those that affect the structure of a table
o ex: adding/deleting fields, or modifying domains

45
New cards

Editing Changes

o Affect the properties of individual feature coordinates or attributes
o Not possible when there are unsaved schema changes

46
New cards

Feature templates

Quickly access construction tools and attributes for a layer; can have multiple

47
New cards

Annotation

Set of labels stored in a feature class

48
New cards

Reference Scale

o Maintains consistent placement relative to map features

49
New cards

Spatial operators

intersect, contains/within, proximity

50
New cards

Intersect

tests whether or not features touch

51
New cards

Contains/ Within

tests whether a feature is inside another

52
New cards

Proximity

tests whether features are within specified distance of another

53
New cards

zones

areas of raster/feature dataset that share the same integer value

54
New cards

contains operator

permits feature to lie on edge of containing feature

55
New cards

Completely contains operator

does not permit a shared boundary

56
New cards

Target layer

layer in spatial query from which features are selected

57
New cards

source layer

layer in spatial query that target features are compared to

58
New cards

Overlay

provides a way to split features so there is always a one to one correspondence

59
New cards

Extraction functions

Clip, Erase

§ Clip and erase can change lengths or areas of features on boundary

60
New cards

Clip

keeps features inside feature boundary

61
New cards

Erase

keeps features outside feature boundary

62
New cards

On the fly clipping

o Temporary clip applied to map layout
o Performed on many layers simultaneously

63
New cards

Sliver polygons

o Tiny polygons created during geoprocessing
o Result of slight differences in boundaries

64
New cards

Model Builder

o Way to string functions together to create work flow
o Useful for grouping sets of related functions for repeated use
o Created inside toolboxes
o Can be shared with others and converted to scripts

65
New cards

Spatial Interpolation

Computational procedure for estimating surface values for continuous variables at unsampled locations

66
New cards

Raster Calculator

Combines different rasters into one big raster

67
New cards

Neighborhood functions

mean, majority, variety

68
New cards

Zonal Functions

o Two input data – zone layer: defines boundaries of zone – Value layer: defines the value of the phenomena

69
New cards

Density Functions

o Count number of features within specified circle, divide by circle area to yield density value

70
New cards

Heatmap

Symbology draws point features as a dynamic, representative surface or relative density

71
New cards

Least Cost Path

Uses cost raster (slope) to quantify cost of travel and combines it with distance raster to determine the easiest route between points

72
New cards

Aspect

o Deepest downslope direction
o Determines direction of water flow over terrain surface

73
New cards

Shaded Relief Map

o Shadow effect produced by interaction of sun with topographic surface

74
New cards

Viewshed Analysis

o Region that is visible from a given vantage point in the terrain

75
New cards

Flow Direction

o Determined by comparing elevation data of a cell to its neighbors

76
New cards

Snapping

o Used to snap or align an extent during execution
o When output cell is same size as snap raster size, the cells in output raster are aligned with cells of snap raster

77
New cards

Resources

Data sets, web maps, geoprocessing services

78
New cards

Data sets

can be downloaded and stored locally

79
New cards

web maps

provide content that can also be used by mobile devices

80
New cards

Geoprocessing services

allow analysis to be performed on server side

81
New cards

Work flow

o Sequence of data management or analysis steps needed to complete task, allows less chance for errors

82
New cards

Metadata

Data about data; where it came from, how it should be used

83
New cards

CSDGM

content standard for digital geospatial metadata

84
New cards

lineage

where data came from and how it was processed, metadata related to data quality

85
New cards

feature layer

point, line, or polygon features and their attributes