A generic Python interface for downloading data from total station devices.
I started writing this program for making it easier to manage different models of total stations, often used in the same fieldwork unit, mainly in a GNU/Linux environment. However, I try to develop following standards, so porting to Windows or Mac shouldn’t be difficult.
Every model has its own quirks. So, I decided to use a modular structure, that is based on an abstract interface. Each time a new model is added to the program, you create a new instance of this base class, with all needed data.
This program is licensed under the GNU General Public License version 3.
The application icons are copyright by Lapo Calamandrei 2008.