Skip to content

Commit

Permalink
Merge pull request #3640 from jdlough/patch-1
Browse files Browse the repository at this point in the history
Create SITE.yaml
  • Loading branch information
matyasselmeci authored Feb 13, 2024
2 parents d775893 + 750286f commit 87decc3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions topology/Albert Einstein Institute/GEO 600/SITE.yaml
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

0 comments on commit 87decc3

Please sign in to comment.