Skip to content
/ nhdpy Public

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

License

Notifications You must be signed in to change notification settings

jsta/nhdpy

Repository files navigation

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()

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published