-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3640 from jdlough/patch-1
Create SITE.yaml
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# LongName is the expanded name of the site | ||
LongName: Albert Einstein Institute, Hannover | ||
# Description is a brief description of your site | ||
Description: GEO 600 data server at AEI Hannover | ||
|
||
# AddressLine1 is the street address of the site | ||
AddressLine1: Callinstrasse 38 | ||
### AddressLine2 (optional) is the second line of the street address | ||
# AddressLine2: Room 101 | ||
# City is the city the site is located in | ||
City: Hannover | ||
|
||
# Country is the country the site is located in | ||
Country: Germany | ||
### State (optional) is the state or province the site is located in | ||
# State: Wisconsin | ||
### Zipcode (optional) is the zipcode/postal code of the site | ||
# Zipcode: "01234" | ||
|
||
# Latitude is the latitude of the site (positive values are in the northern hemisphere) | ||
Latitude: 52.388 | ||
# Longitude is the longitude of the site (positive values are in the eastern hemisphere) | ||
Longitude: 9.711 |