Metadata-Version: 2.4
Name: geon
Version: 0.1.1
Summary: Interactive point cloud inspection and annotation tooling.
Author: geon contributors
License-Expression: GPL-3.0-only
Keywords: point-cloud,visualization,annotation,vtk,pyqt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23
Requires-Dist: h5py>=3.8
Requires-Dist: PyQt6>=6.6
Requires-Dist: vtk>=9.2
Requires-Dist: plyfile>=0.8.1
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Dynamic: license-file


<p align="center">
  <img src="resources/logo/geometric-red.png" alt="geon logo" width="350">
</p>


## Introduction
*geon* is a research tool for managing and annotating large point cloud datasets stored in HDF5 file containers. 


## Install guide
The tool is tested with Python 3.10 to 3.12 and runs under *Windows*, *Linux(Untunbu)* and *MacOS*.

It requires `vtk` and `PyQt6`.


To install run:
```
pip install geon
```

## Running Geon
```
python -m geon.app
```
