Login Status


User Profile

 

My Cheat Sheet

Display Name: Stefano
Registered: 9 months 3 weeks ago

Favorite Projects

  • IOSA project
    The IOSA project aims at creating tools for quantitative analysis and visualization of archaeological data. Some tools already exist, mostly written in Python.
  • Total Open Station
    This project aims at creating a Python application that allows the download of data from total station devices, a task which is usually done by proprietary, dedicated and Windows-only software. This project was started 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, trying to develop following standards, porting to Windows or Mac shouldn't be difficult. Every model has its own quirks. So, we 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 the needed data.