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 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
#!/usr/bin/env python | |
# coding: utf-8 | |
# # Demo of watershed delineation using the USGS NLDI API | |
# | |
# This demo shows you how to use Python to find the watershed for any point in the continental United States. We'll use | |
# anew water data service created by the US Geological Survey (USGS), called the Hydro Network Linked Data Index (NLDI). | |
# For more info, see: https://labs.waterdata.usgs.gov/about-nldi/index.html | |
# | |
# The service is an application programming interface (API), and lets you query geodata and other information from the |