Gizela: Porovnání verzí

Z GeoWikiCZ
m (→‎Authors: trac)
Řádek 24: Řádek 24:


==Install with <code>easy_install</code>==
==Install with <code>easy_install</code>==
Go to [http://pypi.python.org/pypi/Gizela/ Gizela project page]. Download tarball and install:
Go to [http://pypi.python.org/pypi/Gizela/ Gizela pypi page]. Download tarball and install:


  easy_install Gizela-_"version"_.tar.gz
  easy_install Gizela-_"version"_.tar.gz
Řádek 31: Řádek 31:


  easy_install Gizela
  easy_install Gizela


==Coordinate displacement test==
==Coordinate displacement test==

Verze z 11. 1. 2013, 13:16

caption

Gizela 1.0 software project provides

  • reading adjustment of geodetic network from program gama-local v. 1.9 (xml results) with covariance matrix
  • computing statistical quantities for coordinate displacement test
  • drawing error ellipses and displacement ellipses (with Matplotlib]


Install from source

Clone with git:

git clone git://github.com/gizela/gizela.git

Build Python package:

cd gizela
python setup.py sdist

Install package:

easy_install dist/Gizela-_'version'_-tar.gz


Install with easy_install

Go to Gizela pypi page. Download tarball and install:

easy_install Gizela-_"version"_.tar.gz

Or simply use easy_install without previous download:

easy_install Gizela

Coordinate displacement test

Use script:

bin/gama-data-adj.py

Authors

Gizela Trac (authorized access)