-
Notifications
You must be signed in to change notification settings - Fork 23
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
2 changed files
with
7 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ We're excited to share some recent developments and updates from CIROH's Researc | |
|
||
- CIROH's Google Cloud Account is now fully operational and managed by our team. You can find more information [here.](https://docs.ciroh.org/docs/services/cloudservices/google%20cloud/) | ||
- We're in the process of migrating our 2i2c JupyterHub to CIROH's Google Cloud account. | ||
- We've successfully deployed the Google BigQuery API (developed by BYU and Google) for NWM data in our cloud. To access this API, please contact us at [email protected]. Please refer to [NWM API BigQuery](https://docs.ciroh.org/docs/products/bigqeury-api/) to learn more. | ||
- We've successfully deployed the Google BigQuery API (developed by BYU and Google) for NWM data in our cloud. To access this API, please contact us at [email protected]. Please refer to [NWM BigQuery API](https://docs.ciroh.org/docs/products/bigqeury-api/) to learn more. | ||
|
||
### Support and Services | ||
- Monthly AWS office hours are ongoing. For more details on how to join, email us at [email protected]. | ||
|
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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
--- | ||
sidebar_position: 18 | ||
title: "NWM API BigQuery" | ||
title: "NWM BigQuery API" | ||
description: "REST API backed by National Water Model data, developed on Google Cloud Platform" | ||
tags: | ||
- api | ||
- bigquery | ||
- gcp | ||
--- | ||
|
||
# NWM API BigQuery | ||
# National Water Model (NWM) BigQuery API | ||
|
||
:::info | ||
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://authors.elsevier.com/c/1jNAA4sKhEd5Kn) | ||
::: | ||
|
||
**Contact [email protected] to request access to this API.** | ||
**Please submit the form below to request access to NWM API.** | ||
|
||
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem'}} href="https://forms.office.com/r/FeNpjZstkr">NWM API Access Request Form</a> | ||
|
||
|
||
import GitHubReadme from '@site/src/components/GitHubReadme'; | ||
|
||
|