Raster Calculator

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

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.

14 Terms

1
New cards

what does raster calculator combine

  1. map query

  2. map calculator

2
New cards

how is raster calculator different from interpolation

interpolation is trying to predict points based on some rule or criteria while the calculator takes the spatial context out

3
New cards

what is map algebra

cell by cell combination of raster layers using mathematical operations 

4
New cards

map algebra has strong ______ functions 

analytical 

5
New cards

what are the three steps of raster calculator

  1. enter algebra expression

  2. creates new raster layer

  3. preform complex analysis

6
New cards

what value represents true? false?

true - 1

false - 0

7
New cards

what kind of statement is used in raster calculator

condition statement (output whether condition is true or false)

8
New cards

what are some of the main operators 

== (equal to)

& (and) 

| (or)

!=(not)

9
New cards

what does a nodata value mean

  1. division by 0

  2. there is originally no data in that cell so output will also be no data

10
New cards

what is important when combining commands

following bedmas

11
New cards

relational operators are statements that

evaluate specific relational conditions (true/false statements)

12
New cards

relational operators

==, <, >, <>, >=, <=

13
New cards

Boolean output

answer can only have 1 or 2 possible answers (true or false)

14
New cards

what is the syntax of condition statement

condition (ex. if) (condition, true, false)