Week of Jan. 15

Announcements & Reminders

Does anyone need help formating a PC Zip disk for the Mac?

Important raster GIS concept

MFworks operations and functions

Operation Taxonomy

 

Cover operation

1) overlaying map layers

2) for mosaicking map layers

Cover operation
overlay statement format

Newmap = Cover maplayer1

with maplayer2

with maplayer3 ;

Cover

Cover operation
mosaic statement format

Newmap = Cover maplayer1

with maplayer2

mosaic ;

Recode operation

Recode statement format

newmap = Recode oldmap

Assigning newvalue To existingvalue ;

Recode modifiers

newmap = Recode oldmap

Assigning newval To existval Assigning newval2 To existval2existval3

Assigning newval3 To existval4Assigning newval4 Toexistval5 Assigning newval5 To

CarryOver ;

Slice operation

The concept of "Slice"

An example of the Slice in action Here is a map

The legend for this map looks like this

The same map after being sliced into 5

The resulting legend has only 5 zones

Slice operation
statement format

Newmap = Slice inputmap into value ;

modifiers of Slice

Newmap = Slice inputmap into value by value range value range use topvalue use middlevalue use bottomvalue makerangelabels ;

 

Spread operation

Spread statement format

newmap = Spread oldmap

To maximum distance ;

Spread will measure the distances starting from any non-void cells in the input map.

Clump

From the MFworks guide: "The Clump operation creates a map layer in which cells with the same value, within a specified distance of each other, are assigned a common unique value."

Format of the Clump operation

NewMap = Clump inputmap at Distance ;

The Clump in action

Clumped at distance 1

Clumped at distance 1.5

Clumped at distance 3

Another new item:
The Count function

Value

field

The Count in action

Binary Maps

A mask map is a special type of binary map

When to use masks

Assignment #2

Advice

Read over the entire assignment before beginning it

Things to remember from last week

That’s all