Skip to content

Commit 3539027

Browse files
authoredSep 23, 2024
Merge pull request #13 from manjilasingh/patch-1
Update image path
2 parents d98d236 + 1e415cd commit 3539027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# api-nwm-gcp
22
REST API backed by National Water Model data, developed on Google Cloud Platform. This repository contains general architecture diagram for a general understanding, but it focuses on two GCP products and their respective set up files and configurations: Cloud Functions and API Gateway.
33

4-
![Architecture Diagram](images/gcp_architecture_diagram.png)
4+
![Architecture Diagram](https://github.com/BYU-Hydroinformatics/api-nwm-gcp/blob/main/images/gcp_architecture_diagram.png)
55

66
## Infrastructure setup
77

@@ -111,4 +111,4 @@ curl -H "x-api-key: ${API_KEY}" \
111111
```
112112
curl -H "x-api-key: ${API_KEY}" \
113113
"${NWM_API}/forecast?forecast_type=long_range&reference_time=2023-05-01&ensemble=0&comids=15059811&output_format=csv"
114-
```
114+
```

0 commit comments

Comments
 (0)
Please sign in to comment.