Coder Social home page Coder Social logo

graphdataset's Introduction

Water System Netwrok Dataset

This folder includes 14 csv files:

1- location.csv This file includes the location of 100 water tanks. The headers in this file are x and y, where (x,y) in row i represents the location of tank i.

2- connection_matrix_inverse_distance.csv This file represents the connection between the tanks. When there is no pipe between tank j and k, (j,k) value is zero. When there is a pipe between the tanks, (j,k) value is proportional to the inverse length of the pipe; shorter the pipe, larger the connection.

3- measurements_1.csv to measurements_12.csv These files represent tanks time series measurements. The first column in the files represents time. Each tank has three variables:

  1. Tank Pressurei is the pressure of tank i. This value can be between 0 and 100.
  2. Tanki Refill is a binary variable. Tanki Refill=1 when tank i is in the refill mode and Tanki Refill=0 otherwise.
  3. Tanki Leak is a binary variable. Tanki Leak=1 when tank i is leaking, and Tanki Leak=0 when there is no leak in the tank. Therefore, the total number of variables in these files is 301.

Please cite the follwoing paper when using the dataset.
Hamed Khorasgani, Arman Hasanzade, Ahmed Farahat, and Chetan Gupta. "Fault Detection and Isolation in Industrial Networks using Graph Convolutional Neural Networks." IEEE PHM 2019.

graphdataset's People

Contributors

industrialnetwork avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.