Skip to main content

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


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)

Uploaded Source

Built Distribution

waterservices-0.1.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page