This repository contains:
- River water level altimetric data from multiple sources for two basins (Niger and Ganges-Brahmaputra) compressed as .tar.xz file.
- A MATLAB script for performing a simple analysis and visualization of this data.
- Python scripts for downloading altimetric data from each data source.
Visualizes the time series of water levels at all virtual stations. Plots the stations' locations on a map in two different ways:
- A scatter plot where the color represents the mean water level at each station.
- A map that separates stations based on the source of the altimetric data.
V07: user can specify path to each data in the "Specify Paths" section
default paths are mentioned below, where REGION is either Niger or Ganges-Brahmaputra:
Dahiti Altimetry Data: './Dahiti/REGION Basin/'
Hydroweb Altimetry Data: './Hydroweb/REGION Basin/'
CLMS Altimetry data: './CLMS/REGION Basin/'
V08: opens a window for each data source to select desired data. a data source can be ignored by closing it's window without selecting any data.