Writing assets can be shortened
I was wondering why writing building assets in database.py is done by referencing each value individually instead of just taking a slice of the list: asset[0:13]
? Same for the building assets a few lines later: asset[0:11].extend("-1", "POINT EMPTY")