Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chilipp/iucm
The Integrated Urban Complexity Model
https://github.com/chilipp/iucm
climate energy modeling python urban-planning
Last synced: 20 days ago
JSON representation
The Integrated Urban Complexity Model
- Host: GitHub
- URL: https://github.com/chilipp/iucm
- Owner: Chilipp
- License: gpl-3.0
- Created: 2018-03-27T09:03:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T10:35:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T09:29:02.705Z (about 1 month ago)
- Topics: climate, energy, modeling, python, urban-planning
- Language: Python
- Size: 163 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============================================
IUCM - The Integrated Urban Complexity Model
============================================.. start-badges
.. list-table::
:stub-columns: 1
:widths: 10 90* - docs
- |docs|
* - package
- |version| |conda| |supported-versions| |supported-implementations|.. |docs| image:: http://readthedocs.org/projects/iucm/badge/?version=latest
:alt: Documentation Status
:target: http://iucm.readthedocs.io/en/latest/?badge=latest.. |version| image:: https://img.shields.io/pypi/v/iucm.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/iucm.. |conda| image:: https://anaconda.org/chilipp/iucm/badges/installer/conda.svg
:alt: conda
:target: https://conda.anaconda.org/chilipp.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/iucm.svg?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/iucm.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/iucm.svg?style=flat
:alt: Supported implementations
:target: https://pypi.python.org/pypi/iucm.. end-badges
This model simulates urban growth and transformation with the objective of
minimising the energy required for transportation.The full documentation and installation instructions are available on
http://iucm.readthedocs.io.Requirements
------------
This package depends on- python >= 2.7
- Cython_
- numpy_
- scipy_
- xarray_
- psyplot_
- netCDF4_
- funcargparse_
- model-organization_To install all the necessary Packages in a conda environment *iucm*, type::
$ conda create -n iucm -c conda-forge cython psyplot netCDF4 scipy
$ conda activate iucm
$ pip install model-organizationThen run pip::
$ pip install iucm
to install the package from pypi, or::
$ python setup.py install
for an installation from a local source. We also provide a conda-package via::
$ conda install -c chilipp iucm
More detailed installation instructions can be found in the `installation docs`_.
.. _python: https://www.python.org/
.. _Cython: http://docs.cython.org/en/latest/
.. _numpy: http://www.numpy.org/
.. _scipy: https://scipy.org/
.. _xarray: http://xarray.pydata.org/
.. _psyplot: http://psyplot.readthedocs.io/
.. _netCDF4: http://unidata.github.io/netcdf4-python/
.. _funcargparse: http://funcargparse.rtfd.io/
.. _model-organization: http://model-organization.readthedocs.io/en/latest/
.. _installation docs: http://iucm.readthedocs.io/en/latest/install.html