Skip to main content

Compute surface gradient of overhead power lines / prediction of audible noise and electromagnetic field at ground

Project description

logo{width=25%}

python version latest version pipeline status License Code style: black Checked with mypy Checked with pylint

HVLBuzz is a simulation tool to calculate the surface gradient of overhead power lines and predict the audible noise and electromagnetic field at ground.

InstallUsage📖 Docs

HVLBuzz

Installation

Operating System Download
🪟 Windows (64 bit)
🐧 Linux pip install hvlbuzz
🍏 Mac pip install hvlbuzz

Development setup

It is recommended that you use a Python virtual envioronement to run HVLBuzz. Run the following command to create folder called kivy_venv inside which your environement will live. The latest version of Python this code has been tested with was 3.10

python -m venv kivy_venv

Activate your virtual environement by running

kivy_venv\Scripts\activate.bat # 🪟
. kivy_venv/bin/activate # 🐧 / 🍏

Then install hvlbuzz into your environement as follows

pip install .
pip install garden.matplotlib/

This will also install an executable python script in your environments bin folder.

Usage

To run the binary obtained in the install part, run

hvlbuzz

Alternatively, the module is can also be started from python:

python -m hvlbuzz

or

python hvlbuzz

Compiling your own packaged version

The source code can also be compiled by yourself using PyInstaller using the provided hvlbuzz/buzz.spec file.

pyinstaller hvlbuzz/buzz.spec

A buzz.exe binary will be available in a (newly created if non-existing) dist\buzz folder.

Credits

HVLBuzz was designed as a Student Thesis of Aldo Tobler, supervised by Sören Hedtke and Christian Franck from the High Voltage Lab (HVL), D-ITET, ETH.

This tool is completely free to use as is and only requires freely available Python libraries to run. The GUI is based on the Kivy framework, while the mathematical computations and plot generation rely the widely used NumPy and Matplotlib.

Project details


Download files

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

Source Distribution

hvlbuzz-2023.11.tar.gz (438.9 kB view hashes)

Uploaded Source

Built Distribution

hvlbuzz-2023.11-py3-none-any.whl (446.9 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