DTED Converter Code
Status: Inactive
Brought to you by:
mrhappypants
DTED Converter
http://dtedconverter.sourceforge.net/
Copyright (c) 2009 Aaron Brown
Original Author
===============
Aaron Brown
aaron.j.brown90@gmail.com
Introduction
============
DTED Converter is an Open Source program which converts Digital Terrain
Elevation Data from one Level to another. Conversions to a higher accuracy data
level from a lower level are made by interpolating the grid of elevations from
the original data and as such are not perfect. The idea of the program is to
enable users to convert free DTED Level 1 data for use with programs which
require DTED Level 2 data.
This is the DTED Converter README file. It includes simple build instructions,
user community references, other information for DTED Converter development, and
a manifest of the source code layout.
Obtaining DTED Converter
========================
DTED Converter Main Site: http://dtedconverter.sf.net
DTED Converter Project Site: http://sf.net/projects/dtedconverter
The main DTED Converter website provides access to almost all of the resources
available for DTED Converter, including links to downloading source
distributions and Microsoft Windows binary files.
DTED Converter is also available directly from SVN. To obtain DTED Converter
from SVN, it is expected that you have a basic understanding of software
development. Active development is on SVN trunk and stable releases are archived
in SVN releases. If you wish to download the SVN repository, anonymous access is
provided at:
https://dtedconverter.svn.sourceforge.net/svnroot/dtedconverter
Compiling and Installation
==========================
To compile DTED Converter, provided prerequisits are installed, the following
steps should suffice:
./configure
make
su -c "make install"
dtedconverter
If configure detected everything it needed to build DTED Converter, the
executable will be in src/ as 'dtedconverter'. The program can be run directly
from this folder, though typically you will want to run 'sudo make install' to
install DTED Converter properly for your system.
If you're building on a platform that has a README.* file, you should consult
that file as they contain additional instructions and details specific for
building on that platform.
Communication
=============
The DTED Converter project is entirely based on the sourceforge.net network.
To communicate with the developers and wider community, visit:
http://sourceforge.net/projects/dtedconverter/support
http://sourceforge.net/projects/dtedconverter/forums
Bug Reports and Support
=======================
For reporting bugs and unexpected behavior, please go to the DTED Converter bug
tracking system at:
http://sourceforge.net/tracker/?group_id=276327
Alternatively, you can email bug reports to the developers, but the web based
method is preferred.
Contributions
=============
If you wish to contribute to DTED Converter, please contact the project
administrator mrhappypants (mrhappypants@users.sourceforge.net) and include
your sourceforge.net user_id and user_name.
Contributors
============
All contributors to DTED Converter will be acknowleged, no matter how _great_
or _small_ the involvment, all help is appreciated. See the AUTHORS file for
more details.
Source Tree Organisation
========================
After unpacking a source distribution, you should have the following files in
the new 'dtedconverter' directory:
README - this file
README.* - platform specific details
AUTHORS - a list of all contributors
BUGS - a list of known bugs
ChangeLog - source code changes since previous release
COPYING - the license for DTED Converter
dtedconverter.dev - Windows Dev-C++ project
INSTALL - in-depth installation information
NEWS - history of visible changes for each release
TODO - incomplete list of things to do
bin/ - compiled binaries
build/ - compiled objects
include/ - include headers for libraries
res/ - resource files
src/ - source code