Menu

Tree [73bae0] master /
 History

HTTPS access


File Date Author Commit
 CoordinateConversion 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 autom4te.cache 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 data 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 docs 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 dtcc 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 lib 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 sampleCode 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 #Makefile.am# 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 .emacs.desktop 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 AUTHORS 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 COPYING 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 ChangeLog 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 INSTALL 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 Makefile.am 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 Makefile.in 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 NEWS 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 README 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 README~ 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 aclocal.m4 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 autoscan.log 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 config.guess 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 config.h.in 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 config.sub 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 configure 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 configure.ac 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 configure.ac.sav 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 configure.scan 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 depcomp 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 install-sh 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 ltmain.sh 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 make.txt 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit
 missing 2014-12-18 mike_pfauth mike_pfauth [73bae0] Initial commit

Read Me

$Id$

1.  I do most of my work on Linux and I was not satisfied with the build system
provided by NGIS for their GeoTrans product.  It works, it but does not install
the headers and libraries and it is clunky besides.

2.  This package is merely GeoTrans 3.4 ported to an Automake build system.  I
have not otherwise modified it except to fix bugs as noted in ChangeLog.

3.  I use GeoTrans in my own work and find it handy, not least because of its
support for many map projections and coordinate systems.  GeoTrans dates from
the mid-90's when secure programming was just a small blot on a distant
horizon.  If security and safety are important concerns then beware.  I have
never had a problem but maybe I am just lucky.

4.  This package was developed and tested on Linux using the GNU compiler. I
don't know what will happen if compiled on other UNIXs.  If you trust
autoconf, then it should just work ;=).

5.  If you want the lib and doc dirs to have the Geotrans version number in it
(eg /usr/local/lib64/geotrans3.4) then at configure time specify the lib dir something
like this:  --libdir=/usr/local/lib64/geotrans3.4.  Similarly for the doc
dir.  I couldn't figure out how to make automake do this and finally decided
that it was not worth pursuing.

6.  The uninstall target works but make must be run from the same directory
in which geotrans was built and installed.

7.  There are several useful and edifying documents in the docs directory.

8.  Programs built with Geotrans require the MSPCCS_DATA environment variable to be
set to the location of its data files, one of which is 3_param.dat, see docs/MSP_Geotrans_Users_Guide.pdf.

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.