Skip to main content

A simple and functional toolkit for working with data in VTK.

Project description

Ngawari

Ngawari is a Python-based toolkit for simplifying operations in data analysis and processing, particularly focused on medical imaging and computational geometry. It is built heavily on top of the VTK library.

Features

  • Advanced geometric calculations and transformations
  • Medical imaging data processing
  • Statistical analysis tools
  • 3D visualization capabilities

Installation

To install Ngawari, run the following command:

pip install ngawari

Usage

Here's a quick example of how to use Ngawari:

from ngawari import ftk

# Calculate Body Surface Area
height_cm = 170
weight_kg = 70
bsa = ftk.calculateBSA(height_cm, weight_kg)
print(f"Body Surface Area: {bsa:.2f} m²")

# Fit a plane to 3D points
points = [[0, 0, 0], [1, 0, 0], [0, 1, 0], [1, 1, 0]]
plane = ftk.fitPlaneToPoints(points)
print(f"Fitted plane coefficients: {plane}")

For more detailed usage instructions, please refer to the documentation.

Documentation #TODO

Full documentation is available at https://ngawari.readthedocs.io

Contributing

We welcome contributions! Please see our Contributing Guide for more details.

License

Ngawari is released under the MIT License. See the LICENSE file for more details.

Contact

For any questions or support, please open an issue on our GitHub repository or contact us at support@ngawari.com.

Dependencies

This project uses the following major dependencies:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ngawari-0.1.5.tar.gz (50.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ngawari-0.1.5-py3-none-any.whl (50.1 kB view details)

Uploaded Python 3

File details

Details for the file ngawari-0.1.5.tar.gz.

File metadata

  • Download URL: ngawari-0.1.5.tar.gz
  • Upload date:
  • Size: 50.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for ngawari-0.1.5.tar.gz
Algorithm Hash digest
SHA256 77657a10586e5ac8020dfdb1a7e3a70e4985ffb99be4d932690e97babd40e53e
MD5 3e6c0824d69dda657154f7a64781b53c
BLAKE2b-256 87d22b69ee34d4882d43dbd945011dad5d0cf7b4127cd8800fc9f33e0f4ca289

See more details on using hashes here.

File details

Details for the file ngawari-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ngawari-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 50.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for ngawari-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b8fa8951b0b5c9d259b0cc0cb0903f58f46f19cae1f6ad0e2b750a26d791e745
MD5 600a7c1adf840814dd6f2c619d64f5d8
BLAKE2b-256 74c52bbae0a8f6fbc1a445414180017e7226fe2fdb7965562bfb82e2b8a6bf56

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page