Skip to content

dnowacki-usgs/nwis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwis: Fetch USGS NWIS data

A simple utility to fetch data from USGS Water Services and return as a pandas DataFrame or xarray Dataset.

Installation

Clone the repository, and from the nwis directory, type pip install ..

Usage

import nwis
ds = nwis.nwis_json("01646500", parm="00060", start="1995-01-01", end="1995-12-19T12:00", xarray=True)

About

Fetch USGS NWIS data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages