Menu

Tree [aba609] master /
 History

HTTPS access


File Date Author Commit
 build-aux 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 gui 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 include 2012-12-09 Aaron Brown Aaron Brown [4f4edf] Added destructor to DataRecordDescription
 res 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 src 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 .autotools 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 .cproject 2013-05-18 Aaron Brown Aaron Brown [aba609] Updated Project setup
 .gitignore 2012-10-28 Aaron Brown Aaron Brown [2e8341] Removed tracking of files autogenerated by conf...
 .project 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 AUTHORS 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 CHANGES 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 COPYING 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 ChangeLog 2012-10-04 Aaron Brown Aaron Brown [420e0a] Separated GUI files into gui/ and configured no...
 INSTALL 2012-09-22 Aaron Brown Aaron Brown [a2baea] Starting to port to Qt
 Makefile.am 2012-10-04 Aaron Brown Aaron Brown [420e0a] Separated GUI files into gui/ and configured no...
 Makefile.in 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 NEWS 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 README 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 README.MacOSX 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 TODO 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 aclocal.m4 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 autogen.sh 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 bootstrap 2012-09-25 Aaron Brown Aaron Brown [0a289d] Further work on Qt setup
 cleanup.sh 2013-05-18 Aaron Brown Aaron Brown [aba609] Updated Project setup
 configure 2013-05-18 Aaron Brown Aaron Brown [89c555] Updated AutoTools
 configure.ac 2012-10-04 Aaron Brown Aaron Brown [420e0a] Separated GUI files into gui/ and configured no...
 depcomp 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 dtedconverter.dev 2010-06-19 Aaron Brown Aaron Brown [1db4b8] Fixing initial update
 install-sh 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.
 missing 2012-09-20 Aaron Brown Aaron Brown [2f3975] Converted to an OO model of DTED File/data layout.

Read Me

                                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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.