Metadata-Version: 1.1
Name: totalopenstation
Version: 0.5.1
Summary: Download and export survey data from your total station
Home-page: https://tops.iosa.it/
Author: Stefano Costa
Author-email: steko@iosa.it
License: GNU GPLv3
Description: ====================
         Total Open Station
        ====================
        
        
        .. image:: https://travis-ci.org/steko/totalopenstation.svg?branch=master
          :target: https://travis-ci.org/steko/totalopenstation
          :alt: Travis
        
        .. image:: https://img.shields.io/pypi/v/totalopenstation
          :target: https://pypi.org/project/totalopenstation/
          :alt: PyPI
        
        .. image:: https://img.shields.io/readthedocs/totalopenstation
          :target: https://totalopenstation.readthedocs.io/
          :alt: Read the Docs
        
        |
        
        Total Open Station is a program for downloading and processing survey data from total station devices.
        
        .. image:: https://tops.iosa.it/img/totalopenstation-gui.gif
        
        Total Open Station is a good choice if:
        
        - you work with total stations on GNU/Linux (and MacOS, probably)
        - you work with old devices that are unsupported by vendors
        - you need to process hundreds of data files at once
        
        We think Total Open Station is small but great because:
        
        - it is *free/libre open source software*
        - it works on *any* operating system where Python is available
        - it is designed to support as many devices and formats as possible, all
          within the same program, opposed to having one program per device
        - it works both on the command line and with a graphical interface
        
        Total Open Station 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.
        
        Installing
        ==========
        
        If you're comfortable with the command line:
        
        .. code-block:: bash
        
            pip install totalopenstation
        
        Windows users can download the portable app from the 
        GitHub `releases page <https://github.com/steko/totalopenstation/releases>`_.
        
        GNU/Linux users can find the `totalopenstation` package in some distributions
        (OpenSUSE, Debian, Ubuntu).
        
        Documentation
        =============
        
        Documentation is online at http://totalopenstation.readthedocs.io/ with
        an user guide, details on the application structure, supported models
        and other interesting stuff.
        
        Development
        ===========
        
        Total Open Station is developed by @steko, @psolyca and other contributors, including
        translators and providers of sample data. We are not professional software developers
        but we do our best to follow modern good practice. Feel free to submit a feature request
        or a pull request on GitHub.
        
        The application icons are copyright by Lapo Calamandrei 2008, under the
        same license as Total Open Station.
        
Keywords: survey geodimeter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: GIS
