• MNIST Fashion Classification

    The MNIST fashion dataset is a popular dataset containing grayscale 28x28 pixel images of fashion items, such as shirts, shoes, and pants. This post explores the use of this dataset to train two neural network models in the identification of these garments.

    MNIST Fashion Classification
  • MNIST Handwritten Digit Classification

    The MNIST handwritten digit dataset is a popular dataset containing grayscale 28x28 pixel images of handwritten digits. This post explores the use of this dataset to train two neural network models in the identification of handwritten digits.

    MNIST Handwritten Digit Classification
  • Transmission Line Structure LiDAR Comparison

    Automated methods for comparing transmission line structure LiDAR open the way for a number of opportunities in the identification of trouble areas for designers to focus on. This post will explore an approach for separating structure point cloud clusters, pairing structure point clusters between data sets taken at different times, and comparing cluster pairs using the Hausdorrf distance to determine whether they significantly differ.

    Transmission Line Structure LiDAR Comparison
  • Steel Member Tensile Strength: Equivalent Number of Bolts for Net Area Calculations

    Structural software, such as PLS-Tower, sometimes provides a field for the number of bolts to remove from the gross area of a steel member cross section for tensile strength calculations. For scenarios when bolts at a connection are not staggered, specifying this value is rather trivial. However, for scenarios when bolts are staggered, the $ s^2 / 4g $ factor specified by §D3.2 of [1] must be incorporated into the input value.

    This post presents the equations for calculating the equivalent number of bolts incorporating the $ s^2 / 4g $ value. In addition, to reduce the number of failure paths that must be considered for complex bolt patterns, an equation for the critical pitch spacing, beyond which a staggered tensile failure path will not occur, is presented.

    Steel Member Tensile Strength: Equivalent Number of Bolts for Net Area Calculations
  • DBSCAN Clustering of Transmission Line Phase LiDAR

    Sometimes utility standards or PLS-CADD graphical sagging requirements necessitate that the different transmission line phases be divided into different feature codes. However, depending on who processes the LiDAR data, the LiDAR received from transmission line surveys may or may not include the phases on different feature codes. Therefore, in these scenarios, it falls on the designer to separate the data themselves. In the event of large data sets or complex phase rolls, this process may be tedious and time consuming.

    In order to determine some possible form of automation for this problem, I looked into the available clustering algorithms in the scikit-learn Python library. Based on my findings, the DBSCAN model seems to work for these purposes and is quite performant in comparison to some of the other clustering models that the library contains.

    This post provides a sample of how the DBSCAN model can be leveraged to separate different wire phases within transmission line LiDAR.

    DBSCAN Clustering of Transmission Line Phase LiDAR
  • Transmission Line 2D EMF Calculations

    In the United States, the magnetic and electric fields of transmission lines are not nationally regulated. However, some states have their own set of regulations as to their maximum values within the right-of-way and/or at the edge of the right-of-way. For example, in the state of Florida, for new 500kV or greater transmission lines, the maximum electric and magnetic fields at the edge of the right-of-way, 1 meter above ground, are 5.5 kV/m and 250 mG, respectively. In addition, the maximum electric field within the right-of-way is 15 kV/m at 1 meter above the ground. To provide a clearer picture of what goes into these calculations, this post breaks down the steps necessary to calculate the magnetic and electric fields of a transmission line using 2D calculations.

    Transmission Line 2D EMF Calculations
  • Transmission Line V-String Insulator Calculations

    A V-string insulator consist of two insulator strings or rods that are attached, at their tops, to two separate points of a structure and, at their bottoms, provide a shared wire attachment. The elevation view looks like a letter “V”, hence the name. The main advantage of this insulator type is that the configuration of the V-string, unlike an I-string, restricts transverse (into the structure) swings/deflections of the wire, allowing horizontal framing within the structure to potentially be more compact and eliminating the insulator swing component from wire blowout calculations, potentially reducing the required right-of-way width. In addition, the V-strings are still allowed to swing longitudinally (into the adjacent spans), allowing the same tension imbalance and broken wire adjustments that an I-string insulator affords.

    While insulator swing calculations are generally not necessary for V-String insulators unless the longitudinal swing under a loading scenario is of interest, an allowable load angle calculations is generally performed to ensure that no leg of the insulator will go into compression, since the insulator bells and rods are generally not designed to support significant compressive loads, if any. This post will develop a variety of equations necessary for calculating the geometry of a V-string insulator, as well as evaluating the allowable load angles and internal loads for strength calculations. The geometry of interest for the subsequent development is shown in Figure 1, which displays two insulators of length $L_1$ and $L_2$ attached to two structure attachments at separations $\Delta x$ and $\Delta z$. In addition, load $P$ is some wire resultant load applied at angle $\phi$ from vertical.

    Transmission Line V-String Insulator Calculations