https://github.com/manuvarkey/earthing
A python library for design of earthing networks in electrical substations.
https://github.com/manuvarkey/earthing
earth-grid earthing electrical-engineering grounding grounding-grid ieee-80 ieee80 substation substation-earthing substation-grounding
Last synced: about 1 month ago
JSON representation
A python library for design of earthing networks in electrical substations.
- Host: GitHub
- URL: https://github.com/manuvarkey/earthing
- Owner: manuvarkey
- License: gpl-3.0
- Created: 2022-06-11T22:56:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:43:53.000Z (about 1 year ago)
- Last Synced: 2025-03-27T01:06:22.259Z (about 2 months ago)
- Topics: earth-grid, earthing, electrical-engineering, grounding, grounding-grid, ieee-80, ieee80, substation, substation-earthing, substation-grounding
- Language: Python
- Homepage:
- Size: 353 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Earthing
[](https://pypi.org/project/earthing/)
[](https://github.com/manuvarkey/GElectrical/releases/latest)
[](https://github.com/manuvarkey/Earthing/blob/main/LICENSE)A python library for design of earthing networks in electrical substations.
## Features
* Earth grid design as per IEEE 80/ ENA_ER_S34
* Numerical earth network calculations using using boundary descretisation method.
* Evaluation of earth resistance of various earth electrode geometries.
* 3D plotting of electrode geometry used for design.
* 3D plotting of current density distribution for the earth network.
* 2D/3D plotting of surface potential distribution.
* Ploting and evaluation of mesh and step potentials.



## Usage
Package is available on PyPI for installation ([https://pypi.org/project/earthing](https://pypi.org/project/earthing/)). Use `pip install earthing` to install.
Program source includes detailed usage instructions for various functions and classes. Alternately project page has ipython notebooks covering typical use cases.
## Dependencies:
* Python 3
* Numpy
* Matplotlib