-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,13 @@ tags: | |
More details about “Design and implementation of a BigQuery dataset and application programmer interface (API) for the U.S. National Water Model” paper can be found [here.](https://www.sciencedirect.com/science/article/pii/S1364815224001841) | ||
::: | ||
|
||
**Please submit the form below to request access to NWM BigQuery API.** | ||
# Steps to use CIROH NWM API | ||
1. Submit the form below to request access to [NWM BigQuery API](https://nwm-api.ciroh.org/). | ||
|
||
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem'}} href="https://forms.office.com/r/FeNpjZstkr">NWM BigQuery API Access Request Form</a> | ||
|
||
2. For an example usage, please refer to [this script](https://github.com/CIROH-UA/api-nwm-gcp/blob/main/examples/notebooks/nwm_usgs_streamflow_plot.ipynb). Replace your API key and API_URL = 'https://nwm-api.ciroh.org'. | ||
|
||
import GitHubReadme from '@site/src/components/GitHubReadme'; | ||
|
||
<GitHubReadme username="BYU-Hydroinformatics" repo="api-nwm-gcp" /> | ||
3. Estimate your query before running the actual query. If you're not sure this step, please contact [ciroh it support](mailto:[email protected]). | ||
|
||
For implementation detail, please refer to [this repository](https://github.com/CIROH-UA/api-nwm-gcp). |