Coder Social home page Coder Social logo

sji_load_tables's Introduction

sji_load_tables

A Python Library for looking up values from the Steel Joist Institute (SJI) load tables​

Developed and maintained by Mark Denavit's research group, authorized by the Steel Joist Institute.

The load table data is based on the 44th Edition Catalog.

This Python library is for general information only. It is intended to be an accurate, reliable, and useful tool, however, it should not be used or relied upon for any specific project without competent professional assessment of its accuracy, suitability, and applicability. Any person using this Python library does so at their own risk and assumes all liability arising from such use.

Please report any bugs, errors, feature requests to Prof. Denavit or create an issue.

Install

pip install sji_load_tables

Example Usage

Data Lookup

>>> import sji_load_tables as sji
>>> joist = sji.get_joist_data('26K8',44) # 26K8 joist with a span of 44 ft
>>> print(joist.total_load('ASD')) # default output units are lbs/ft
251.0
>>> print(joist.total_load('LRFD'))
376.0
>>> print(joist.total_load('LRFD',units='kN/m'))
5.49
>>> print(joist.deflection_limit_load())
143.0

Find Lightest Joist

>>> import sji_load_tables as sji
>>> # Find the lightest K series joist with a span of 45 ft and total load of 250 lbs/ft ASD
>>> joist = sji.lightest_joist(45,250,design_basis='ASD',series='K')
>>> print(joist)
30K7 joist, span_ft=45, approx_wt_plf=9.6
  total_load_ASD_plf=251.0, deflection_limit_load_plf=164.0
  erection_bridging_color_code=Red

sji_load_tables's People

Contributors

denavit avatar

Stargazers

 avatar

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.