File: control

package info (click to toggle)
totalopenstation 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,576 kB
  • ctags: 296
  • sloc: python: 2,032; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,483 bytes parent folder | download
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
Source: totalopenstation
Section: utils
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python,
 python-setuptools,
 python-tk
Standards-Version: 3.9.6
Homepage: http://tops.iosa.it/
Vcs-Git: git://anonscm.debian.org/pkg-grass/totalopenstation.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/totalopenstation.git

Package: totalopenstation
Architecture: all
Depends:
 python-tk,
 ${misc:Depends},
 ${python: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.