Skip to content

dougpsg/hif_vegetation_data

Repository files navigation

High-impedance vegetation fault dataset

This repository contains the codes that compile the "Vegetation Conduction Ignition Test Report" data, which are Vegetation High-Impedance Fault tests, into a HDF5 format described in the data set letter.

It is important to note that although the data set contains metadata about the tests, one should use it with the report; more data such as videos and annotations can also be found in the data website.

The original data is public and can be founded in the Victorian Goverment data website. However, the files were disclosed in the obscure ".pnrf" format, which can be challenging to explore. This format therefore makes it more avaliable to ones interested in using it for research as it is organized, structure, and accessible through many languages (C++, Python, MATLAB), given the H5DF support.

There is a MATLAB live script that illustrate some dataset exploration (python notebook to be added).

The published letter describing that data set is citable in case one finds it useful - https://arxiv.org/abs/2112.03651

Dataset structure

hif_vegetation_dataset.h5/
├── cal/
│ ├── 036/
│ │ ├── current_hf
│ │ ├── current_lf
│ │ ├── voltage_hf
│ │ ├── voltage_lf
       ...
│ └── 112/
└── test/
   ├── 014/
   │ ├── current_hf
   │ ├── current_lf
   │ ├── hf_trigger
   │ ├── voltage_hf
   │ ├── voltage_lf
       ...
   └── 999/

Attributes of cals: 'filename', 'cal_type'
Attributes of tests: 'filename', 'cal_type', 'max_current', 'report_validity'
Attributes of directories 'test' and 'cals' contains a list of their respective numbers

About

Codes for the compilation and visualization examples to the HIF vegetation dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages