ESS490
ESS490 Fall 2011</body> Gregg's Main Class Page

GIS web server run by Harvey

Landslide studies after the storm of 2009.

Puget Sound LiDAR Consortium

SHALSTAB model
SHALSTAB model sensitivity and the actual equation
1998 SHALSTAB paper
Little Mountain : an interesting place to look at landslides.
slipnslide directory
slipnslide.zip as of Mon Oct 24 18:21:10 PDT 2011

To get my http program:

import urllib
f = urllib.urlopen("http://gis.ess.washington.edu/grg/courses/ess490_python/http.py")
g = open("http.py","wb")
g.write(f.read())
f.close()
g.close()

My factoring program