Migrating the the code from PyQt4 to PyQt5 and updating the code with the new dependencies.
Automating the Blender Scripts to run directly from the PyQt5 GUI.
Cleaning the code to remove all the version conflicts.
Generating the new map to run the test scripts.
Updating and modifying the codes for growth rules.
Input -
The input to the conurbation algorithm is the map generated from the project Land Stratification.
The growth rule image defines the formation of road network of the town that is created.
Well we need a road network to traverse across the town, isn’t it?
Blue color implies a radial growth rule(roads originate from a single junction), red colour indicates grid growth rule(like we have in properly planned cities-proper block division) and green colour depicts organic(random) growth rule.
If everything worked so far, the PyQt5 window should openup and the algorithm should generate the city with the clicks.Make sure to run all the tabs in order,i.e., Roadmap Generation-> Polygon Extraction -> Building Generation ->Visualise in Blender.
Feel free to experiment with growth rule images and Density images and open a pull request for further modification of the project.