Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# Demo of watershed delineation in the US using the the Python library pynhd and | |
data and methods from the USGS | |
Revision #1, incorporating feedback from Taher Chegini, email of 2022-11-21. | |
Revision #2, 2025-02-23, updating the new URLs of the USGS API, the NLDI. | |
Revision #3, 2025-06-11, making it work with updated versions of libraries. | |
This demo shows you how to use Python to find the watershed for any point in the | |
continental United States. We'lluse a new water data service created by the US |