diff options
author | gdt <gdt@pkgsrc.org> | 2022-04-14 12:34:16 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-04-14 12:34:16 +0000 |
commit | af3d5231bbe74690c259b0b3d5bffdb2263583ca (patch) | |
tree | edc5c55c1ad4bea62c942ba735e0f361d668712a /geography/gama/PLIST | |
parent | 97e7dca67f386f02005ecd747dd070271e50a967 (diff) | |
download | pkgsrc-af3d5231bbe74690c259b0b3d5bffdb2263583ca.tar.gz |
geography/gama: Update to 2.18
* Changes in release 2.18 (2022-04-09)
New conversion class K2gkf (lib/krumm) with accompanying program
krumm2gama-local and the testing suite for converting input data
format used in the text book "Geodetic Network Adjustment Examples" by
Friedhelm Krumm, Geodätisches Institut Universität Stuttgart, 2020.
Not all input data in Krumm Format can be converted to GNU Gama,
i.e. to the adjustment program gama-local input XML:
* scale factor is not implemented in gama-local adjustment
* gama-local does not enable fixing only x coordinate (or y
coordinate) for 2D free network to remove singularity. This kind
of regularization has very little practical meaning. Technically
it would be possible to enable this feature in gama-local, but it
is questionable if the outcome would not enable more confusion
than possible outcome. Adustment should not be dependent on the
coordinate system used.
* gama-local does not deduce that an azimuth to the unknown point
P can be combined with some angle pointing to the P to create a
new feigned azimuth. This is an interesting feature which may
be implemented in some future version, namely in the gama-local
stage of computing approximate coordinates.
* nonlinear conditions are not implemented in gama-local
* BLH coordinates are not supported in gama-local
Diffstat (limited to 'geography/gama/PLIST')
-rw-r--r-- | geography/gama/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/gama/PLIST b/geography/gama/PLIST index e5c56b58dd7..47395e2a553 100644 --- a/geography/gama/PLIST +++ b/geography/gama/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2021/01/24 14:52:25 gdt Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/04/14 12:34:16 gdt Exp $ +bin/cmp_xml_file bin/gama-g3 bin/gama-local bin/gama-local-gkf2yaml bin/gama-local-xml2sql bin/gama-local-xml2txt bin/gama-local-yaml2gkf +bin/krumm2gama-local info/gama.info |