No project description provided
Project description
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']
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']
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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bladesight-0.5.0.tar.gz
.
File metadata
- Download URL: bladesight-0.5.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 004a273e5f8d13663a0308e04b716900eabc3cd90e1eaecdac6bd5457bb97352 |
|
MD5 | 3dbee400fd366c36ddaed979fdd79336 |
|
BLAKE2b-256 | 79994d076b1350df5407a4a4e65029551aca117f1389cd7b5d8c7f47b04bd0ad |
File details
Details for the file bladesight-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: bladesight-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4dbd4f8deebbeec567b80267525de1a09d7521e546035928cd608fc2fab5b18 |
|
MD5 | 75643171e04329b42f42e11772ced1d9 |
|
BLAKE2b-256 | ae05378d4f61f2ae7f7e84ccf483fa7cdcb7bbf8eda535934b94a589e17ca782 |