Topography Model Instructions

From GeoMod

Jump to: navigation, search
Animated gif demo. 444 kb
Enlarge
Animated gif demo. 444 kb

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

Download software

Operating System Download
All OSs (with VPython installed) The topo model code page
Windows XP and Vista installer NA (2.9 Mb)

The software

User's Guide: Model Controls

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.

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")

Multimedia


Notes

  1. A work in progress, but still useful.
Personal tools