{"id":37080271,"url":"https://github.com/totalopenstation/totalopenstation","last_synced_at":"2026-01-14T09:44:34.070Z","repository":{"id":27788642,"uuid":"31277519","full_name":"totalopenstation/totalopenstation","owner":"totalopenstation","description":"Total Open Station downloads and exports survey data from your total station","archived":false,"fork":false,"pushed_at":"2025-04-27T08:22:33.000Z","size":1475,"stargazers_count":76,"open_issues_count":12,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-11-28T06:55:58.542Z","etag":null,"topics":["field-survey","fieldwork","geolocation","geospatial","gis","python","python3","survey","topography"],"latest_commit_sha":null,"homepage":"https://tops.iosa.it/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totalopenstation.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"COPYING.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"psolyca","liberapay":"steko"}},"created_at":"2015-02-24T19:25:26.000Z","updated_at":"2025-11-10T10:07:41.000Z","dependencies_parsed_at":"2025-03-24T10:29:16.480Z","dependency_job_id":"273761ff-b3e5-44ae-9fc8-1bce4277bb87","html_url":"https://github.com/totalopenstation/totalopenstation","commit_stats":null,"previous_names":["steko/totalopenstation"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/totalopenstation/totalopenstation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totalopenstation%2Ftotalopenstation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totalopenstation%2Ftotalopenstation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totalopenstation%2Ftotalopenstation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totalopenstation%2Ftotalopenstation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totalopenstation","download_url":"https://codeload.github.com/totalopenstation/totalopenstation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totalopenstation%2Ftotalopenstation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["field-survey","fieldwork","geolocation","geospatial","gis","python","python3","survey","topography"],"created_at":"2026-01-14T09:44:33.571Z","updated_at":"2026-01-14T09:44:34.066Z","avatar_url":"https://github.com/totalopenstation.png","language":"Python","funding_links":["https://github.com/sponsors/psolyca","https://liberapay.com/steko"],"categories":[],"sub_categories":[],"readme":"====================\n Total Open Station\n====================\n\n\n.. image:: https://github.com/totalopenstation/totalopenstation/actions/workflows/pytest.yml/badge.svg\n  :alt: pytest continuous integration \n\n.. image:: https://img.shields.io/pypi/v/totalopenstation\n  :target: https://pypi.org/project/totalopenstation/\n  :alt: PyPI\n\n.. image:: https://img.shields.io/readthedocs/totalopenstation\n  :target: https://totalopenstation.readthedocs.io/\n  :alt: Read the Docs\n\n|\n\nTotal Open Station is a program for downloading and processing survey data from total station devices.\n\n.. image:: https://tops.iosa.it/img/totalopenstation-gui.gif\n\nTotal Open Station is a good choice if:\n\n- you work with total stations on GNU/Linux (and MacOS, probably)\n- you work with old devices that are unsupported by vendors\n- you need to process hundreds of data files at once\n\nWe think Total Open Station is small but great because:\n\n- it is *free/libre open source software*\n- it works on *any* operating system where Python is available\n- it is designed to support as many devices and formats as possible, all\n  within the same program, opposed to having one program per device\n- it works both on the command line and with a graphical interface\n\nTotal Open Station uses a modular structure and\nkeeps the downloading of data logically separated from its processing,\nthus enabling exporting data to a variety of output formats, even at a\nlater moment. Archiving of raw data is made easy by using plain text\nfiles.\n\nInstalling\n==========\n\nIf you're comfortable with the command line:\n\n.. code-block:: bash\n\n    pip install totalopenstation\n\nWindows users can download the portable app from the \nGitHub `releases page \u003chttps://github.com/steko/totalopenstation/releases\u003e`_.\n\nGNU/Linux users can find the `totalopenstation` package in some distributions\n(OpenSUSE, Debian, Ubuntu). Make sure that `python3-tk` or `python3-tkinter` is\ninstalled on your system, otherwise install it with your package manager (apt, dnf, pacman).\n\nDocumentation\n=============\n\nDocumentation is online at http://totalopenstation.readthedocs.io/ with\nan user guide, details on the application structure, supported models\nand other interesting stuff.\n\nDevelopment\n===========\n\nTotal Open Station is developed by @steko, @psolyca and other contributors, including\ntranslators and providers of sample data. We are not professional software developers\nbut we do our best to follow modern good practice. Feel free to submit a feature request\nor a pull request on GitHub.\n\nThe application icons are copyright by Lapo Calamandrei 2008, under the\nsame license as Total Open Station.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotalopenstation%2Ftotalopenstation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotalopenstation%2Ftotalopenstation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotalopenstation%2Ftotalopenstation/lists"}