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 | |
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
-rw-r--r-- | geography/gama/Makefile | 4 | ||||
-rw-r--r-- | geography/gama/PLIST | 4 | ||||
-rw-r--r-- | geography/gama/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile index cb7ad76be44..ed6531feeb5 100644 --- a/geography/gama/Makefile +++ b/geography/gama/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2022/01/30 15:44:15 gdt Exp $ +# $NetBSD: Makefile,v 1.50 2022/04/14 12:34:16 gdt Exp $ # -DISTNAME= gama-2.17 +DISTNAME= gama-2.18 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} 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 diff --git a/geography/gama/distinfo b/geography/gama/distinfo index a5232dc2639..5f455597dca 100644 --- a/geography/gama/distinfo +++ b/geography/gama/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2022/01/30 15:44:15 gdt Exp $ +$NetBSD: distinfo,v 1.27 2022/04/14 12:34:16 gdt Exp $ -BLAKE2s (gama-2.17.tar.gz) = b0477e214ce2d1b730c1b0270829239182eafc2f0199bd09addf6082bcf1936d -SHA512 (gama-2.17.tar.gz) = 6714ed1debcf63dcaa151751cb190dcbb895c29e615ea692a146dbfc728da2bdd80a9aee63e07f40105aae7d82f53a985247b528cbf4cfa03655123775780438 -Size (gama-2.17.tar.gz) = 14691510 bytes +BLAKE2s (gama-2.18.tar.gz) = 4ee68b7b50000f7b3089f8092314e644c6d9383d15655eecb29115d4e169858e +SHA512 (gama-2.18.tar.gz) = 109c61254427b0030ef61cfba63318d2bdf1aa978cbb4248c3f0a88ec2e50ba5d834241da2edf84a2bf003845877d07416791222f2eb7f137d58908a6be60381 +Size (gama-2.18.tar.gz) = 14751694 bytes |