Info Tech Exam 1.2

5.0(1)
studied byStudied by 21 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

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.

62 Terms

1
New cards

What is attribute data and what types of geospatial data have it?

It provides characteristics about spatial data beyond location

2
New cards

What makes something spatial data?

if it references location for its basis

3
New cards

What are some reasons we need to use GIS’s?

GIS is easy to manipulate

good for large data points

easy to share

4
New cards

Uses of attribute data

to symbolize map features

select features

serve as variables for analysis

5
New cards

Rows

records

6
New cards

columns

attributes

7
New cards

single symbol

knowt flashcard image
8
New cards

categories

knowt flashcard image
9
New cards

quantified

knowt flashcard image
10
New cards

the ways ArcMap assigns breaks to continuous data and why you might use them

So you can take out the data you don’t need

Makes data easier to manipulate

11
New cards

You can select data based on:

filter

query

interactive selection

12
New cards

Reasons to select features:

perform calculations on just selected features

highlight for visualization

create dataset from selected data

13
New cards

Once you have a selection you can:

add

remove

select from

switch

clear your selection

14
New cards

(TYPE=”UH”) OR (TYPE=”LP”)

Select all with that are either type UH or type LP

15
New cards

(TYPE=”UH”) AND (AGE<30)

select all that are both type UH and less than 30 years old

16
New cards

Interactive select

click on the selection you want

17
New cards

Select by location

select by intersection, distance from, touching…

18
New cards

Raster

features depicted by contents of grid cells

pixelated up close

better for land cover

good for large datasets

worse for having a loss of small info

19
New cards

Vector

features defined by coordinate pairs

high resolution up close

better for buildings and roads

does not lose clarity up close

larger data set

20
New cards

Files in a shapefile

shapename.shp

shapename.dbf

shapename.shx

21
New cards

common files extension for raster

.tif

.bmp

22
New cards

Common file extension for vector

.shp

23
New cards

Nominal

think names

no numeric meaning or relative ranking

may use numeric codes

24
New cards

Ordinal

labels or categories

but ranking is meaningful

difference between categories might not be consistent

1rst, 2nd, 3rd,…

very good, moderate, poor

25
New cards

Interval

numerical values

zero is not absolute

ratios not always meaningful

time and temperature

pH

26
New cards

Ratio

zero is absolute

zero doesn’t change with units

ratios meaningful

27
New cards

Integer

whole number

short/long

28
New cards

float

has a decimal

single/double

29
New cards

DEM

digital elevation model

30
New cards

DRG

Digital raster graphic

31
New cards

Components of a map

North Arrow

Scale Bar

Bounding Box

Legend

Title

32
New cards

All projections

distort the earth

33
New cards

Geographic coordinate system

angular units (not distance) (degrees, minutes, seconds)

doesn’t involve a projection

latitude, longitude, parallel, meridian

34
New cards

Projection coordinate system

projection of the earth onto a plane

cartesian coordinates (x,y)

distance units (meters, feet,…)

mathematically defined

35
New cards

Angular

degrees, minutes, seconds

36
New cards

Cartesian

(x,y)

37
New cards

Common coordinate systems:

geographic

state plane

utm

38
New cards

Datum

represents assumptions about the shape of the earth

39
New cards

Why is UTM accurate at smaller scales?

Split into zones - zones matter

It minimizes distortion by doing this

40
New cards

Why do states use different projections for their state plane coordinate systems?

To minimize error

states may be broken up into zones

choose different projections based on shape

41
New cards

Projections

there will always be distortion

42
New cards

UTM scale

good at small scale

43
New cards

Geographic scale

good at big picture

44
New cards

State Plan scale

good at state scale

45
New cards

Where to find Coordinate system

in metadata

46
New cards

Dataframe

complete maps to themselves

47
New cards

Layers

different sets of data and displayed within the data frame

projected into the coordinate system of the dataframe

48
New cards

Layer coordinate systems

can be different but it is better if they are the same if you are calculating area and/or distance

49
New cards

When projection isn’t defined

you just have to figure it out

can still use data

50
New cards

How GPS receivers determine their location

read the differences in times sent by different satellites to triangulate its location.

51
New cards

3 components of GPS

satellites

control (monitor, orbits and clock)

and GPS receiver

52
New cards

common sources of GPS error

Ionospheric Delay

Clock Errors

Multipath Error

53
New cards

WAAS

keeps track of error and lets your GPS unit know

corrects clock error

54
New cards

Differential correction

using a base station with known location to test error

used to correct all error types

55
New cards

How many satellites do you need to get your position in 3d?

4

56
New cards

Accuracy

closeness of a measured value to a standard or known value

measure of bias

how close the test is to the true value

57
New cards

Precision

measure of exactness

how close the tests are to each other

58
New cards

How to measure area in arcmap

In attribute table, right click then calculate geometry

59
New cards

Standard Deviation

measure of the distribution of data

lower values means they are closer together

doesn’t use a true value

measure of preciseness

60
New cards

Root Mean Squared Error (RMSE)

uses difference from true value rather than just the mean

lower means closer to true value

61
New cards

How RMSE is calculated

(Observed- actual value) squared

Add together and divide by n – average

Take square root

62
New cards

Bias

Metric related to the systematic accuracy of the data

Not just random error