Metadata-Version: 1.1
Name: iucm
Version: 0.2.0
Summary: Integrated Urban Complexity Model
Home-page: https://github.com/Chilipp/iucm
Author: Philipp Sommer and Roger Cremades
Author-email: philipp.sommer@unil.ch
License: UNKNOWN
Description: ============================================
        IUCM - The Integrated Urban Complexity Model
        ============================================
        
        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-organization
        
        Then 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
        
Keywords: urban-planning climate energy python modeling
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
