Metadata-Version: 2.1
Name: topobank-statistics
Version: 1.0.0
Summary: This is a plugin for "topobank" for statistical analysis of measurements and digital surface twins.
Home-page: https://contact.engineering
Author: contact.engineering
Author-email: support@contact.engineering
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Celery
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8
Provides-Extra: dev
License-File: LICENSE

===========================================
Statistical Analysis Functions for TopoBank
===========================================

Purpose
-------

This plugin adds the following analysis functions to Topobank:

- Height/Curvature/Slope Distribution
- Autocorrelation
- Power Spectrum
- Roughness Parameters
- Scale-dependent slope/curvature
- Variable bandwidth

For more information, see paper ...

Installation
------------

For production:

`pip install topobank-statistics`

For development:

Clone project, enter project directory and run

`pip install -e .[dev]`


