Topography Model Instructions
From GeoMod
This model can be used to illustrate topography. You can modify the code to allow importing from different raster datasets as exported from ARC-GIS. This model uses the Raster Class.
Contents |
[edit]
Download software
| Operating System | Download |
|---|---|
| All OSs (with VPython installed) | The topo model code page |
| Windows XP and Vista installer | NA (2.9 Mb) |
[edit]
The software
[edit]
User's Guide: Model Controls
[edit]
Interactive changes
- The slider controls the level of the horizontal blue plane that represents the water level.
- The "Map View" button will reset the view to a top down "map" view of the area.
[edit]
Non-interactive changes
- To change the type of topography represented you will need to uncomment then relavent lines in the code (near line 26):
topog.block_contour(contour_interval=4, contour_color=1) #draws blocks topog.surface_3d( scale=53) #draws smoothe surface
- You can change the topography itself by importing a text raster file output from ArcGIS. Change test.txt in the line
topog = raster_import("test.txt")
[edit]
Multimedia
- Demonstration Quicktime .mov: Media:topo_demo.mov
- Quicktime .mov of a basin filling: Media:Topo-demo-basin.mov
- Quicktime .mov of a basin draining: Media:Basin-drain.mov
[edit]
Notes
- A work in progress, but still useful.

