Metadata-Version: 2.1
Name: pyincore-data
Version: 0.5.0
Summary: IN-CORE data python package
Home-page: https://git.ncsa.illinois.edu/incore/pyincore-data
Author: UNKNOWN
Author-email: UNKNOWN
License: Mozilla Public License v2.0
Keywords: data,census
Platform: UNKNOWN
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
Requires-Dist: Fiona (>=1.8.13)
Requires-Dist: GDAL (>=3.0.4)
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: pandas (>=1.2.5)
Requires-Dist: folium (>=0.11.0)
Requires-Dist: geopandas (>=0.8.1)
Requires-Dist: pytest (>=3.9.0)
Requires-Dist: ipyleaflet (>=0.13.4)
Requires-Dist: branca (>=0.3.1)

pyincore-data
=============

**pyIncore-data** is a component of IN-CORE. It is a python package containing utilities to prepare data for IN-CORE analyses.


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

Installing **pyincore-data** 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-data** package, run

.. code-block:: console

   conda install -c in-core pyincore-data


To update **pyIncore-data**, run

.. code-block:: console

   conda update -c in-core pyincore-data


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

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

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

To install **pyincore-data** package, run

.. code-block:: console

   pip install pyincore-data



