1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: totalopenstation
Section: utils
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3,
python3-pygeoif,
python3-pytest,
python3-serial,
python3-setuptools,
python3-tk
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: http://tops.iosa.it/
Vcs-Git: https://salsa.debian.org/debian-gis-team/totalopenstation.git
Vcs-Browser: https://salsa.debian.org/debian-gis-team/totalopenstation
Package: totalopenstation
Architecture: all
Depends:
python3-tk,
${misc:Depends},
${python3:Depends}
Description: download and process data from total station devices
Total Open Station (TOPS for friends) is a free software program
for downloading and processing data from total station devices.
.
This is a task which is usually done by proprietary, dedicated and
Windows™-only software, but TOPS is different by nature, because:
.
- it is free software released under the GNU GPLv3 license;
- it works on any operating system, including mobile platforms like OpenMoko;
- it is designed to support as many devices and formats as possible,
all within the same program, opposed to having one program per device.
.
Every model has its own quirks, but TOPS uses a modular structure and keeps
the downloading of data logically separated from its processing, thus enabling
exporting data to a variety of output formats, even at a later moment.
Archiving of raw data is made easy by using plain text files.
|