Modeling integrated urban systems
- intus is a python-based model of integrated urban systems where the city is represented as a grid
- Four different layers of urban complexity are modeled: urban growth, socio-economic status, energy demand and environmental impact
- Urban growth is simulated using a cellular automata approach based on the well-known SLEUTH model
- The socio-economic status is determined based on the value of land calculated using relevant layers of environmental characteristics
- A bottom-up model is used for the calculation of energy demand and the corresponding environmental impact
Python 2.7 (installation with Anaconda recommended)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Copyright (C) 2020 Anahi Molar-Cruz
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: http://www.gnu.org/licenses/.