processing

Python threading Timer not filling output file

Python threading Timer not filling output file Question: I am using the module threading class Timer. I want to set up a process that will be repeated every day, generating an output json file every time is launched (day). The problem is that it generates a file that is NOT filled until the whole process …

Total answers: 2

How to re-order units based on their degree of desirable neighborhood ? (in Processing)

How to re-order units based on their degree of desirable neighborhood ? (in Processing) Question: I would need help to implement an algorithm allowing the generation of building plans, that I’ve recently stumbled on while reading Professor Kostas Terzidis’ latest publication: Permutation Design: Buildings, Texts and Contexts (2014). CONTEXT Consider a site (b) that is …

Total answers: 2