查看文章 |
sdts2dem: a Translator for SDTS DEM FilesVersion 0.018: April 29, 2002The sdts2dem program translates USGS DEM files from SDTS format to "native" format.
Browse the program source code, which includes the revision history: sdts2dem.c Download a self-contained executable file for Windows: sdts2dem.exe Download the source package for Unix or Windows, including the f123 library: f123.tar.gz or f123.zip HistoryThe United States Geological Survey (USGS) produces digitally-encoded terrain data in the form of regular grids called "digital elevation models", or DEM files. Several different file formats have been used, culminating in the incredibly complex Spatial Data Transfer Standard, or SDTS. The adoption of SDTS was a giant step backwards. While previous DEM files could be read by relatively simple programs, SDTS file are difficult to read even with the help of a large external library (which may or may not be available in the language of choice). The late Sol Katz, of the Bureau of Land Management, wrote the sdts2dem program to read SDTS DEM files and produce files in the simpler "native" format. This translation program was a great boon to those who just wanted to read the data without fighting a complex encoding. In the summer of 2001, changes in the use of SDTS format by the USGS improved the data quality but rendered the sdts2dem program nearly useless. Having a need to convert the new files, I modified the program to handle the format changes and published the new version on the web. There turned out to be a great demand for it and I seem to have become its ongoing caretaker. The revised sdts2dem program:
UsageHere are some guidelines for using sdts2dem successfully on a Windows system.
DataIn the summer of 2001, the USGS suddenly halted its free distribution of SDTS DEM files via FTP. The distribution function was assumed to some extent by commercial concerns, and IntraSearch MapMart has a nice map-based interface that provides up to ten free quadrangles per batch in exchange for personal information. It appears, though, that production of SDTS DEM files has halted. Current USGS efforts focus on the National Elevation Dataset, which provides seamless coverage using different file formats. Related LinksMapMart DEM download pageDEM Standards (for the native format written by sdts2dem) USGS SDTS site History of SDTS format changes SDTS Standards
Gregg Townsend |