forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 2023-11-13-using-synoptic-api.md
- Loading branch information
1 parent
b25ca87
commit 1fc6957
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ As with the THREDDS server, any data available via Synoptic services should be c | |
# Using the Weather API service | ||
Documentation: [https://docs.synopticdata.com/services/](https://docs.synopticdata.com/services/) | ||
|
||
**NOTE:** All GEUS stations use station IDs in the Synoptic API service with "geus" appended to the ID. For example, South Dome (SDM) is `stid=geussdm`. | ||
**NOTE:** All GEUS stations use station IDs in the Synoptic API service with "geus" appended to the ID. For example, South Dome (SDM) is `stid=geussdm`. Station elevation by default is returned in feet, and cannot be changed to metric (this is a very unfortunate legacy attribute of the Synoptic API service, and hopefully will change soon). | ||
|
||
## Sign up | ||
[Signing up](https://docs.synopticdata.com/services/welcome-to-synoptic-data-s-web-services) is relatively easy, and will provide you with an API key and token. **The examples below use `token=demotoken`. Once you have your own token from signing up, please use that token instead.** If you have any issues email [email protected]. | ||
|