Git Product home page Git Product logo

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 [email protected] 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_rising

License

This project is licensed under the terms of the MIT license.

Dawie Diamond's Projects

bladesight icon bladesight

Bladesight provides comprehensive tools for introductory Blade Tip Timing analysis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.