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:
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file waterservices-0.1.1.tar.gz
.
File metadata
-
Download URL:
waterservices-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.4 Windows/10
File hashes
Hashes for waterservices-0.1.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
99978237d3eba25d312398b23535985153afef5dbf9191cda73bb85d70af571b |
|
MD5 |
42f33eba7fec2d14400d775e5be4b2f6 |
|
BLAKE2b-256 |
a09f1b0f9964e66cec5b9bba767036b88e36af02de9c4ad1257f77042a157b2c |
|
See more details on using hashes here.
File details
Details for the file waterservices-0.1.1-py3-none-any.whl
.
File metadata
-
Download URL:
waterservices-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.4 Windows/10
File hashes
Hashes for waterservices-0.1.1-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
35e7bb8ff4fe513ff0edfe2cb4f3532f79997dcf627a1cca485cb4f31dd0d85f |
|
MD5 |
2bd7eb81f3a150e57db83bb6ef308c3d |
|
BLAKE2b-256 |
b039755885a38dee8f0d6e466f74d468bad0c54cb94989f69050d550108dd174 |
|
See more details on using hashes here.