Categoria: Free Software
-
A new home for the Total Open Station project
As announced in a previous blog post, the Total Open Station project has a new home! More specifically, we’re still on GitHub but I have moved the main repository from my personal GitHub account to the “totalopenstation” organization, with myself and @psolyca as owners. This seems like a simple step but, in fact, it is…
-
Total Open Station 0.5
Total Open Station 0.5 is here! This release is the result of a short and intense development cycle. The application is now based on Python 3, which means an improved handling of data transfers and a general improvement of the underlying source code. An extensive test suite based on pytest was added to help developers…
-
Total Open Station 0.4 release
This article was originally published on the Total Open Station website at https://tops.iosa.it/ After two years of slow development, I took the opportunity of some days off to finally release version 0.4, that was already available in beta since 2017. No open bugs were left and this release is mature enough to hit the repositories.…
-
Reproducible science per archeologi
Il 20 febbraio 2019, a Padova, tengo un workshop su Reproducible science per archeologi dentro il convegno FOSS4G-IT 2019. Avete tempo fino a mercoledì 13 febbraio per iscrivervi.
-
IOSACal 0.4
IOSACal is an open source program for calibration of radiocarbon dates. A few days ago I released version 0.4, that can be installed from PyPI or from source. The documentation and website is at http://c14.iosa.it/ as usual. You will need to have Python 3 already installed. The main highlight of this release are the new…
-
Total Open Station: a specialised format converter
It’s 2017 and nine years ago I started writing a set of Python scripts that would become Total Open Station, a humble GPL-licensed tool to download and process data from total station devices. I started from scratch, using the Python standard library and pySerial as best as I could, to create a small but complete…
-
Debian Wheezy on a Fujitsu Primergy TX200 S3
Debian Wheezy runs just fine on a Fujitsu Primergy TX200 S3 server A few days ago I rebooted an unused machine at work, that had been operating as the main server for the local network (~40 desktops) until 3 years ago. It is a Fujitsu Primergy TX200 S3, that was in production during the years…
-
Archaeology and Django: mind your jargon
I have been writing small Django apps for archaeology since 2009 ‒ Django 1.0 had been released a few months earlier. I love Django as a programming framework: my initial choice was based on the ORM, at that time the only geo-enabled ORM that could be used out of the box, and years later GeoDjango…