Metadata-Version: 2.1
Name: pyincore
Version: 1.7.0
Summary: IN-CORE analysis tool python package
Home-page: https://incore.ncsa.illinois.edu
License: Mozilla Public License v2.0
Project-URL: Bug Reports, https://github.com/IN-CORE/pyincore/issues
Project-URL: Source, https://github.com/IN-CORE/pyincore
Keywords: infrastructure,resilience,hazards,data discovery,IN-CORE,earthquake,tsunami,tornado,hurricane,dislocation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: test
License-File: LICENSE

pyincore
========

**pyIncore** is a component of IN-CORE. It is a python package
consisting of two primary components: 1) a set of service classes to
interact with the IN-CORE web services described below, and 2) IN-CORE
analyses. The pyIncore allows users to apply various hazards to infrastructure 
in selected areas, propagating the effect of physical infrastructure damage 
and loss of functionality to social and economic impacts.

Installation with conda
-----------------------

Installing **pyincore** with Conda is officially supported by IN-CORE development team. 

To add `conda-forge <https://conda-forge.org/>`__  channel to your environment, run

.. code-block:: console

   conda config –-add channels conda-forge

To install **pyincore** package, run

.. code-block:: console

   conda install -c in-core pyincore


To update **pyIncore**, run

.. code-block:: console

   conda update -c in-core pyincore

You can find detail information at the
`Installation <https://incore.ncsa.illinois.edu/doc/incore/pyincore/install_pyincore.html>`__
section at IN-CORE manual.

Installation with pip
-----------------------

Installing **pyincore** with pip is **NOT supported** by IN-CORE development team.
Please use pip for installing pyincore at your discretion. 

**Installing pyincore with pip is only tested on linux environment.**

**Prerequisite**

* GDAL C library must be installed to install pyincore. (for Ubuntu, **gdal-bin** and **libgdal-dev**)
* ipopt executable must be installed to run some analyses such as seaside CGE, joplin CGE, etc. 

To install **pyincore** package, run

.. code-block:: console

   pip install pyincore


Testing and Running
-------------------

Please read the `Testing and
Running <https://incore.ncsa.illinois.edu/doc/incore/pyincore/running.html>`__
section at IN-CORE manual.

Documentation
-------------

**pyIncore** documentation can be found at
https://incore.ncsa.illinois.edu/doc/incore/pyincore.html

**pyIncore** technical reference (API) can be found at
https://incore.ncsa.illinois.edu/doc/pyincore/.

Acknowledgement
---------------

This work herein was supported by the National Institute of Standards
and Technology (NIST) (Award No. 70NANB15H044). This support is
gratefully acknowledged. The views expressed in this work are those of
the authors and do not necessarily reflect the views of NIST.
