Metadata-Version: 2.1
Name: HSC3D
Version: 0.2.2
Summary: HSC3D: a Python package to quantify three-dimensional habitat structural complexity
License: MIT
Keywords: 3D point clouds,structural complexity
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: License.md
Requires-Dist: numpy
Requires-Dist: alphashape
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: scipy

# HSC3D

HSC3D: a Python package to quantify three-dimensional habitat structural complexity

## Setup environment

Install Anaconda or miniconda to your device. See more information at [this link](https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html).

```
# choose your own virtual environment name
conda create -n hsc3d_test python=3.10 -y

conda activate hsc3d_test
```

## Installation

``pip install HSC3D``

## Usage

See ``sample_usage.ipynb``
