Skip to main content

No project description provided

Project description

Bladesight - This package contains helps you follow along with the bladesight tutorials


PyPI version Downloads Python


This package contains utilities to help you follow along with the Bladesight tutorials.

Installation

pip install bladesight

Usage

Datasets

All the datasets used in the tutorials are hosted on AWS on a public S3 bucket. This package makes it seamless to download and use these datasets. First import the Datasets object.

from bladesight import Datasets

You can list the available datasets by printing the using the list_datasets method.

>>> print(Datasets.online_datasets)
['bladesight-datasets/intro_to_btt/intro_to_btt_ch02']

You can then load a dataset by selecting the dataset like you would have selected a dictionary key, just by using the 'data/' prefix:

>>> my_dataset = Datasets['data/intro_to_btt/intro_to_btt_ch02']

Example Usage

You can then load the table by selecting the table like you would have selected a dictionary key, just by using the 'table/' prefix:

>>> df_proximity_probe = my_dataset['table/aluminium_blisk_1200_rpm']

Example Usage

The datasets have been downloaded to your local machine. You can find them in the following directory:

~/.bladesight/data

Citations

You'll see an attribution every time you open a dataset. This attribution is a link to the dataset's citation.

Example Usage

Uploading your data

If you'd like your datasets to be accessible through this package, I'd be more than willing to convert it to the appropriate format and upload it.

Please email me at dawie.diamond@bladesight.com to get the ball rolling.

Functions and methods

I include all the functions that are used frequently throughout the tutorials in the bladesight package. This is to avoid cluttering the tutorials with code that is not relevant to the tutorial's objective.

from bladesight.btt.triggering_criteria import threshold_crossing_hysteresis_pos

License

This package is still under a proprietary license, but I'm planning on open sourcing it.

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

bladesight-0.7.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

bladesight-0.7.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file bladesight-0.7.0.tar.gz.

File metadata

  • Download URL: bladesight-0.7.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.0 Windows/10

File hashes

Hashes for bladesight-0.7.0.tar.gz
Algorithm Hash digest
SHA256 4eb0caf5e2d71f9b8ea06fbfe44d9c574ac99fff6a26eb89fb00d70de1327482
MD5 3d83e959a90dc5ac1421bc334e862d3e
BLAKE2b-256 f2c1bff9c39a8f794ec6e7444473404466af2e51dda3c56055a1608ca4a6ece4

See more details on using hashes here.

File details

Details for the file bladesight-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: bladesight-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.0 Windows/10

File hashes

Hashes for bladesight-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9338b54ba281abe479726e7a864abefd1fe2e21012d99db2c2eea2f738fc58dd
MD5 6694724adb09f5f1022a74d847cc7101
BLAKE2b-256 4d21a2d0b36248bfd5656c96ad8e014376f3a0bfb9288ab73344761b0cb44853

See more details on using hashes here.

Supported by

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