⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmt_terragen.html

📁 gdal库的学习文档
💻 HTML
字号:
<html><head>	<title>Terragen --- Terragen Terrain File</title></head><body bgcolor="#ffffff"><h1>Terragen --- Terragen&trade; Terrain File</h1>Terragen terrain files store 16-bit elevation values with optional gridspacing (but not positioning).The file extension for Terragen heightfields is "TER" or "TERRAIN" (which in the former case is the same as Leveller, but the driver only recognizes Terragen files). The driver ID is "Terragen".The dataset is file-based and has only one elevation band.Void elevations are not supported. Pixels are considered points.<p><h2>Reading</h2><blockquote>dataset::GetProjectionRef() returns a local coordinate system using meters.<p>band::GetUnitType() returns meters.<p>Elevations are Int16. You must use the band::GetScale() and band::GetOffset() to convert them to meters.<p>&nbsp;<br></blockquote><h2>Writing</h2><blockquote>Use the Create call. Set the MINUSERPIXELVALUE option (a float) to the lowest elevation of your elevation data, and MAXUSERPIXELVALUE to the highest. The units must match the elevation units you will give to band::SetUnitType().<p>Call dataset::SetProjection() and dataset::SetGeoTransform()with your coordinate system details. Otherwise, the driver will not encode physical elevations properly. Geographic (degree-based) coordinate systems will be converted to a local meter-based system.<p>Elevations are Float32.<p>&nbsp;<br></blockquote><h2>Roundtripping</h2><blockquote>Errors per trip tend to be a few centimeters for elevations and up to one or two meters for ground extents if degree-based coordinate systems are written. Large degree-based DEMs incur unavoidable distortions since the driver currently only uses meters.<p>&nbsp;<br></blockquote><p><h2>History</h2>v1.0 (Mar 26/06): Created.<br>v1.1 (Apr 20/06): Added Create() support and SIZE-only read fix. <p><h2>See Also:</h2><ul><li> Implemented as <tt>gdal/frmts/terragen/terragendataset.cpp</tt>.<p><li>See <a href="./readme.txt">readme.txt</a> for installation and support information.<p><li> <a href="http://www.planetside.co.uk/terragen/dev/tgterrain.html">Terragen Terrain File Specification</a>.<p></ul></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -