Skip to main content

Duval's Triangle Plotter - Python library for generating Duval's Triangle plots

Project description

Duval's Triangle Plotter

Duval's Triangle Plotter is a Python library for generating Duval's Triangle plots, which are commonly used in Dissolved Gas Analysis (DGA) for monitoring power transformers.

Introduction

Duval's Triangle is a graphical representation used in DGA to analyze the concentration levels of different gases, such as methane, acetylene, and ethylene, dissolved in transformer oil. This project provides a Python library that allows users to easily create Duval's Triangle plots for their DGA data.

Features

  • Generate Duval's Triangle plots with customizable configurations.
  • Plot various regions on Duval's Triangle, such as PD (Partial Discharges), D1, D2, DT, T1, T2, and T3.
  • Customize layout, colors, and symbols for better visualization.

Getting Started

Installation

pip install duvals-triangle-plotter

Usage

import duvals_triangle_plotter as dtp

duval_points = [
    dtp.get_duval_points_traces([0.09], [0.0], [0.91], "2000-08-16")
]

dtp.get_duvals_triangle_plot(duval_points, show_plot=True)

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duvals_triangle_plotter-1.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

duvals_triangle_plotter-1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

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