Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.21 KB

Graph neural network framework for spatio-temporal groundwater level forecasting

By: Xiao Xia Liang, Erwan Gloaguen, Maxime Claprood, Daniel Paradis and Dany Lauzon

Framework is designed for monintoring and pumping well groundwater level forecasting. Data used for training the framework for this mauscript is simulated from a FEFLOW hydrogeological model. Field measured data can also be used to train this network

The GNN model used contains 2 GCN and 2 LSTM layers followed by a dropout layer and a dense layer. The GNN model is packaged by StellarGraph. The model was inspired by Zhao et al. 2018.

Framework

image

Data Download

Training data and trained models can be download from Google Drive.

Training data

GNN trained models

Python Packages

Tensorflow

Tensorflow-Keras

Pandas

Numpy

Matplotlib

StellarGraph

Scikit-learn