A python port of the nhdR package for querying, downloading, and networking the National Hydrography Dataset (NHD) dataset
Project description
nhdpy
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file nhdpy-0.1.1.tar.gz
.
File metadata
- Download URL: nhdpy-0.1.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92f8aba5989e5b5ef7deae3137cd3b9cb2d3bb2313764f8b034cc30968932837 |
|
MD5 | e474ff4dd08d373b8bba0c938ee1339c |
|
BLAKE2b-256 | 3fef189a545a3be1a48e6cbf5413d6fdd54ea291db6c5592ab04b245a28230d1 |
File details
Details for the file nhdpy-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: nhdpy-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39df54ef6218a3b93011c8a20ca221bf06886045cf0ea02a167af569f8b12086 |
|
MD5 | cd3f6c3f41f536484d9f02c832824801 |
|
BLAKE2b-256 | eea184a1d8f80384690b4bf544a51a1b83869702d933771529a0326b6b7cfc1c |