-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
67 lines (58 loc) · 2.05 KB
/
snapcraft.yaml
File metadata and controls
67 lines (58 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: gelectrical
adopt-info: gelectrical
license: GPL-3.0+
icon: snap/gui/gelectrical.svg
description: |
GElectrical is a free and opensource electrical system analysis software for LV/MV electrical distribution networks. Following features are currently implemented.
* Schematic capture.
* Pandapower network generation from schematic.
* Power flow time series analysis (Symmetric and Assymetric).
* Power flow with diversity factors (Symmetric and Assymetric).
* Voltage drop analysis.
* Short circuit analysis (Symmetric and SLG).
* Coordination analysis for power supply protection devices with support for CB and fuse protection curves; damage curves for transformers, cables and motors.
* Support for daily load curves for load elements.
* Support for arriving network parameters for custom geometry OH lines.
* Support for modeling networks with mixed TN-S/ TN-C/ TT/ IT earthing systems.
* Electrical rules check for checking conformity with IEC/ local electrical guidelines.
* Print and export of drawings to pdf.
* Generation of analysis reports.
GElectrical uses pandapower as the backend for implementing power flow related functionality like voltage drop and short circuit analysis.
grade: stable
base: core22
confinement: strict
architectures:
- build-on: arm64
- build-on: amd64
apps:
gelectrical:
command: bin/gelectrical_launcher.py
extensions: [gnome]
plugs:
- home
- removable-media
slots:
- gelectrical
common-id: com.kavilgroup.gelectrical
slots:
gelectrical:
interface: dbus
bus: session
name: com.kavilgroup.gelectrical
parts:
gelectrical:
plugin: python
source: .
python-requirements: [requirements.txt]
build-packages:
- libgeos-dev
stage-packages:
- geos-bin
parse-info: [app/share/metainfo/com.kavilgroup.gelectrical.appdata.xml]
copyexec:
plugin: dump
source: .
organize:
gelectrical_launcher.py: bin/gelectrical_launcher.py
stage:
- bin/gelectrical_launcher.py