Metadata-Version: 2.4
Name: pyincore_data
Version: 1.0.0
Summary: IN-CORE data python package
Home-page: https://tools.in-core.org
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.20.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
Requires-Dist: sqlalchemy>=1.4.42
Requires-Dist: geojson>=2.5.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: beautifulsoup4>=4.12.2
Requires-Dist: pycodestyle>=2.10.0
Requires-Dist: requests>=2.31.0
Requires-Dist: setuptools>=65.5.0
Requires-Dist: fiona>=1.9.5
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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`.
