Gizela: Porovnání verzí

Z GeoWikiCZ
(projekt Gizela)
 
m (source code)
 
(Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.)
Řádek 6: Řádek 6:
* computing statistical quantities for coordinate displacement test
* computing statistical quantities for coordinate displacement test
* drawing error ellipses and displacement ellipses (with Matplotlib]
* drawing error ellipses and displacement ellipses (with Matplotlib]
* [https://github.com/gizela/gizela source code on GitHub]




Řádek 24: Řádek 25:


==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 32:


  easy_install Gizela
  easy_install Gizela


==Coordinate displacement test==
==Coordinate displacement test==
Řádek 41: Řádek 41:
* Michal Seidl mailto:michal.seidl@fsv.cvut.cz
* Michal Seidl mailto:michal.seidl@fsv.cvut.cz
* Tomáš Kubín [[Tomáš Kubín]], mailto:tomas.kubin@fsv.cvut.cz
* Tomáš Kubín [[Tomáš Kubín]], mailto:tomas.kubin@fsv.cvut.cz
[http://slon.fsv.cvut.cz/trac/gizela Gizela Trac (authorized access)]

Aktuální verze z 27. 12. 2013, 14:44

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]
  • source code on GitHub


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)