Skip to main content

A python port of the nhdR package for querying, downloading, and networking the National Hydrography Dataset (NHD) dataset

Project description

nhdpy

PyPiVersion PYPI Downloads Build status

A python port of the nhdR package for querying, downloading, and networking the National Hydrography Dataset (NHD) dataset.

Installation

conda env create -n nhdpy -f environment.yml
# local install
# pip install -e  .

# development install
pip install git+git://github.com/jsta/nhdpy.git

# development upgrade
# pip install --upgrade git+git://github.com/jsta/nhdpy.git

Usage

import nhdpy

nhdpy.nhd_get(state = "DC")

nhdpy.nhd_list(state = "DC")

dc_waterbodies = nhdpy.nhd_load("DC", "NHDWaterbody")

# import matplotlib.pyplot as plt
# dc_waterbodies.iloc[1:2].plot()
# plt.show()

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

nhdpy-0.1.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

nhdpy-0.1.1-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 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