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.
Release files for waterservices 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| waterservices-0.1.1.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| waterservices-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / waterservices-0.1.1.tar.gz
| Download URL | waterservices-0.1.1.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
99978237d3eba25d312398b23535985153afef5dbf9191cda73bb85d70af571b
|
|
BLAKE2b-256 checksum How to use checksums |
a09f1b0f9964e66cec5b9bba767036b88e36af02de9c4ad1257f77042a157b2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.4 Windows/10
|
Release files / waterservices-0.1.1-py3-none-any.whl
| Download URL | waterservices-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35e7bb8ff4fe513ff0edfe2cb4f3532f79997dcf627a1cca485cb4f31dd0d85f
|
|
BLAKE2b-256 checksum How to use checksums |
b039755885a38dee8f0d6e466f74d468bad0c54cb94989f69050d550108dd174
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.4 Windows/10
|