week of january 29 today’s agenda: –announcements & reminders –assignment #1 is due today...

27
Week of January 29 • Today’s agenda: – Announcements & reminders – Assignment #1 is due today – File encryption for peace-of-mind – Printing, the never-ending saga … – New MFworks operations – Assignment #3 – Work session for Assignment #2 & #3

Upload: julia-williamson

Post on 31-Dec-2015

216 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Week of January 29

• Today’s agenda:– Announcements & reminders– Assignment #1 is due today– File encryption for peace-of-mind– Printing, the never-ending saga …– New MFworks operations– Assignment #3– Work session for Assignment #2 & #3

Page 2: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Announcements & Reminders

• Assignment #2 is due next week

• What to do if your Zip disk experiences “problems”– Do NOT initialize the disk– See Joe in 2215 to recover the information– If Joe is not around - slip the disk under his

door with a note explaining the problem and your name

Page 3: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

If you haven’t done so already, Submit Assignment #1

Page 4: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Apple File Security

• You can use this to prevent others from looking at or using your work

• You can do this to files you are leaving on the hard-drive in the User-files (temp) folder

Page 5: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

How to do it

• Open the “items for GISCI” folder on the desktop

• Double-click “Apple File Security”

• Select the name of the file you wish to encrypt

Page 6: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Fill in the passphrase dialog box

Be sure that“Add to Keychain” is NOT checked

Enter a passphraseSomething you will remember!Suggestion: your student #If you forget the passphrase then the file is toast!

Page 7: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

The result…

• The file is secure from others

• Double-clicking the file will prompt you for the passphrase

• Secure files have a small “key” in their icon

Page 8: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Printing

• Latest news is …we can print!

• Printing will be to the GIS lab Black and White laser printer

• No need to change any options or settings when you do print

• Do not change the default printer

Page 9: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

New MFworks operations this week

• Boolean operations: NOT, AND, OR

• Combine

• Cross

Page 10: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Boolean operations: NOTMaplayer 1Cell value

Output layerCell value

0 1 1 0

Page 11: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

MFworks NOTnot_example = NOT ("input layer 1”) ;

NOT

Page 12: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Boolean operations: AND

0 0 0 0 1 0 1 0 0 1 1 1

Maplayer 1Cell value

Maplayer 2Cell value

Output layerCell value

Page 13: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

and_example = "input layer 1" AND "input layer 2" ;

MFworks AND

AND

Page 14: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Boolean operations: ORMaplayer 1Cell value

Maplayer 2Cell value

Output layerCell value

0 0 0 0 1 1 1 0 1 1 1 1

Page 15: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

MFworks ORor_example = "input layer 1" OR "input layer 2" ;

OR

Page 16: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Combine

• Generates a new map

• Works on n input maplayers

• Each zone in the new map identifies a unique combination of values from the input layers

Page 17: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

MFworks Combine syntax“combine-example” = Combine "input layer

1" with "input layer 2” ;

Page 18: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Combine in action

Combine

Page 19: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Another Combine example• using combine to compare an old map of

forest cover with a new map of forest cover.

Forest Cover in 1945 Forest Cover in 1992

Page 20: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

The Combine would identify the cells where there has been no additional forest growth, where forest has been lost, where forest has been gained, and where no change has occurred.

CombineForest 1992Forest 1945

Page 21: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Cross

• The Cross operation performs map layer cross tabulation

• It works like a Recode + Combine operation where you assign values to specific zones in the output map layer by combining values from the input map layers

Page 22: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

MFworks Cross syntax"cross-example" = Cross "input layer 1" and "input layer

2" Assigning 0 To 0 With 0Assigning 1 To 1 With 0Assigning 2 To 0 With 1Assigning 3 To 1 With 1 ;

Page 23: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Cross in action

CrossAssigning:0 To 0 With 01 To 1 With 02 To 0 With 13 To 1 With 1

Page 24: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Another Cross exampleWith a map of a flood and a map of roads, you could identify places where roads were flooded.

Flood mapRoad map

Cross

Page 25: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Assignment #3

• Spatial Multicriteria Decision Making• Using a GIS to find a place to live

– What are some criteria to consider when choosing a residence?

• Data files for this assignment are found in two folders in the Geog280b folder on the OSX1B drive:

Page 26: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Assignment #3 is duethe week of Feb. 12

Page 27: Week of January 29 Today’s agenda: –Announcements & reminders –Assignment #1 is due today –File encryption for peace-of-mind –Printing, the never-ending

Remainder of today

• Work session on Assignments #2 and #3• Any questions?