Skip to content

Commit

Permalink
ENH: Add support for the Water Quality web service (closes #72). Also…
Browse files Browse the repository at this point in the history
…, move all the private function to helpers files to unclutter pygeohydro.py file
  • Loading branch information
cheginit committed Nov 24, 2021
1 parent 5f5bde1 commit 831b4b2
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 282 deletions.
2 changes: 2 additions & 0 deletions pygeohydro/__init__.py
Expand Up @@ -10,6 +10,7 @@
from .pygeohydro import (
NID,
NWIS,
WaterQuality,
cover_statistics,
interactive_map,
nlcd,
Expand All @@ -30,6 +31,7 @@
__all__ = [
"NID",
"NWIS",
"WaterQuality",
"cover_statistics",
"interactive_map",
"nlcd",
Expand Down

0 comments on commit 831b4b2

Please sign in to comment.