A pyhton package to work with WaterServices USGS
Project description
WATERSERVICES
A pyhton package to work with WaterServices USGS
My Personal Website: Water Directory.
To import, use command below:
from waterservices import NWIS
Available functions:
- siteInfo()
Get a csv file for site info of any type
columns = ['site_no', 'station_nm', 'dec_lat_va', 'dec_long_va', 'huc_cd', 'data_type_cd',
'parm_cd', 'stat_cd', 'begin_date', 'end_date']
filters = {
'seriesCatalogOutput': 'true',
'outputDataTypeCd': 'dv,pk,gw',
'siteStatus': 'all',
'hasDataTypeCd': 'dv,gw'
}
nwis = NWIS('GW', ['01'], filters, columns, 'wells').siteInfo()
You can customize columns, filters, stationType, and HUC code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
waterservices-0.1.1.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for waterservices-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35e7bb8ff4fe513ff0edfe2cb4f3532f79997dcf627a1cca485cb4f31dd0d85f |
|
MD5 | 2bd7eb81f3a150e57db83bb6ef308c3d |
|
BLAKE2b-256 | b039755885a38dee8f0d6e466f74d468bad0c54cb94989f69050d550108dd174 |