Metadata-Version: 2.1
Name: pyincore_data
Version: 0.7.0
Summary: IN-CORE data 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-data/issues
Project-URL: Source, https://github.com/IN-CORE/pyincore-data
Keywords: data,census
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.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pyincore>=1.8.0
Requires-Dist: numpy<2.0a0,>=1.26.0
Requires-Dist: pandas>=2.1.2
Requires-Dist: folium>=0.11.0
Requires-Dist: geopandas>=0.14.0
Requires-Dist: pytest>=3.9.0
Requires-Dist: ipyleaflet>=0.16.0
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


**Prerequisite**

* For developers, pre-install must be installed. If not, run `brew install pre-commit` or `pip install pre-commit`.
