Warning: Header may not contain more than a single header, new line detected in /d1/wallops-prf/header.php on line 6
Wallops Precipitation Science Research Facility
NASA Logo - GSFC + NASA Homepage
+ Goddard Homepage
NASA Earthdata Search search
IPMSI Precipitation Validation - Univ. of Arizona

Monthly Tip Data

These Comma Seperated Variables (CSV) files contain the time of each tip for a given gauge over and entire month. The first line contains the gauge id, longitude and latitude. The next line contains the column headers, followed by the actual data. These files are easily imported using Excel or python Pandas.

To read into python Pandas, do the following:

	import pandas as pd
	f = 'PIERS0029_2023_09_tips_A.csv'
	df = pd.read_csv(f, skiprows=1)
	df.index = df['Date']
	df = df.drop(columns=['Date'])
	df
	

IPMSI PIERS Monthly Tip Files

List of Available Gauge Data Files

The daily gauge files have been bundled in compressed tar format and are available via this link:

Gauge File List

Current Daily Gauge Totals

Current Report Date: 07/30/2026
Report generated 07/30/2026 @ 13:40:07 Local (07/30/2026 @ 17:40:07 UTC)


Warning: include(/d1/wallops-prf/Gauge/daily_report_table.html): Failed to open stream: No such file or directory in /d1/wallops-prf/IPMSI/Sites/ARIZONA/index.php on line 53

Warning: include(): Failed opening '/d1/wallops-prf/Gauge/daily_report_table.html' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /d1/wallops-prf/IPMSI/Sites/ARIZONA/index.php on line 53

IPMSI Home


FirstGov logo Privacy Policy and Important Notices NASA logo Web Curator: Jianxin Wang    NASA Official: David B. Wolff