pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gama geography/gama: Update to 2.05



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c20cbb8c710
branches:  trunk
changeset: 323542:7c20cbb8c710
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun May 12 17:33:00 2019 +0000

description:
geography/gama: Update to 2.05

Version 2.05 May 2019

* The program gama-local for adjustment of local surveying networks
  used a C++ class Acord for computing approximate coordinates of
  adjusted points, if these were not explicitly given on
  input. Acord's computations were based on intersections (and local
  transformations if necessary) of the tuples of determining
  observations (for example a bearing and a distance). Gama-local
  expected input data to be free of blunders, which might be a strong
  assumption in practice.

  New class Acord2 was introduced as a robust alternative for typical
  two dimensional input configurations (Acord2 is not a complete
  general solution yet); the idea is to find all (or as many as possible)
  solutions of coordinates of a selected point and use their median as
  the robust position estimation. Algorithm Acord2 is followed by the
  original Acord intersections in gama-local, before the adjustment
  solution of the network. Acord2 is based on the master's thesis by
  Petra Millarov? <petramillarova%gmail.com@localhost>

diffstat:

 geography/gama/Makefile |   4 ++--
 geography/gama/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r e240d4e7010f -r 7c20cbb8c710 geography/gama/Makefile
--- a/geography/gama/Makefile   Sun May 12 12:27:46 2019 +0000
+++ b/geography/gama/Makefile   Sun May 12 17:33:00 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2019/04/08 23:09:12 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2019/05/12 17:33:00 gdt Exp $
 #
 
-DISTNAME=      gama-2.04
+DISTNAME=      gama-2.05
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 
diff -r e240d4e7010f -r 7c20cbb8c710 geography/gama/distinfo
--- a/geography/gama/distinfo   Sun May 12 12:27:46 2019 +0000
+++ b/geography/gama/distinfo   Sun May 12 17:33:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/04/08 23:09:12 gdt Exp $
+$NetBSD: distinfo,v 1.12 2019/05/12 17:33:00 gdt Exp $
 
-SHA1 (gama-2.04.tar.gz) = 4235e30f2017d7196848409f861dc53620c7bd93
-RMD160 (gama-2.04.tar.gz) = 33dabbbe69005ae4b70d49675fe5a0ed2c35b596
-SHA512 (gama-2.04.tar.gz) = 51db850547114d27a6bf2093d9c966ed86b2a0d7aa934ef0fae22533c27e6e8f57edf48330bbe65a38f84b2fcca93b13727667a14b8bf230edfaa08262151b30
-Size (gama-2.04.tar.gz) = 4563617 bytes
+SHA1 (gama-2.05.tar.gz) = 1e7674001b00942e12ae66bfd083ca8ee5572d99
+RMD160 (gama-2.05.tar.gz) = af22bd633cf70bad127430f73f17970469f33c0c
+SHA512 (gama-2.05.tar.gz) = bcb3dd915caa772a6ffb6a7be20fecc46a100b0b57a121244b1a2bd5c5d63cf98dfb190de56fa618ddda2a0e2d8c98cf04630020172df81913fead8c1c4604bf
+Size (gama-2.05.tar.gz) = 4597507 bytes



Home | Main Index | Thread Index | Old Index