-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
54 lines (38 loc) · 1.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# GNU Gama
Gama is a Free Software package for geodesy and surveying, available
under the under the GNU General Public License, version 3 or later.
The Gama project was started in 1998, and in 2001 it became a GNU
package.
## Description
GNU Gama is a project dedicated to adjustment of surveying and
geodetic networks. It is intended for use with traditional surveying
instruments, which are still in widespread use despite the advent of
Global Navigation Satellite Systems. Traditional instruments are
necessary for mm-level precision in local areas, and for underground
or interior measurements. Gama also has some support for adjustment
of networks containing GNSS observations.
Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
## Documentation
As a GNU program, documenttion is available in texinfo format,
resulting in a pdf manual and info pages.
## Building gama
Note that the version number of the package is defined in
configure.ac.
### Prerequisites
Gama assumes a system complying with POSIX, and a compiler that
spports C++11. Gama intentionally avoids C++14 or later constructs
for improved portability.
### Build and Test
Beyond that, the standard autotools instructions, available in
INSTALL, apply. Note that Gama's tests may be run via "make test".
## More information
More information on GNU Gama can be found at
http://www.gnu.org/software/gama
This includes links to the project page on savannah, where one can
find mailinglists, a bug tracker, and source code repository. GNU
Gama does not have any repository mirrors.