<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE page SYSTEM "gen/gandraxa.dtd">
<?xml-stylesheet type="text/xsl" href="gen/gandraxa.xsl"?>
<!--
	To see this page properly, install a browser capable of
	interpreting XML/XSL, for example a recent version of:
	- Mozilla Firefox, see http://www.mozilla.com/
	- Google Chrome, see www.google.com/
	- Internet Explorer, see http://www.microsoft.com/
-->
<page>
	<head>
		<title>Digital Terrain Analysis</title>
		<url>http://www.gandraxa.com/digital_terrain_analysis.xml</url>
		<context>
			<path>
				<home>
					<link loc="int">
						<url>home.xml</url>
						<text>Home</text>
					</link>
				</home>
				<dir>
					<link loc="int">
						<url>articles.xml</url>
						<text>Articles</text>
					</link>
				</dir>
				<doc>Digital Terrain Analysis</doc>
			</path>
		</context>
		
		<author>
			<mail>
				<recipient>hg</recipient>
				<server>gandraxa.com</server>
				<name>Herbert Glarner</name>
			</mail>
		</author>
	</head>

	<abstract>
		<p><ptitle>Abstract</ptitle>
			This page lists the articles of the series 
			Digital Terrain Analysis.</p>
	</abstract>



	<part>
		<heading id="A">Articles</heading>
			<body>
				<list>
					<li>
						<link loc="int">
							<url>digital_elevation_models.xml</url>
							<text>Digital Elevation Models</text>
						</link>: A guide on how to obtain DEM data from the 
						U.S. Geological Survey for virtually every area in the world, 
						and how to interpret and verify the obtained data.</li>
					<li>
						<link loc="int">
							<url>isometric_projection.xml</url>
							<text>Isometric Projection</text>
						</link>: this articel provides the theoretical and technical background 
						of projecting obtained elevation data isometrically.</li>
					<li>
						<link loc="int">
							<url>isometric_tiling.xml</url>
							<text>Isometric Tiling</text>
						</link>: In this article the implementation of an underground consisting of isometric tiles will be studied.</li>
				</list>
			</body>
	</part>

</page>

