-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
b68abb7
commit 69ac588
Showing
2 changed files
with
44 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,22 @@ | ||
# User Locations file | ||
# Author: Cheng Xinlun, Feb 20, 2017 | ||
# Format: | ||
# + One record per line | ||
# + Fields in a record are delimited with the tab character | ||
# + Line beginning with a # character are comments | ||
# + Field are as follows: | ||
# - LocationName | ||
# - Provice/State | ||
# - Country(ISO Code/Full English Name) | ||
# - Type code (C/B=Capital, R=Regional capital,N=Normal city, | ||
# O=Observatory, L=lander, I=spacecraft impact | ||
# A=spacecraft crash | ||
# - Population (thousand) | ||
# - Latitude (deg[N/S]) | ||
# - Longitude (deg[E/W]) | ||
# - Altitude (meters) | ||
# - Light Pollution (1-9 Bortle scale, empty=auto) | ||
# - TimeZone (empty=auto) | ||
# - Planet (empty=Earth) | ||
# - LandscapeKey (empty=auto) | ||
*Zijin,THU Beijing cn O 163.326 40.01569N 116.33608E 33 7 Asia/Shanghai |
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,22 @@ | ||
# User Locations file | ||
# Author: Cheng Xinlun, Feb 20, 2017 | ||
# Format: | ||
# + One record per line | ||
# + Fields in a record are delimited with the tab character | ||
# + Line beginning with a # character are comments | ||
# + Field are as follows: | ||
# - LocationName | ||
# - Provice/State | ||
# - Country(ISO Code/Full English Name) | ||
# - Type code (C/B=Capital, R=Regional capital,N=Normal city, | ||
# O=Observatory, L=lander, I=spacecraft impact | ||
# A=spacecraft crash | ||
# - Population (thousand) | ||
# - Latitude (deg[N/S]) | ||
# - Longitude (deg[E/W]) | ||
# - Altitude (meters) | ||
# - Light Pollution (1-9 Bortle scale, empty=auto) | ||
# - TimeZone (empty=auto) | ||
# - Planet (empty=Earth) | ||
# - LandscapeKey (empty=auto) | ||
*Zijin,THU Beijing cn O 163.326 40.01569N 116.33608E 33 7 Asia/Shanghai |