Stefano Costa
Stefano Costa
After adding more debug statements to the module than I would have liked, I came to the following conclusion. The GSI file you kindly submitted contains, for each measurement, these...
On one hand we can easily support this use case. On the other hand we should give users a warning when processing data like this because silently applying a default...
_From Stefano Costa on 2013-05-03 17:40:30+00:00_ Issue #33 was marked as a duplicate of this issue.
_From Stefano Costa on 2013-05-03 17:48:25+00:00_ See the comment by [filip klosowski](https://bitbucket.org/fklosowski) posted [here](#33#comment-3874668): > It is very problematic issue because of proprietary format. Some CAD programs can import and...
The attached zip file contains the DBX / XCF data mentioned above, provided by Anna Hodgkinson and Hannah Petten. [GUDEM040412_1463_0404_074043.zip](https://github.com/steko/totalopenstation/files/237086/GUDEM040412_1463_0404_074043.zip)
The tool is now available at https://github.com/lucaarcteam/Polygontool
An experiment in 92dfa4583ad18b480c60454d56b4bc035b1f442b to discard Z coordinates and save XY data only for CSV output.
See https://github.com/totalopenstation/totalopenstation/issues/155 which is the main issue with the current serial download code.
The autosave is filled, yes. But I'm having issues with the serial buffer size (4096), I can't write more than 4096 bytes. With the Thread involved, I have trouble using...
> EDIT : I find something, default behaviour of `open` is using a buffer of 4096 or 8192 bytes. But if you use `buffering` option in `open` you can change...