Skip to content

Instantly share code, notes, and snippets.

@anderzzz
Created June 8, 2023 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderzzz/b56071973601fadf1ade6e8a5086f3d9 to your computer and use it in GitHub Desktop.
Save anderzzz/b56071973601fadf1ade6e8a5086f3d9 to your computer and use it in GitHub Desktop.
Snippet of river flow data
# Title: GRDC STATION DATA FILE
# --------------
# Format: DOS-ASCII
# Field delimiter: ;
# missing values are indicated by -999.000
#
# file generation date: 2023-06-07
#
# GRDC-No.: 6335150
# River: RHINE RIVER
# Station: MAINZ
# Country: DE
# Latitude (DD): 50.003988
# Longitude (DD): 8.275313
# Catchment area (km²): 98206.0
# Altitude (m ASL): 78.43
# Next downstream station: 6335100
# Remarks:
# Owner of original data: Germany - Federal Institute of Hydrology (BfG), please note that values not always have yearbook quality
#************************************************************
#
# Data Set Content: MEAN DAILY DISCHARGE (Q)
# --------------------
# Unit of measure: m³/s
# Time series: 1981-01 - 2018-10
# No. of years: 38
# Last update: 2021-03-03
#
# Table Header:
# YYYY-MM-DD - Date
# hh:mm - Time
# Value - original (provided) data
#************************************************************
#
# Data lines: 13818
# DATA
YYYY-MM-DD;hh:mm; Value
1981-01-01;--:--; 1370.000
1981-01-02;--:--; 1360.000
1981-01-03;--:--; 1470.000
1981-01-04;--:--; 2160.000
1981-01-05;--:--; 2760.000
1981-01-06;--:--; 2900.000
1981-01-07;--:--; 2670.000
1981-01-08;--:--; 2340.000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment