VRML 2.0 Topo Map URL Generator

This page allows you to interactively generate VRML 2.0 scenes of topographic maps of the world. The topographic data used is the ETOPO-5 dataset from the NOAA NGDC, a 5 arc minute resolution map of topography and bathymetry for the entire Earth's surface. The surface can be colored based on elevation, or texture-mapped with various other data sets. The texture maps available are the biosphere, an AVHRR composite, the CIA World Data Bank, and the topography data (using a texture map will allow higher resolution coloring with a coarse grid).

Use the menus and toggles below to set the size and quality of the map. To generate the VRML file, select a point on the map. The map will be centered around the point you pick; it currently will not wrap around the 180 degree line of longitude.

Grid resolution: Size of map:
Elevation exaggeration:
Output units:
Texture data: Max texture resolution:
Compress data (gzip)

The "Estimate .wrl size" button can be used before selecting a map point to get an idea of how large the file will be. This generator will reject all requests for any scene with more than 65,000 triangles, just to keep the load reasonable.

Texture maps are JPEG images, except for World Data Bank textures, which are in GIF format since they're mostly line data. If the texture option is "-none-", then individual vertex colors will be used instead of a texture.

If the "Compress data" option is on, the VRML file will be compressed with gzip before sending, which can save a lot of transmission time. If your VRML browser does not support gzip compression, turn this toggle off.

Please send any comments or bug reports to: pape@evl.uic.edu. (Be sure to indicate whether you're using the VRML 1.0 or 2.0 map generator)


Frequently Asked Questions:


Source code for etopo2mw, the program used to generate the VRML files.


Last modified 24 April 1997.
Dave Pape, pape@evl.uic.edu